Part Number: TDA4VM
Hi TI:
Why can't I modify the image data in the graph stream by dequeuing and enqueuing?
Graph:Capture->DisplayM2M->Display
I set the M2M_output_img of DisplayM2M as the graph parameter. So when app running, I dequeue M2M_output_img and replace image date with other images by "vxMapImagePatch()--write()--vxUnmapImagePatch()".Then enqueue M2M_output_img back to the graph.As a result, the image displayed on the screen is still the camera image but not the image I replaced.
So I add "saveImgtoFile()" before "enqueue" to check if the image is replaced.And the saved pic do show the replaced image.
Regards,
Damon: