Hi expert,
Our custom config VISS output YUV422, it work well if disable EE module, but the system hang when enable EE.
they modify in app_muti_cam demo like below,
vissObj->params.mux_output2 = 5 ;//YUV422
vissObj->params.chroma_mode = 1;
vissObj->params.ee_mode = TIVX_VPAC_VISS_EE_MODE_Y8; then the system hang, and we found it pending as below code,
if we modify vissObj->params.mux_output2 = 4 //nv12, it work well.
could you give us some tips about this issue. I think some config is not correctly.
Regards,
Cary