Other Parts Discussed in Thread: TDA4VM, TDA4VH
Dear support team :
Issue Description
I am debugging front view cameras AR0233 using the app_single_cam, I wnat to capture 1920*1280 AR0233 raw image . Encountered the following issues
1)Using app_single_cam with default capture parameter configuration (instId==0). During the test, "Print performance statistics" displays fps with data, but the captured raw image is empty. I Open the attachment's "img_0000.raw" in binary and the display is all 0x00
As shown in the figure:
para code: single-cam-default-config.png
log: AR0233-singlecam-default-config-fps-OK.log
AR0233-singlecam-default-config-fps-OK.log
2) The front camera is connected to CSI2, so I configured instId=CSI2 to 2, but I found that VX was reported VX_ZONE_ERROR, FPS becomes 0, as shown in the figure
modify code :set-instid-2-error.png
log:AR0233-singlecam-set-instId-2-VX_ZONE_ERROR.log
AR0233-singlecam-set-instId-2-VX_ZONE_ERROR.log
Required support:
Please help that how to configure the parameters to capture the camera raw data for CSI2, thank you !