I want to use the error frame function to report error frames when one of the multiple sensors does not come up with a new frame。I find this url:https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1136265/tda4vm-how-do-i-keep-graph-running-when-i-unplug-the-camera-for-one-or-more-channels/4216672?tisearch=e2e-sitesearch&keymatch=tivxCaptureRegisterErrorFrame#4216672
I try this solution in vx_app_multi_cam.out,I find captureObj.enable_error_detection param can not set 1。 Because my camera is YUV format frame, capture module only support raw format to enable error detection (see app_capture_module.c, function create_error_detection_frame()). How can i support enable error detection for YUV format?