TI中文支持网
TI专业的中文技术问题搜集分享网站

TDA4VM: TDA4VM 两路MIPI口同时分别接入三路RAW 和4路YUV输出图像异常

Part Number:TDA4VM

我们已经基于MultiCamera Demo 单独调通 CSI0 Pipeline 和 CSI1 Pipeline。

但是将 CSI0 和 CSI1 的MultiCamera Demo 分别置于前台 和 后台,同时运行,结果异常,只有先运行的一个正常

 

使用SDK 版本为v07.03 

使用的demo为multi_camera 

第一个case用instID =0

第二个case 用InstID=1

代码修改如下:

PSDKRA\tiovx\kernels_j7\hwa\capture\vx_capture_target.c

–   //for (instIdx = 0U ; instIdx < prms->numOfInstUsed ; instIdx++)
+ if(prms->instParams[1].raw_capture == 0)
+     instIdx = 0;
+ if(prms->instParams[1].raw_capture == 1)
+     instIdx = 1;

Shine:

请问具体怎么异常?log信息方便发一下吗?

,

wenda ai:

一个是3路侧视摄像头的(raw格式的),一个是4路环视摄像头的(UYV格式的),两个out程序分别单独运行,侧视的图像有问题

单独运行4路环视摄像头

[MCU2_0] 42.456202 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:532] format = FVID2_DF_YUV422I_UYVY !!! —[app_verify_graph][LINE:1110] tivxExportGraphToDot! status=-1—[app_verify_graph][LINE:1116] end !! status=-1—[MCU2_0] 42.456384 s: VX_ZONE_ERROR:[tivxCaptureCreate:1140] —[tivxCaptureCreate][LINE:1140]prms->instParams[0].raw_capture=0 [MCU2_0] 42.456448 s: VX_ZONE_ERROR:[tivxCaptureCreate:1142] —[tivxCaptureCreate][LINE:1142]prms->instParams[1].raw_capture=0 —[app_multi_cam_main][LINE:714] App Verify Graph Done! [MCU2_0] 42.456552 s: VX_ZONE_ERROR:[tivxCaptureCreate:1159] ——[tivxCaptureCreate][LINE:1159]instParams->instId=0

单独运行3路侧视摄像头

[MCU2_0] 26.491512 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:540] format = FVID2_DF_BGRX32_8888 !!! [MCU2_0] 26.491647 s: VX_ZONE_ERROR:[tivxCaptureCreate:1140] —[tivxCaptureCreate][LINE:1140]prms->instParams[0].raw_capture=0 —[app_verify_graph][LINE:1101] Graph verify done![MCU2_0] 26.491707 s: VX_ZONE_ERROR:[tivxCaptureCreate:1142] —[tivxCaptureCreate][LINE:1142]prms->instParams[1].raw_capture=1 [MCU2_0] 26.491761 s: VX_ZONE_ERROR:[tivxCaptureCreate:1159] ——[tivxCaptureCreate][LINE:1159]instParams->instId=1

单独运行的完整log如下:

../ti_fs/vision_apps/vx_app_multi_cam_b.out –cfg /ti_fs/vision_apps/app_multi_cam.cfgAPP: Init … Done !!! 41.011494 s: VX_ZONE_INIT:Enabled 41.011507 s: VX_ZONE_ERROR:Enabled 41.011520 s: VX_ZONE_WARNING:Enabled 41.011716 s: VX_ZONE_INIT:[tivxInit:71] Initialization Done !!! 41.011754 s: VX_ZONE_INIT:[tivxHostInit:48] Initialization Done for HOST !!!—[app_multi_cam_main][LINE:655] I2C Switch: '0' for SOC1, '1' for SOC2

