HI TI,
I try to add some function to process Raw data before VISS Node in the TDA4VM's Single Cam example,
My RTOS SDK is ti-processor-sdk-rtos-j721e-evm-07_03_00_07.
I use 'tivxMapRawImagePatch' to get the data point of cap_frames in function app_run_graph(before call vxGraphParameterEnqueueReadyRef(cap_frames)), then try to modify the data e.g. *data = 129(loop for all pixels), then call tivxUnmapRawImagePatch.
But the preview does not change, seems VISS still use the original Raw.
How to modify/process Raw data before Viss?
Thanks.