Hello,
When I driver some camera on our TDA4VM custem board used RTOS0801,using the single camera app run YUV output camera success,
can capture image normal,but run the RAW output camera just can capture one RAW frame then will be hung,and R core log shows:
[MCU2_0] 1292.332878 s: VX_ZONE_WARNING:[tivxVpacVissCreate:365] VISS H3A output is not generated due to DCC not being enabled
[MCU2_0] 1292.339639 s: VX_ZONE_WARNING:[tivxAewbCreate:1064] No DCC buffer passed. Disabling 2A
[MCU2_0] 1292.353846 s: ImageSensor_RemoteServiceHandler: IM_SENSOR_CMD_STREAM_ON
[MCU2_0] 1292.353932 s: IM_SENSOR_CMD_STREAM_ON: channel_mask = 0x1
[MCU2_0] 1292.354015 s: Sensor I2c address = 0x10
[MCU2_0] 1292.364093 s: max96712_cfgScript : max96716 I2cAddr = 0x29
[MCU2_0] 1292.364140 s: MAX96712 config start
[MCU2_0] 1292.364194 s: [max96712_cfgScript] :rawRegVal: 0x040b 0x02
[MCU2_0] 1292.390301 s: Read 96712 I2c address at 0x29, Reg[0x040b] = 0x2
[MCU2_0] 1292.390350 s: End of MAX96712 config
[MCU2_0] 1292.412523 s: src/fvid2_drvMgr.c @ Line 911:
[MCU2_0] 1292.412571 s: EBADARGS: NULL pointer!!
[MCU2_0] 1292.412617 s: VX_ZONE_ERROR:[tivxDisplayProcess:1009] DISPLAY: ERROR: Unable to queue frame!
what about this issue? how to resolve it let RAW output camera run success?