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.

About TIOVX question

hello,

When I setup new camera module on TDA4,after application start sensor,shows log:CAPTURE: WARNING: Error frame not provided using tivxCaptureRegisterErrorFrame, defaulting to waiting forever !!!

what is the log meaning?and how to debug it?

  • Hi xu ji,

    That's just warning, you could ignore it. 

    It essentially means, there is no frame provided by user/application for error scenario, so in case of error, driver will just be blocked. 

    If this error frame is provided, driver will send out this frame if there is no capture frame.

    Regards,

    Brijesh