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.