This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to get the dma fd of vx_image which create by vxCreateImage

Other Parts Discussed in Thread: TDA4VM

hello,

I create a vx_image by the follow code:


"vx_image output = vxCreateImage(context, DISPLAY_WIDTH, DISPLAY_HEIGHT, VX_DF_IMAGE_RGBX);"

and I want to use this vx_image to generate a fbo, then my opengles app can render something to the fbo,

at first, I have to get the dma fb of the vx_image, but I haven't find the method how to get the dma fb of the vx_image,

waitting your help.