41.014455 s: ISS: I2C_Switch [0] … !!! 41.014611 s: ISS: I2C_Switch [0] done !!! 41.014631 s: ISS: Enumerating sensors … !!![MCU2_0] 41.014700 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_CREATE 41.214612 s: ISS: Enumerating sensors … found 0 : MAX96722_MAX96717_OX03C10 41.214688 s: ISS: Enumerating sensors … found 1 : MAX96722_MAX96717_X1F2 sensor(s) found Supported sensor list: a : MAX96722_MAX96717_OX03C10 b : MAX96722_MAX96717_X1F Select a sensor above or press '0' to autodetect the sensor —[app_querry_sensor][LINE:147]—sensors_detected[0] = 1—[app_querry_sensor][LINE:147]—sensors_detected[1] = 1—[app_querry_sensor][LINE:147]—sensors_detected[2] = 1—[app_querry_sensor][LINE:147]—sensors_detected[3] = 1—[app_querry_sensor][LINE:147]—sensors_detected[4] = 1—[app_querry_sensor][LINE:147]—sensors_detected[5] = 1—[app_querry_sensor][LINE:147]—sensors_detected[6] = 1—[app_querry_sensor][LINE:147]—sensors_detected[7] = 1Sensor selected : MAX96722_MAX96717_X1FQuerying MAX96722_MAX96717_X1F 41.214841 s: ISS: Querying sensor [MAX96722_MAX96717_X1F] … !!! 41.215093 s: ISS: Querying sensor [MAX96722_MAX96717_X1F] … Done !!!—[app_querry_sensor][LINE:180]—sensorObj->sensorParams.sensorInfo.raw_params.format[0].pixel_container=0x59565955 —VX_DF_IMAGE_UYVY=0x59565955 —sensorObj->sensor_out_format=1LDC Selection Yes(1)/No(0)Max number of cameras supported by sensor MAX96722_MAX96717_X1F = 4 Please enter number of cameras to be enabled Camera Combo Select: '0' for Front-Wide/Left-Rear/Right-Rear, '1' for Front-Narrow/Left-Front/Right-Front, '2' for All six X3C, '3' for X1F—[app_multi_cam_main][LINE:679] YUV Input selected. VISS, AEWB and Mosaic nodes will be bypassed. —[app_update_param_set][LINE:1436] app_update_param_set num_cameras_enabled=4,obj->sensorObj.image_width =1280,obj->sensorObj.image_height = 960 resized_width = 1440, resized_height = 1080—[app_init][LINE:811] Creating context done!—[app_init][LINE:817] Kernel loading done! 41.215980 s: ISS: Initializing sensor [MAX96722_MAX96717_X1F], doing IM_SENSOR_CMD_PWRON … !!![MCU2_0] 41.214944 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_QUERY [MCU2_0] 41.215009 s: Received Query for MAX96722_MAX96717_X1F [MCU2_0] 41.216116 s: —[ImageSensor_RemoteServiceHandler] [LINE:2106]: IM_SENSOR_CMD_PWRON — [MCU2_0] 41.216221 s: —[ImageSensor_RemoteServiceHandler] [LINE:2111]: IM_SENSOR_CMD_PWRON : channel_mask = 0xf — [MCU2_0] 41.216284 s: —[IssSensor_PowerOn][LINE:909]—start— [MCU2_0] 41.216329 s: —[IssSensor_PowerOn][LINE:925]—chMask=0xf— [MCU2_0] 41.216365 s: x1f_StreamOn [MCU2_0] 41.216392 s: x1f_StreamOn config [MCU2_0] 41.525271 s: —[IssSensor_PowerOn][LINE:925]—chMask=0x7— [MCU2_0] 41.525346 s: x1f_StreamOn [MCU2_0] 41.525378 s: x1f_StreamOn config [MCU2_0] 41.834285 s: —[IssSensor_PowerOn][LINE:925]—chMask=0x3— [MCU2_0] 41.834343 s: x1f_StreamOn [MCU2_0] 41.834373 s: x1f_StreamOn config [MCU2_0] 42.143279 s: —[IssSensor_PowerOn][LINE:925]—chMask=0x1— [MCU2_0] 42.143337 s: x1f_StreamOn [MCU2_0] 42.143366 s: x1f_StreamOn config [MCU2_0] 42.186618 s: EnetPhy_setNextState: PHY 1: 7 -> 4 [MCU2_0] 42.286523 s: PHY 1: global soft-reset [MCU2_0] 42.286575 s: EnetPhy_setNextState: PHY 1: 4 -> 2 [MCU2_0] 42.386525 s: EnetPhy_setNextState: PHY 1: 2 -> 3 42.452383 s: ISS: Initializing sensor [MAX96722_MAX96717_X1F], doing IM_SENSOR_CMD_CONFIG … !!! 42.453156 s: ISS: Initializing sensor [MAX96722_MAX96717_X1F] … Done !!!—[app_init][LINE:825] Sensor init done!—[app_init_capture][LINE:392]—start——[configure_capture_params][LINE:85]—start—sensorObj->sensor_out_format=1 —[configure_capture_params][LINE:120]—sensorObj->camera_mask =0xf—[configure_capture_params][LINE:165]—captureObj->objName=—[configure_capture_params][LINE:175]—end—status=0 —[app_init_capture][LINE:409]—status=0—end——[app_init][LINE:851] Img Mosaic init done!—[app_init][LINE:857] Display init done!—[app_init][LINE:861]—end——[app_multi_cam_main][LINE:702] App Init Done! —[app_create_graph][LINE:949] Graph create done!—[app_create_graph][LINE:955] Capture graph done!—[app_create_graph][LINE:1019] Img Mosaic graph done!—[app_create_graph][LINE:1031] Display graph done!—[app_create_graph][LINE:1085] Pipeline params setup done!—[app_multi_cam_main][LINE:708] App Create Graph Done! [MCU2_0] 42.452272 s: —[IssSensor_PowerOn][LINE:933]–status=0—end— [MCU2_0] 42.452553 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_CONFIG [MCU2_0] 42.452610 s: Application requested features = 0x120 [MCU2_0] [MCU2_0] 42.452644 s: Configuring camera # 0 [MCU2_0] 42.452694 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 42.452748 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 42.452776 s: Configuring camera # 1 [MCU2_0] 42.452810 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 42.452851 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 42.452879 s: Configuring camera # 2 [MCU2_0] 42.452912 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 42.452953 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 42.452981 s: Configuring camera # 3 [MCU2_0] 42.453014 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 42.453055 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 42.453082 s: IM_SENSOR_CMD_CONFIG returning status = 0 —[app_verify_graph][LINE:1101] Graph verify done![MCU2_0] 42.455953 s: VX_ZONE_ERROR:[tivxCaptureSetCreateParams:620] ——[tivxCaptureSetCreateParams][LINE:620] format=1498831189 ,instId=0 [MCU2_0] 42.456066 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:532] format = FVID2_DF_YUV422I_UYVY !!! 42.592466 s: VX_ZONE_ERROR:[tivxExportGraphTopLevelToDot:690] Unable to open file [./vx_app_multi_cam_1_img.txt] 42.592496 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1394] —[tivxExportGraphToDot][LINE:1394]status=-7[MCU2_0] 42.456115 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:532] format = FVID2_DF_YUV422I_UYVY !!! 42.592519 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1399] —[tivxExportGraphToDot][LINE:1399]status=-7[MCU2_0] 42.456159 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:532] format = FVID2_DF_YUV422I_UYVY !!! 42.592542 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1404] —[tivxExportGraphToDot][LINE:1404]status=-7 42.592564 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1411] Unable to export graph to dot[MCU2_0] 42.456202 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:532] format = FVID2_DF_YUV422I_UYVY !!! —[app_verify_graph][LINE:1110] tivxExportGraphToDot! status=-1—[app_verify_graph][LINE:1116] end !! status=-1—[MCU2_0] 42.456384 s: VX_ZONE_ERROR:[tivxCaptureCreate:1140] —[tivxCaptureCreate][LINE:1140]prms->instParams[0].raw_capture=0 [MCU2_0] 42.456448 s: VX_ZONE_ERROR:[tivxCaptureCreate:1142] —[tivxCaptureCreate][LINE:1142]prms->instParams[1].raw_capture=0 —[app_multi_cam_main][LINE:714] App Verify Graph Done! [MCU2_0] 42.456552 s: VX_ZONE_ERROR:[tivxCaptureCreate:1159] ——[tivxCaptureCreate][LINE:1159]instParams->instId=0 [MCU2_0] 42.486497 s: Dp89836_config —[app_run_task][LINE:195] app_run_graph(obj) name=MAX96722_MAX96717_X1F [MCU2_0] 42.486753 s: EnetPhy_enableState: PHY 1: falling back to manual mode —[app_run_task_create][LINE:218] name=MAX96722_MAX96717_X1F status=0[MCU2_0] 42.486798 s: EnetPhy_enableState: PHY 1: new link caps: FD100 —[app_run_graph][LINE:1248] app_pipeline_params_defaults returned 42.727302 s: ISS: Starting sensor [MAX96722_MAX96717_X1F] … !!![MCU2_0] 42.486836 s: EnetPhy_setNextState: PHY 1: 3 -> 7 42.730368 s: —ISS: Starting sensor [MAX96722_MAX96717_X1F] succeed … !!!—[app_run_graph][LINE:1264] appStartImageSensor returned with status: 0—[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 0 beginning—[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 0 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 1 beginning—[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 1 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 2 beginning[MCU2_0] 42.727460 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_STREAM_ON [MCU2_0] 42.727557 s: IM_SENSOR_CMD_STREAM_ON: channel_mask = 0xf YUV file name /ti_fs/vision_apps/test_data/cap__0000_0000.yuv [MCU2_0] 42.727592 s: IssSensor_Start before [MCU2_0] 42.727651 s: —[IssSensor_Start][LINE:988]–chId=0x0-start— [MCU2_0] 42.727687 s: pSensorHandle->sensorFxns->streamOn before [MCU2_0] 42.727723 s: x1f_StreamOn [MCU2_0] 42.727749 s: x1f_StreamOn start [MCU2_0] 42.728226 s: x1f_StreamOn check [MCU2_0] 42.728257 s: x1f_StreamOn end [MCU2_0] 42.728293 s: —[IssSensor_Start][LINE:1056]–status=0—end— [MCU2_0] 42.728337 s: —[IssSensor_Start][LINE:988]–chId=0x1-start— [MCU2_0] 42.728365 s: pSensorHandle->sensorFxns->streamOn before [MCU2_0] 42.728396 s: x1f_StreamOn [MCU2_0] 42.728419 s: x1f_StreamOn start [MCU2_0] 42.728887 s: x1f_StreamOn check [MCU2_0] 42.728920 s: x1f_StreamOn end [MCU2_0] 42.728957 s: —[IssSensor_Start][LINE:1056]–status=0—end— [MCU2_0] 42.729001 s: —[IssSensor_Start][LINE:988]–chId=0x2-start— [MCU2_0] 42.729028 s: pSensorHandle->sensorFxns->streamOn before [MCU2_0] 42.729059 s: x1f_StreamOn [MCU2_0] 42.729083 s: x1f_StreamOn start [MCU2_0] 42.729552 s: x1f_StreamOn check [MCU2_0] 42.729585 s: x1f_StreamOn end [MCU2_0] 42.729623 s: —[IssSensor_Start][LINE:1056]–status=0—end— [MCU2_0] 42.729666 s: —[IssSensor_Start][LINE:988]–chId=0x3-start— imgaddr_width = 1280 —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 2 status=0 obj->num_frames_to_run=1000000[MCU2_0] 42.729695 s: pSensorHandle->sensorFxns->streamOn before imgaddr_height = 960 [MCU2_0] 42.729724 s: x1f_StreamOn —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 42.729747 s: x1f_StreamOn start imgaddr_stride = 2560 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 3 beginning[MCU2_0] 42.730210 s: x1f_StreamOn check width = 1280 [MCU2_0] 42.730234 s: x1f_StreamOn end height = 960 [MCU2_0] 42.730266 s: —[IssSensor_Start][LINE:1056]–status=0—end— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 3 status=0 obj->num_frames_to_run=1000000[MCU2_0] 42.730292 s: IssSensor_Start end —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 4 beginning[MCU2_0] 42.865437 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 42.865538 s: EBADARGS: NULL pointer!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 4 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 42.865588 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 5 beginning[MCU2_0] 42.865849 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 42.865884 s: EBADARGS: NULL pointer!! [MCU2_0] 42.865915 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 5 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 6 beginning[MCU2_0] 42.881881 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 42.882506 s: src/fvid2_drvMgr.c @ Line 867: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 6 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 42.882549 s: EBADARGS: NULL pointer!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 7 beginning[MCU2_0] 42.882590 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 42.898640 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 42.914885 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.001102 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 43.001141 s: EBADARGS: NULL pointer!! [MCU2_0] 43.001178 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 7 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.001426 s: src/fvid2_drvMgr.c @ Line 867: —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 8 beginning[MCU2_0] 43.001462 s: EBADARGS: NULL pointer!! [MCU2_0] 43.001541 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 8 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.017774 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 9 beginning[MCU2_0] 43.018328 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 9 status=0 obj->num_frames_to_run=1000000[MCU2_0] 43.136540 s: src/fvid2_drvMgr.c @ Line 867: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.136584 s: EBADARGS: NULL pointer!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 10 beginning[MCU2_0] 43.136622 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 43.136838 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.136871 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 10 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 11 beginning[MCU2_0] 43.136912 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.136966 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 11 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.137754 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 12 beginning[MCU2_0] 43.138187 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.138225 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 12 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 13 beginning[MCU2_0] 43.138269 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.138324 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 13 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.138795 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 14 beginning[MCU2_0] 43.139209 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.271337 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 14 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.271382 s: ALLOC: Q object allocation failed —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 15 beginning[MCU2_0] 43.271428 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 15 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 16 beginning[MCU2_0] 43.271529 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 43.271752 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.271788 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 16 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 17 beginning[MCU2_0] 43.271829 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.271884 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 17 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.272665 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 18 beginning[MCU2_0] 43.273097 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.273133 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 18 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 19 beginning[MCU2_0] 43.273177 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.273233 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 19 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 20 beginning[MCU2_0] 43.273700 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.274119 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.406108 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 20 status=0 obj->num_frames_to_run=1000000[MCU2_0] 43.406148 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 21 beginning[MCU2_0] 43.406192 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 21 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.406248 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 22 beginning[MCU2_0] 43.406455 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.406529 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 22 status=0 obj->num_frames_to_run=1000000Written 2457600 bytes —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.406579 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 23 beginning[MCU2_0] 43.406632 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! 2457600 bytes written to /ti_fs/vision_apps/test_data/cap__0000_0000.yuv[MCU2_0] 43.407066 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request YUV file name /ti_fs/vision_apps/test_data/cap__0001_0000.yuv [MCU2_0] 43.407493 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 23 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.407571 s: ALLOC: Q object allocation failed —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 24 beginning[MCU2_0] 43.407621 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.407675 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 24 status=0 obj->num_frames_to_run=1000000[MCU2_0] 43.408102 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request imgaddr_width = 1280 [MCU2_0] 43.408555 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 imgaddr_height = 960 [MCU2_0] 43.540874 s: src/csirx_drv.c @ Line 562: —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 25 beginning[MCU2_0] 43.540916 s: ALLOC: Q object allocation failed imgaddr_stride = 2560 width = 1280 [MCU2_0] 43.540962 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 25 status=0 obj->num_frames_to_run=1000000height = 960 [MCU2_0] 43.541019 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 43.541223 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.541260 s: ALLOC: Q object allocation failed —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 26 beginning[MCU2_0] 43.541301 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.541353 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 26 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.541840 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 27 beginning[MCU2_0] 43.542267 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.542304 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 27 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 28 beginning[MCU2_0] 43.542347 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.542404 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 28 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.542871 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 29 beginning[MCU2_0] 43.543279 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.675623 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 29 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.675681 s: ALLOC: Q object allocation failed —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 30 beginning[MCU2_0] 43.675731 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 30 status=0 obj->num_frames_to_run=1000000[MCU2_0] 43.675790 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.675993 s: src/csirx_drv.c @ Line 562: —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 31 beginning[MCU2_0] 43.676027 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 31 status=0 obj->num_frames_to_run=1000000[MCU2_0] 43.676067 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.676119 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 32 beginning[MCU2_0] 43.676588 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.677009 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.677046 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 32 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 33 beginning[MCU2_0] 43.677087 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.677143 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 33 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 34 beginning[MCU2_0] 43.677609 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.678037 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.810397 s: src/csirx_drv.c @ Line 562: [MCU2_0] 43.810438 s: ALLOC: Q object allocation failed [MCU2_0] 43.810518 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 43.810579 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 34 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.810809 s: src/csirx_drv.c @ Line 562: —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 35 beginning[MCU2_0] 43.810844 s: ALLOC: Q object allocation failed [MCU2_0] 43.810883 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 35 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 36 beginning[MCU2_0] 43.810937 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 43.811358 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 36 status=0 obj->num_frames_to_run=1000000[MCU2_0] 43.811818 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 37 beginning[MCU2_0] 43.811853 s: ALLOC: Q object allocation failed [MCU2_0] 43.811895 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 37 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 38 beginning[MCU2_0] 43.811949 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 43.812367 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 43.812838 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 38 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.945152 s: src/csirx_drv.c @ Line 562: —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 39 beginning[MCU2_0] 43.945243 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 39 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.945295 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 40 beginning[MCU2_0] 43.945354 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 40 status=0 obj->num_frames_to_run=1000000Written 2457600 bytes [MCU2_0] 43.945615 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.945647 s: ALLOC: Q object allocation failed —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 41 beginning[MCU2_0] 43.945685 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! 2457600 bytes written to /ti_fs/vision_apps/test_data/cap__0001_0000.yuvYUV file name /ti_fs/vision_apps/test_data/cap__0002_0000.yuv [MCU2_0] 43.945738 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 41 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 43.946167 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 42 beginning[MCU2_0] 43.946756 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.079931 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 42 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.080023 s: ALLOC: Q object allocation failed imgaddr_width = 1280 —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.080081 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! imgaddr_height = 960 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 43 beginning[MCU2_0] 44.080140 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! imgaddr_stride = 2560 [MCU2_0] 44.080346 s: src/csirx_drv.c @ Line 562: width = 1280 —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 43 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.080381 s: ALLOC: Q object allocation failed height = 960 [MCU2_0] 44.080438 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 44 beginning[MCU2_0] 44.080531 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 44 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.080970 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 45 beginning[MCU2_0] 44.081582 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.214788 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.214828 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 45 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 46 beginning[MCU2_0] 44.214873 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.214931 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 46 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.215152 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 47 beginning[MCU2_0] 44.215186 s: ALLOC: Q object allocation failed [MCU2_0] 44.215222 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.215275 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.215810 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 47 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.216240 s: src/csirx_drv.c @ Line 562: —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 48 beginning[MCU2_0] 44.216277 s: ALLOC: Q object allocation failed [MCU2_0] 44.216318 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 48 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 49 beginning[MCU2_0] 44.216374 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.216857 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 49 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.217264 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 50 beginning[MCU2_0] 44.349571 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.349615 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 50 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 51 beginning[MCU2_0] 44.349659 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.349715 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 51 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.349921 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 52 beginning[MCU2_0] 44.349954 s: ALLOC: Q object allocation failed [MCU2_0] 44.349990 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 52 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 53 beginning[MCU2_0] 44.350064 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.350539 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 53 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 54 beginning[MCU2_0] 44.351099 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.484273 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.484315 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 54 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.484361 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 55 beginning[MCU2_0] 44.484417 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 55 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.484673 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 56 beginning[MCU2_0] 44.484711 s: ALLOC: Q object allocation failed [MCU2_0] 44.484749 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 56 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.484802 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 57 beginning[MCU2_0] 44.485246 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.485691 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 57 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.485729 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 58 beginning[MCU2_0] 44.485772 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 58 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.485826 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 59 beginning[MCU2_0] 44.486234 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 59 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 60 beginning[MCU2_0] 44.486718 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.619082 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.619124 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 60 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 61 beginning[MCU2_0] 44.619186 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 61 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.619246 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 62 beginning[MCU2_0] 44.619451 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.619523 s: ALLOC: Q object allocation failed [MCU2_0] 44.619572 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 62 status=0 obj->num_frames_to_run=1000000Written 2457600 bytes —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.619626 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 63 beginning[MCU2_0] 44.620058 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request 2457600 bytes written to /ti_fs/vision_apps/test_data/cap__0002_0000.yuv[MCU2_0] 44.620483 s: src/csirx_drv.c @ Line 562: YUV file name /ti_fs/vision_apps/test_data/cap__0003_0000.yuv [MCU2_0] 44.620561 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 63 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 44.620613 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 64 beginning[MCU2_0] 44.620667 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.621091 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 64 status=0 obj->num_frames_to_run=1000000[MCU2_0] 44.621548 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request imgaddr_width = 1280 [MCU2_0] 44.753863 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 imgaddr_height = 960 [MCU2_0] 44.753904 s: ALLOC: Q object allocation failed —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 65 beginningimgaddr_stride = 2560 [MCU2_0] 44.753951 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! width = 1280 height = 960 [MCU2_0] 44.754006 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.754227 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.754261 s: ALLOC: Q object allocation failed [MCU2_0] 44.754300 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.754353 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.754823 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.755238 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.755276 s: ALLOC: Q object allocation failed [MCU2_0] 44.755321 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.755375 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.755839 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.756244 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.888678 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.888721 s: ALLOC: Q object allocation failed [MCU2_0] 44.888764 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.888819 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.889053 s: src/csirx_drv.c @ Line 562: [MCU2_0] 44.889089 s: ALLOC: Q object allocation failed [MCU2_0] 44.889126 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 44.889178 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 44.889652 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 44.890204 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.023501 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.023584 s: ALLOC: Q object allocation failed [MCU2_0] 45.023639 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.023697 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.023915 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.023949 s: ALLOC: Q object allocation failed [MCU2_0] 45.023988 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.024043 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.024524 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.025077 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.158881 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.158939 s: ALLOC: Q object allocation failed [MCU2_0] 45.158988 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.159045 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.159255 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.159287 s: ALLOC: Q object allocation failed [MCU2_0] 45.159329 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.159381 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.159848 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.160263 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.160300 s: ALLOC: Q object allocation failed [MCU2_0] 45.160343 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.160397 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.160871 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.161283 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.293705 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.293748 s: ALLOC: Q object allocation failed [MCU2_0] 45.293793 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.293848 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.294053 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.294089 s: ALLOC: Q object allocation failed [MCU2_0] 45.294127 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.294180 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.294837 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.295264 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.295304 s: ALLOC: Q object allocation failed [MCU2_0] 45.295349 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.295403 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.295872 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.296276 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.428460 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.428535 s: ALLOC: Q object allocation failed [MCU2_0] 45.428589 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.428650 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.428860 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.428892 s: ALLOC: Q object allocation failed [MCU2_0] 45.428931 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.428986 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.429774 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.430204 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.430242 s: ALLOC: Q object allocation failed [MCU2_0] 45.430285 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.430342 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.430817 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.431226 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.563226 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.563267 s: ALLOC: Q object allocation failed [MCU2_0] 45.563314 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.563371 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.563622 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.563660 s: ALLOC: Q object allocation failed [MCU2_0] 45.563703 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.563756 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.564202 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.564657 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.564694 s: ALLOC: Q object allocation failed [MCU2_0] 45.564738 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.564795 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.565215 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.565952 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.698018 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.698078 s: ALLOC: Q object allocation failed [MCU2_0] 45.698129 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.698185 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.698394 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.698430 s: ALLOC: Q object allocation failed [MCU2_0] 45.698509 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.698570 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.699080 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.699549 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.699589 s: ALLOC: Q object allocation failed [MCU2_0] 45.699631 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.699687 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.700107 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request Written 2457600 bytes [MCU2_0] 45.700692 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request 2457600 bytes written to /ti_fs/vision_apps/test_data/cap__0003_0000.yuv[MCU2_0] 45.832742 s: src/csirx_drv.c @ Line 562: —[app_run_graph_interactive][LINE:261] MAX96722_MAX96717_X1F[MCU2_0] 45.832784 s: ALLOC: Q object allocation failed [MCU2_0] 45.832848 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.832906 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.833108 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.833142 s: ALLOC: Q object allocation failed [MCU2_0] 45.833181 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.833234 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.834038 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.834463 s: src/csirx_drv.c @ Line 562: [MCU2_0] 45.834539 s: ALLOC: Q object allocation failed [MCU2_0] 45.834592 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 4 !!! [MCU2_0] 45.834649 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 45.835072 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request [MCU2_0] 45.835528 s: VX_ZONE_ERROR:[tivxKernelImgMosaicMscDrvSubmit:978] Failed to Submit Request —[app_multi_cam_main][LINE:719] app_run_graph_interactive status=0 —[app_multi_cam_main][LINE:730] App Run Graph Done status=0! 57.046958 s: VX_ZONE_INIT:[tivxHostDeInit:56] De-Initialization Done for HOST !!! 57.046987 s: VX_ZONE_ERROR:[tivxObjectDeInit:168] Is graph use failed 57.047010 s: VX_ZONE_ERROR:[tivxObjectDeInit:174] Is node use failed 57.047031 s: VX_ZONE_ERROR:[tivxObjectDeInit:180] Is kernel use failed 57.047054 s: VX_ZONE_ERROR:[tivxObjectDeInit:192] Is user data object use failed 57.047081 s: VX_ZONE_ERROR:[tivxObjectDeInit:228] Is image use failed 57.047105 s: VX_ZONE_ERROR:[tivxObjectDeInit:276] Is error use failed 57.047125 s: VX_ZONE_ERROR:[tivxObjectDeInit:282] Is data ref q use failed 57.054884 s: VX_ZONE_INIT:[tivxDeInit:111] De-Initialization Done !!!APP: Deinit … !!! 57.054914 s: REMOTE_SERVICE: Deinit … !!! 57.054984 s: REMOTE_SERVICE: Deinit … Done !!!IPC: Deinit … !!!IPC: Deinit … Done !!!APP: Deinit … Done !!!J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# sync J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# done…J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/# J7EVM@QNX:/#J7EVM@QNX:/# [MCU2_0] 3.704877 s: CIO: Init … Done !!! [MCU2_0] 4.483140 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE2 [MCU2_0] 4.483432 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DISPLAY1 [MCU2_0] 4.483712 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DISPLAY2 [MCU2_0] 4.499102 s: APP: tivxRegisterSensorTargetR5FKernels !!! [MCU2_0] 4.500703 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2 [MCU2_0] 4.500791 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 4.500817 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2 [MCU2_0] 4.500895 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 4.501433 s: CSI2TX: Init … Done !!! [MCU2_0] 4.501483 s: ISS: Init … !!! [MCU2_0] 4.501507 s: IssSensor_Init start [MCU2_0] 4.501533 s: Found sensor MAX96722_MAX96717_OX03C10 at location 0 [MCU2_0] 4.501567 s: Found sensor MAX96722_MAX96717_X1F at location 1 [MCU2_0] 4.501594 s: IssSensor_Init end [MCU2_0] 4.501612 s: IssSensor_Init … Done !!! [MCU2_0] 4.501684 s: vissRemoteServer_Init … Done !!! [MCU2_0] 4.501738 s: IttRemoteServer_Init … Done !!! [MCU2_0] 4.501766 s: UDMA Copy: Init … !!! [MCU2_0] 4.503206 s: UDMA Copy: Init … Done !!! [MCU2_0] 4.503258 s: APP: Camera GPIO Set start !!! [MCU2_0] 4.503449 s: PHY 1: global soft-reset [MCU2_0] 4.503489 s: EnetPhy_setNextState: PHY 1: 4 -> 2 [MCU2_0] 9.883029 s: EnetPhy_setNextState: PHY 1: 4 -> 2 [MCU2_0] 9.982988 s: EnetPhy_setNextState: PHY 1: 2 -> 3 [MCU2_0] 10.082963 s: Dp89836_config [MCU2_0] 10.083197 s: EnetPhy_enableState: PHY 1: falling back to manual mode [MCU2_0] 10.083244 s: EnetPhy_enableState: PHY 1: new link caps: FD100 [MCU2_0] 10.083281 s: EnetPhy_setNextState: PHY 1: 3 -> 7 [MCU2_0] 14.212959 s: [MCU2_0] MCU2_0 is running USS GPIO ini function [MCU2_0] 14.213041 s: [MCU2_0] MCU2_0 is running USS SPI ini function [MCU2_0] 14.213120 s: [MCU2_0] ……………………………………………………MCU2_0 Timer15 Interrupt test start……………………………………………… [MCU2_0] 14.213194 s: [MCU2_0] MCU2_0:Start timer Success [MCU2_0] 14.214958 s: [MCU2_0] MCU2_0 is running Uss_Dsi_Cfg_Run [MCU2_0] 14.288948 s: [MCU2_0] MCU2_0 is running Uss_Dsi_Cfg_Run [MCU2_0] 14.326950 s: [MCU2_0] MCU2_0 is running Uss_Dsi_Cfg_Run [MCU2_0] 14.400947 s: [MCU2_0] MCU2_0 is running Uss_Dsi_Cfg_Run [MCU2_0] 14.438948 s: [MCU2_0] MCU2_0 is running Uss_TDMA_Cfg_Run [MCU2_0] 14.439122 s: [MCU2_0] SPI1 DSI TDMA Tx&Rx Check Err [MCU2_0] 20.683040 s: EnetPhy_setNextState: PHY 1: 4 -> 2 [MCU2_0] 20.783010 s: EnetPhy_setNextState: PHY 1: 2 -> 3 [MCU2_1] 4.205325 s: VHWA: DMPAC: Init … Done !!! [MCU2_1] 4.205347 s: VHWA: Codec: Init … !!! [MCU2_1] 4.205365 s: VHWA: VDEC Init … !!! ./ti_fs/vision_apps/vx_app_multi_cam_a.out –cfg /ti_fs/vision_apps/app_multi_cam.cfg & [1] 114708J7EVM@QNX:/# APP: Init QNX … !!!Sciclient_qnxVirtToPhyFxn:Error from mem_offsetSciclient_qnxVirtToPhyFxn:Error from mem_offsetappIpcInit: IPC: Init QNX … !!!appIpcInit: IPC: Init … Done !!! 25.128874 s: REMOTE_SERVICE: Init … !!! 25.129128 s: myAllocEp : 41 25.129152 s: REMOTE_SERVICE: Init … Done !!! 25.129181 s: IPC Remote APP : Expected End point or Processor responded!!! IpcRemoteApp_TxRx 25.129203 s: GTC Frequency = 200 MHzAPP: Init … Done !!! 25.129235 s: VX_ZONE_INIT:Enabled 25.129249 s: VX_ZONE_ERROR:Enabled 25.129262 s: VX_ZONE_WARNING:Enabled 25.129449 s: VX_ZONE_INIT:[tivxInit:71] Initialization Done !!! 25.129486 s: VX_ZONE_INIT:[tivxHostInit:48] Initialization Done for HOST !!!—[app_multi_cam_main][LINE:655] I2C Switch: '0' for SOC1, '1' for SOC2

