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.

TDA4VM: How to process raw data before VISS

Part Number: TDA4VM


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.