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 register a callback to get noticed before showing error frame?

Part Number: TDA4VM

Hi Brijesh & Ti support teams,

As explained by Brijesh in original thread:

Error frames are used in the capture driver in case where the sensor stopped outputting frames. So they will be used as dummy frames without affecting/halting the usecase.

The node will provide the callback to the application whenever this condition occurs and application needs to take appropriate action to recover from it, like resetting/reconfiguring sensor.

I checked tiovx/kernels_j7/hwa/host/vx_capture_host.c in which implements tivxCaptureRegisterErrorFrame function. But got nothing about such callback.

So how to register a callback to get noticed before showing error frame?

Thanks!