25.130405 s: ISS: I2C_Switch [0] … !!! 25.130559 s: ISS: I2C_Switch [0] done !!! 25.130579 s: ISS: Enumerating sensors … !!![MCU2_0] 25.130650 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_CREATE 25.330089 s: ISS: Enumerating sensors … found 0 : MAX96722_MAX96717_OX03C10 25.330160 s: ISS: Enumerating sensors … found 1 : MAX96722_MAX96717_X1F2 sensor(s) found Supported sensor list: a : MAX96722_MAX96717_OX03C10 b : MAX96722_MAX96717_X1F Select a sensor above or press '0' to autodetect the sensor —[app_querry_sensor][LINE:147]—sensors_detected[0] = 0—[app_querry_sensor][LINE:147]—sensors_detected[1] = 0—[app_querry_sensor][LINE:147]—sensors_detected[2] = 0—[app_querry_sensor][LINE:147]—sensors_detected[3] = 0—[app_querry_sensor][LINE:147]—sensors_detected[4] = 0—[app_querry_sensor][LINE:147]—sensors_detected[5] = 0—[app_querry_sensor][LINE:147]—sensors_detected[6] = 0—[app_querry_sensor][LINE:147]—sensors_detected[7] = 0Sensor selected : MAX96722_MAX96717_OX03C10Querying MAX96722_MAX96717_OX03C10 25.330310 s: ISS: Querying sensor [MAX96722_MAX96717_OX03C10] … !!! 25.330551 s: ISS: Querying sensor [MAX96722_MAX96717_OX03C10] … Done !!!—[app_querry_sensor][LINE:180]—sensorObj->sensorParams.sensorInfo.raw_params.format[0].pixel_container=0x101000 —VX_DF_IMAGE_UYVY=0x59565955 —sensorObj->sensor_out_format=0LDC Selection Yes(1)/No(0)Max number of cameras supported by sensor MAX96722_MAX96717_OX03C10 = 8 Please enter number of cameras to be enabled Camera Combo Select: '0' for Front-Wide/Left-Rear/Right-Rear, '1' for Front-Narrow/Left-Front/Right-Front, '2' for All six X3C, '3' for X1F—[app_update_param_set][LINE:1436] app_update_param_set num_cameras_enabled=3,obj->sensorObj.image_width =1920,obj->sensorObj.image_height = 1080 resized_width = 1920, resized_height = 1080—[app_init][LINE:811] Creating context done!—[app_init][LINE:817] Kernel loading done! 25.331464 s: ISS: Initializing sensor [MAX96722_MAX96717_OX03C10], doing IM_SENSOR_CMD_PWRON … !!![MCU2_0] 25.330405 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_QUERY [MCU2_0] 25.330470 s: Received Query for MAX96722_MAX96717_OX03C10 [MCU2_0] 25.331607 s: —[ImageSensor_RemoteServiceHandler] [LINE:2106]: IM_SENSOR_CMD_PWRON — [MCU2_0] 25.331697 s: —[ImageSensor_RemoteServiceHandler] [LINE:2111]: IM_SENSOR_CMD_PWRON : channel_mask = 0x70 — [MCU2_0] 25.331760 s: —[IssSensor_PowerOn][LINE:909]—start— [MCU2_0] 25.331808 s: —[IssSensor_PowerOn][LINE:925]—chMask=0x7— [MCU2_0] 25.331855 s: —[OX03C10_PowerOn][LINE:566]–start— 25.544934 s: ISS: Initializing sensor [MAX96722_MAX96717_OX03C10], doing IM_SENSOR_CMD_CONFIG … !!![MCU2_0] 25.544523 s: —[OX03C10_PowerOn][LINE:575]—status=0—end— [MCU2_0] 25.544599 s: —[IssSensor_PowerOn][LINE:925]—chMask=0x3— [MCU2_0] 25.544642 s: —[OX03C10_PowerOn][LINE:566]–start— [MCU2_0] 25.544686 s: —[OX03C10_PowerOn][LINE:575]—status=0—end— [MCU2_0] 25.544728 s: —[IssSensor_PowerOn][LINE:925]—chMask=0x1— [MCU2_0] 25.544765 s: —[OX03C10_PowerOn][LINE:566]–start— [MCU2_0] 25.544803 s: —[OX03C10_PowerOn][LINE:575]—status=0—end— [MCU2_0] 25.544846 s: —[IssSensor_PowerOn][LINE:933]–status=0—end— [MCU2_0] 25.545042 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_CONFIG [MCU2_0] 25.545090 s: Application requested features = 0x158 [MCU2_0] [MCU2_0] 25.545126 s: Configuring camera # 4 [MCU2_0] 25.545180 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 25.545228 s: —[OX03C10_Config][LINE:387]–start— [MCU2_0] 25.666552 s: —[OX03C10_Config][LINE:411]–status=0—end—[g_cameras=3 g_config_cnt=1]— [MCU2_0] 25.666633 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 25.666666 s: Configuring camera # 5 [MCU2_0] 25.666706 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 25.666750 s: —[OX03C10_Config][LINE:387]–start— [MCU2_0] 25.788556 s: —[OX03C10_Config][LINE:411]–status=0—end—[g_cameras=3 g_config_cnt=2]— [MCU2_0] 25.788634 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 25.788668 s: Configuring camera # 6 [MCU2_0] 25.788706 s: —[IssSensor_Config][LINE:492]—start— [MCU2_0] 25.788747 s: —[OX03C10_Config][LINE:387]–start— [MCU2_0] 25.910534 s: g_camera_mask=112, g_cameras=3, cnt=3 [MCU2_0] 25.983189 s: EnetPhy_setNextState: PHY 1: 7 -> 4 [MCU2_0] 26.082991 s: PHY 1: global soft-reset [MCU2_0] 26.083049 s: EnetPhy_setNextState: PHY 1: 4 -> 2 26.483529 s: ISS: Initializing sensor [MAX96722_MAX96717_OX03C10] … Done !!!—[app_init][LINE:825] Sensor init done!—[app_init_capture][LINE:392]—start——[configure_capture_params][LINE:85]—start—sensorObj->sensor_out_format=0 —[configure_capture_params][LINE:120]—sensorObj->camera_mask =0x70—[configure_capture_params][LINE:138]—captureObj->objName=—[configure_capture_params][LINE:175]—end—status=0 —[app_init_capture][LINE:409]—status=0—end——[app_init][LINE:832] VISS init done!—[app_init][LINE:838] AEWB init done!—[app_init][LINE:851] Img Mosaic init done!—[app_init][LINE:857] Display init done!—[app_init][LINE:861]—end——[app_multi_cam_main][LINE:702] App Init Done! —[app_create_graph][LINE:949] Graph create done!—[app_create_graph][LINE:955] Capture graph done!—[app_create_graph][LINE:963] VISS graph done!—[app_create_graph][LINE:973] AEWB graph done!—[app_create_graph][LINE:1019] Img Mosaic graph done!—[app_create_graph][LINE:1031] Display graph done!—[app_create_graph][LINE:1085] Pipeline params setup done!—[app_multi_cam_main][LINE:708] App Create Graph Done! [MCU2_0] 26.483325 s: —[OX03C10_Config][LINE:411]–status=0—end—[g_cameras=3 g_config_cnt=3]— [MCU2_0] 26.483409 s: —[IssSensor_Config][LINE:533]–status=0—end— [MCU2_0] 26.483440 s: IM_SENSOR_CMD_CONFIG returning status = 0 [MCU2_0] 26.483676 s: EnetPhy_setNextState: PHY 1: 2 -> 3 [MCU2_0] 26.483737 s: Dp89836_config [MCU2_0] 26.483983 s: EnetPhy_enableState: PHY 1: falling back to manual mode [MCU2_0] 26.484029 s: EnetPhy_enableState: PHY 1: new link caps: FD100 [MCU2_0] 26.484070 s: EnetPhy_setNextState: PHY 1: 3 -> 7 [MCU2_0] 26.491245 s: VX_ZONE_ERROR:[tivxCaptureSetCreateParams:605] ——[tivxCaptureSetCreateParams][LINE:605] format=1052672 ,instId=1 [MCU2_0] 26.491412 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:540] format = FVID2_DF_BGRX32_8888 !!! [MCU2_0] 26.491467 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:540] format = FVID2_DF_BGRX32_8888 !!! [MCU2_0] 26.491512 s: VX_ZONE_ERROR:[tivxCaptureExtractDataFormat:540] format = FVID2_DF_BGRX32_8888 !!! [MCU2_0] 26.491647 s: VX_ZONE_ERROR:[tivxCaptureCreate:1140] —[tivxCaptureCreate][LINE:1140]prms->instParams[0].raw_capture=0 —[app_verify_graph][LINE:1101] Graph verify done![MCU2_0] 26.491707 s: VX_ZONE_ERROR:[tivxCaptureCreate:1142] —[tivxCaptureCreate][LINE:1142]prms->instParams[1].raw_capture=1 [MCU2_0] 26.491761 s: VX_ZONE_ERROR:[tivxCaptureCreate:1159] ——[tivxCaptureCreate][LINE:1159]instParams->instId=1 26.637488 s: VX_ZONE_ERROR:[tivxExportGraphTopLevelToDot:690] Unable to open file [./vx_app_multi_cam_1_img.txt] 26.637514 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1394] —[tivxExportGraphToDot][LINE:1394]status=-7 26.637535 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1399] —[tivxExportGraphToDot][LINE:1399]status=-7 26.637555 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1404] —[tivxExportGraphToDot][LINE:1404]status=-7 26.637576 s: VX_ZONE_ERROR:[tivxExportGraphToDot:1411] Unable to export graph to dot—[app_verify_graph][LINE:1110] tivxExportGraphToDot! status=-1—[app_verify_graph][LINE:1116] end !! status=-1——[app_multi_cam_main][LINE:714] App Verify Graph Done! —[app_run_task][LINE:195] app_run_graph(obj) name=MAX96722_MAX96717_OX03C10 —[app_run_task_create][LINE:218] name=MAX96722_MAX96717_OX03C10 status=0—[app_run_graph][LINE:1248] app_pipeline_params_defaults returned 26.738208 s: ISS: Starting sensor [MAX96722_MAX96717_OX03C10] … !!![MCU2_0] 26.738399 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_STREAM_ON [MCU2_0] 26.738475 s: IM_SENSOR_CMD_STREAM_ON: channel_mask = 0x70 [MCU2_0] 26.738511 s: IssSensor_Start before [MCU2_0] 26.738575 s: —[IssSensor_Start][LINE:988]–chId=0x4-start— [MCU2_0] 26.738611 s: pSensorHandle->sensorFxns->streamOn before [MCU2_0] 26.747980 s: Success: Sensor stream on!!! [MCU2_0] 26.748066 s: —[IssSensor_Start][LINE:1056]–status=0—end— [MCU2_0] 26.748119 s: —[IssSensor_Start][LINE:988]–chId=0x5-start— [MCU2_0] 26.748149 s: pSensorHandle->sensorFxns->streamOn before [MCU2_0] 26.757967 s: Success: Sensor stream on!!! [MCU2_0] 26.758043 s: —[IssSensor_Start][LINE:1056]–status=0—end— [MCU2_0] 26.758091 s: —[IssSensor_Start][LINE:988]–chId=0x6-start— [MCU2_0] 26.758120 s: pSensorHandle->sensorFxns->streamOn before 26.970638 s: —ISS: Starting sensor [MAX96722_MAX96717_OX03C10] succeed … !!!—[app_run_graph][LINE:1264] appStartImageSensor returned with status: 0—[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 0 beginning—[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 0 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 1 beginning—[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 1 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 2 beginning—[app_run_graph_interactive][LINE:255] MAX96722_MAX96717_OX03C10[MCU2_0] 26.968253 s: INFO: OX03C10 read 0x01 0x16 0x300b 0x03 [MCU2_0] 26.968544 s: INFO: OX03C10 read 0x01 0x16 0x300c 0x43 [MCU2_0] 26.968844 s: INFO: OX03C10 read 0x01 0x16 0x302a 0x01 [MCU2_0] 26.969125 s: INFO: OX03C10 read 0x01 0x16 0x700e 0x02 [MCU2_0] 26.969390 s: INFO: OX03C10 read 0x01 0x46 0x055f 0x21 [MCU2_0] 26.969650 s: INFO: OX03C10 read 0x01 0x46 0x0112 0x8a [MCU2_0] 26.969910 s: INFO: OX03C10 read 0x01 0x29 0x0418 0x34 [MCU2_0] 26.970191 s: INFO: OX03C10 read 0x01 0x29 0x08d0 0x00 [MCU2_0] 26.970454 s: INFO: OX03C10 read 0x01 0x29 0x08a0 0x84 [MCU2_0] 26.970489 s: Success: Sensor stream on!!! [MCU2_0] 26.970530 s: —[IssSensor_Start][LINE:1056]–status=0—end— [MCU2_0] 26.970559 s: IssSensor_Start end [MCU2_0] 26.971233 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 26.971272 s: EBADARGS: NULL pointer!! [MCU2_0] 26.971309 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 26.971922 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 26.971995 s: EBADARGS: NULL pointer!! [MCU2_0] 26.972036 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 2 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 26.984775 s: src/fvid2_drvMgr.c @ Line 867: —[app_run_graph][LINE:1281] status=0[MCU2_0] 26.984817 s: EBADARGS: NULL pointer!! —[app_run_graph][LINE:1282] obj->captureObj.en_out_capture_write=0—[app_run_graph][LINE:1287] obj->vissObj.en_out_viss_write=1 status=0[MCU2_0] 26.984853 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 27.006468 s: mean_luma=268435455, 16383, 16383, 16383, 16383 —[app_run_graph][LINE:1292] obj->ldcObj.en_out_ldc_write=0 status=0—[app_run_graph][LINE:1297] status: 0[MCU2_0] 27.006561 s: ratio_exp hcg=153192.97, lcg=20928.00, spd=3500.00, vs=233.33 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 3 beginning[MCU2_0] 27.006620 s: normal hcg/lcg=7.32, lcg/spd=5.98, spd/vs=15.00 —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 3 status=0 obj->num_frames_to_run=1000000[MCU2_0] 27.006693 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 4 beginning[MCU2_0] 27.006762 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 27.035571 s: mean_luma=268435455, 16383, 16383, 16383, 16383 —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 4 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 27.035656 s: ratio_exp hcg=153192.97, lcg=20928.00, spd=3500.00, vs=233.33 Writing /ti_fs/vision_apps/viss_img_output_1920x1080_ch_0_00000003.yuv ..[MCU2_0] 27.036161 s: normal hcg/lcg=7.32, lcg/spd=5.98, spd/vs=15.00 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 5 beginning[MCU2_0] 27.036259 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— [MCU2_0] 27.036334 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 5 status=0 obj->num_frames_to_run=1000000[MCU2_0] 27.063689 s: mean_luma=268435455, 16383, 16383, 16383, 16383 —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 27.063775 s: ratio_exp hcg=153192.97, lcg=20928.00, spd=3500.00, vs=233.33 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 6 beginning[MCU2_0] 27.063834 s: normal hcg/lcg=7.32, lcg/spd=5.98, spd/vs=15.00 [MCU2_0] 27.063909 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 6 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 27.064031 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 7 beginning[MCU2_0] 27.119194 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 27.119233 s: EBADARGS: NULL pointer!! [MCU2_0] 27.119271 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 27.119920 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 27.119994 s: EBADARGS: NULL pointer!! [MCU2_0] 27.120035 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 27.151264 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— [MCU2_0] 27.151350 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 27.164499 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— [MCU2_0] 27.164593 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 27.253918 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 27.253991 s: EBADARGS: NULL pointer!! [MCU2_0] 27.254031 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 27.254672 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 27.254711 s: EBADARGS: NULL pointer!! [MCU2_0] 27.254747 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 27.268606 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— [MCU2_0] 27.268697 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 27.282128 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— [MCU2_0] 27.282214 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— Done!Writing /ti_fs/vision_apps/viss_img_output_1920x1080_ch_1_00000003.yuv ..Done!Writing /ti_fs/vision_apps/viss_img_output_1920x1080_ch_2_00000003.yuv ..Done!Writing /ti_fs/vision_apps/viss_h3a_output_ch_0_00000003.bin ..Done!Writing /ti_fs/vision_apps/viss_h3a_output_ch_1_00000003.bin ..Done!Writing /ti_fs/vision_apps/viss_h3a_output_ch_2_00000003.bin ..Done!—[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 7 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 8 beginning—[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 8 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 9 beginning[MCU2_0] 30.591029 s: src/fvid2_drvMgr.c @ Line 867: [MCU2_0] 30.591075 s: EBADARGS: NULL pointer!! [MCU2_0] 30.591114 s: VX_ZONE_ERROR:[tivxCaptureStart:731] CAPTURE: ERROR: Could not start FVID2 !!! [MCU2_0] 30.591727 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.591767 s: ALLOC: Q object allocation failed [MCU2_0] 30.591808 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 30.591861 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 9 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 10 beginning[MCU2_0] 30.604697 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.604738 s: ALLOC: Q object allocation failed [MCU2_0] 30.604782 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 30.604837 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.606245 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— [MCU2_0] 30.606338 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 10 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 11 beginning[MCU2_0] 30.617806 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.617845 s: ALLOC: Q object allocation failed [MCU2_0] 30.617889 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 11 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 12 beginning[MCU2_0] 30.617988 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.622681 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 12 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 13 beginning[MCU2_0] 30.622773 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 30.630958 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 13 status=0 obj->num_frames_to_run=1000000[MCU2_0] 30.631038 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 14 beginning[MCU2_0] 30.631089 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 30.631148 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 14 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 30.641419 s: mean_luma=268435455, 16383, 16383, 16383, 16383 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 15 beginning[MCU2_0] 30.641514 s: ratio_exp hcg=47872.80, lcg=5232.00, spd=3500.00, vs=233.33 —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 15 status=0 obj->num_frames_to_run=1000000[MCU2_0] 30.641575 s: normal hcg/lcg=9.15, lcg/spd=1.49, spd/vs=15.00 —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 16 beginning[MCU2_0] 30.641658 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— [MCU2_0] 30.641727 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 16 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 30.660072 s: mean_luma=268435455, 16383, 16383, 16383, 16383 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 17 beginning[MCU2_0] 30.660162 s: ratio_exp hcg=47872.80, lcg=5232.00, spd=3500.00, vs=233.33 [MCU2_0] 30.660219 s: normal hcg/lcg=9.15, lcg/spd=1.49, spd/vs=15.00 [MCU2_0] 30.660294 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 17 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 30.660365 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 18 beginning[MCU2_0] 30.672276 s: mean_luma=268435455, 16383, 16383, 16383, 16383 —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 18 status=0 obj->num_frames_to_run=1000000[MCU2_0] 30.672368 s: ratio_exp hcg=47872.80, lcg=5232.00, spd=3500.00, vs=233.33 —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 19 beginning[MCU2_0] 30.672425 s: normal hcg/lcg=9.15, lcg/spd=1.49, spd/vs=15.00 [MCU2_0] 30.672499 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 19 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 20 beginning[MCU2_0] 30.672565 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 30.756911 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.756986 s: ALLOC: Q object allocation failed [MCU2_0] 30.757037 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 20 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 21 beginning[MCU2_0] 30.757092 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.757718 s: src/csirx_drv.c @ Line 562: —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 21 status=0 obj->num_frames_to_run=1000000[MCU2_0] 30.757760 s: ALLOC: Q object allocation failed —[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 22 beginning[MCU2_0] 30.757800 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 22 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 30.757856 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 23 beginning[MCU2_0] 30.770674 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.770716 s: ALLOC: Q object allocation failed [MCU2_0] 30.770760 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 23 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 24 beginning[MCU2_0] 30.770815 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.772468 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 24 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 25 beginning[MCU2_0] 30.772556 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 30.791171 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— —[app_run_graph][LINE:1304] app_run_graph_for_one_pipeline: frame 25 status=0 obj->num_frames_to_run=1000000—[app_run_graph][LINE:1306] status=0 obj->stop_task=0 [MCU2_0] 30.791264 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_run_graph_for_one_frame_pipeline][LINE:1129] app_run_graph_for_one_pipeline: frame 26 beginning[MCU2_0] 30.804899 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— [MCU2_0] 30.805093 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 30.891608 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.891648 s: ALLOC: Q object allocation failed [MCU2_0] 30.891690 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 30.891745 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.892381 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.892420 s: ALLOC: Q object allocation failed [MCU2_0] 30.892460 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 30.892513 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.905284 s: src/csirx_drv.c @ Line 562: [MCU2_0] 30.905327 s: ALLOC: Q object allocation failed [MCU2_0] 30.905373 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 30.905427 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 30.907045 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— [MCU2_0] 30.907139 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 30.925040 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— [MCU2_0] 30.925137 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 30.938539 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— [MCU2_0] 30.938629 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 31.026358 s: src/csirx_drv.c @ Line 562: [MCU2_0] 31.026402 s: ALLOC: Q object allocation failed [MCU2_0] 31.026448 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 31.026504 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 31.027167 s: src/csirx_drv.c @ Line 562: [MCU2_0] 31.027209 s: ALLOC: Q object allocation failed [MCU2_0] 31.027253 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 31.027310 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 31.040145 s: src/csirx_drv.c @ Line 562: [MCU2_0] 31.040187 s: ALLOC: Q object allocation failed [MCU2_0] 31.040231 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 31.040288 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 31.041855 s: mean_luma=268435455, 16383, 16383, 16383, 16383 [MCU2_0] 31.042004 s: ratio_exp hcg=14361.84, lcg=1744.00, spd=3500.00, vs=233.33 [MCU2_0] 31.042069 s: normal hcg/lcg=8.24, lcg/spd=0.50, spd/vs=15.00 [MCU2_0] 31.042153 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— [MCU2_0] 31.042222 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 31.059707 s: mean_luma=268435455, 16383, 16383, 16383, 16383 [MCU2_0] 31.059802 s: ratio_exp hcg=14361.84, lcg=1744.00, spd=3500.00, vs=233.33 [MCU2_0] 31.059859 s: normal hcg/lcg=8.24, lcg/spd=0.50, spd/vs=15.00 [MCU2_0] 31.060033 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— [MCU2_0] 31.060117 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 31.073473 s: mean_luma=268435455, 16383, 16383, 16383, 16383 [MCU2_0] 31.073558 s: ratio_exp hcg=14361.84, lcg=1744.00, spd=3500.00, vs=233.33 [MCU2_0] 31.073617 s: normal hcg/lcg=8.24, lcg/spd=0.50, spd/vs=15.00 [MCU2_0] 31.073691 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— [MCU2_0] 31.073761 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 31.161137 s: src/csirx_drv.c @ Line 562: [MCU2_0] 31.161177 s: ALLOC: Q object allocation failed [MCU2_0] 31.161218 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 31.161271 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 31.161860 s: src/csirx_drv.c @ Line 562: [MCU2_0] 31.161895 s: ALLOC: Q object allocation failed [MCU2_0] 31.161981 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 31.162041 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 31.174810 s: src/csirx_drv.c @ Line 562: [MCU2_0] 31.174848 s: ALLOC: Q object allocation failed [MCU2_0] 31.174888 s: VX_ZONE_ERROR:[tivxCaptureEnqueueFrameToDriver:385] CAPTURE: ERROR: Frame could not be queued for frame 3 !!! [MCU2_0] 31.174978 s: VX_ZONE_ERROR:[tivxCaptureProcess:988] CAPTURE: ERROR: Enqueue Frame to Driver failed !!! [MCU2_0] 31.176477 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x6-start— [MCU2_0] 31.176570 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 31.193103 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x5-start— [MCU2_0] 31.193649 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— [MCU2_0] 31.207053 s: —[IssSensor_SetAeParams][LINE:1112]–chId=0x4-start— [MCU2_0] 31.207144 s: —[IssSensor_SetAeParams][LINE:1148]–status=0—end— —[app_multi_cam_main][LINE:719] app_run_graph_interactive status=0 —[app_multi_cam_main][LINE:730] App Run Graph Done status=0! 36.973177 s: VX_ZONE_INIT:[tivxHostDeInit:56] De-Initialization Done for HOST !!! 36.973202 s: VX_ZONE_ERROR:[tivxObjectDeInit:168] Is graph use failed 36.973221 s: VX_ZONE_ERROR:[tivxObjectDeInit:174] Is node use failed 36.973239 s: VX_ZONE_ERROR:[tivxObjectDeInit:180] Is kernel use failed 36.973257 s: VX_ZONE_ERROR:[tivxObjectDeInit:186] Is array use failed 36.973276 s: VX_ZONE_ERROR:[tivxObjectDeInit:192] Is user data object use failed 36.973295 s: VX_ZONE_ERROR:[tivxObjectDeInit:198] Is raw image use failed 36.973314 s: VX_ZONE_ERROR:[tivxObjectDeInit:222] Is distribution use failed 36.973334 s: VX_ZONE_ERROR:[tivxObjectDeInit:228] Is image use failed 36.973355 s: VX_ZONE_ERROR:[tivxObjectDeInit:276] Is error use failed 36.973373 s: VX_ZONE_ERROR:[tivxObjectDeInit:282] Is data ref q use failed 36.981109 s: VX_ZONE_INIT:[tivxDeInit:111] De-Initialization Done !!!APP: Deinit … !!! 36.981134 s: REMOTE_SERVICE: Deinit … !!! 36.981185 s: REMOTE_SERVICE: Deinit … Done !!!IPC: Deinit … !!!IPC: Deinit … Done !!!APP: Deinit … Done !!!

