Sharing Buffers between OpenCV using g2d Buffers

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Sharing Buffers between OpenCV using g2d Buffers

跳至解决方案
2,585 次查看
hsaito
Contributor I

I want to share g2d Buffers in the following flow.

First,  save Camera image to g2d_buf.

Second, cv::Mat refer to g2d_buf data.

Third, process cv::Mat to affect g2d_buf.

Finary, display g2d_buf using OpenGL.

Is it possible to process the camera in this way?

If possible, could you please give me a sample.

 

 

0 项奖励
回复
1 解答
2,570 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello hsaito,

 

NXP provide the GPU SDK for the iMX6.

https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-gpu-sdk-2.3.2.bin

Or you view in your yocto BSP.

: i.MX6 Graphics SDK – Includes sample, demo code, and documentation

for working with the i.MX6X family graphics cores. Includes OpenVG, OpenGL ES, and GAL2D reference files

 

Regards

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,571 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello hsaito,

 

NXP provide the GPU SDK for the iMX6.

https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-gpu-sdk-2.3.2.bin

Or you view in your yocto BSP.

: i.MX6 Graphics SDK – Includes sample, demo code, and documentation

for working with the i.MX6X family graphics cores. Includes OpenVG, OpenGL ES, and GAL2D reference files

 

Regards

 

0 项奖励
回复