,

wenda ai:

修改成不同的instParams->instId 对应单独测试的时候 4路的UYV图像正常,而3路的raw图像不正常,测试发现,单独测试3路侧视摄像头的(raw格式的) ,若只单独用 instID =0 或instID =1 ,出来的图片都不正常,只有 0 和1同时配置一遍图像才正常。

,

Shine:

我咨询了一下国外的产品线工程师,下面是他的回复。

Multi-cam demo does not support simultaneous capturing two different type of camera. This requires changes. 

Also we cannot use same capture node to capture two data type. We would have to create two capture node instances, one for raw frames and other for yuv frames. and then we can process them in viss and mosaic node. 

But this is currently supported in multi-cam example.https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1030063/tda4vm-can-t-run-multi_camera-demo-on-csi0-3x-raw-and-csi1-4x-yuv-simutaneously

,

wenda ai:

您好!

问一下,

Shine 说:But this is currently supported in multi-cam example.

这个example指的是哪个文件?

因为我只看到了,Multi-cam demo。

,

Shine:

抱歉,这个是笔误。这个example就是Multi-cam demo, 不支持您的应用。

This is not currently supported in multi-cam demo/example

,

wenda ai:

这个意思是 需要我们自己再创建一个支持两种格式的multi_cam demo吗?还是说在现有的multi_cam demo中的数据结构APPObj中直接再加一个CaptureObj    captureObj;然后在初始化配置的时候分开配置吗?

Shine 说:Also we cannot use same capture node to capture two data type. We would have to create two capture node instances, one for raw frames and other for yuv frames. and then we can process them in viss and mosaic node. 

,

Shine:

可以创建一个新的CaptureObjOne possible way is to create another instance of CaptureObj and configure it for second instance in yuv format. 

赞(0)
未经允许不得转载:TI中文支持网 » TDA4VM: TDA4VM 两路MIPI口同时分别接入三路RAW 和4路YUV输出图像异常
分享到: 更多 (0)