This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Some issues of debugging the ar0220(BringUp and ISP-tuning)

Part Number: TDA4VM

Hi,TI experts:

      We need to debug the AR0220 sensor on our 5R5V project on TDA4VM, including BringUp and ISP tuning.

      Firstly, when I bringup the ar0220, the graph of usecase  that I used the app_single_cam or app_multi_app(set the camera-num to 1) can't run correctly. It blocked at the vxGraphParameterDequeueDoneRef. 

       

        The attachment is the log of app_multi_cam and the driver-configuration of ar0220.  The configuration of dcc i used is ar0233 that PSDK8.2 is available in the default release. Does it block for dcc? How should I troubleshoot this issue?

             

dcc_aweb_enable.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root@j7-evm:/opt/vision_apps# ./run_app_multi_cam.sh
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
1862.906644 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
1862.918415 s: VX_ZONE_INIT:Enabled
1862.918443 s: VX_ZONE_ERROR:Enabled
1862.918452 s: VX_ZONE_WARNING:Enabled
1862.922201 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
1862.922420 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
1862.928828 s: ISS: Enumerating sensors ... !!!
1862.932316 s: ISS: Enumerating sensors ... found 0 : IMX390-UB953_D3
1862.932329 s: ISS: Enumerating sensors ... found 1 : AR0233-UB953_MARS
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Additionally, if I disable the DCC configuration, it can cause one frame of image to freeze. The log below is for this issue:

     

disable_dcc.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root@j7-evm:/opt/vision_apps# ./run_app_single_cam.sh
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
170351.853246 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
170351.865017 s: VX_ZONE_INIT:Enabled
170351.865043 s: VX_ZONE_ERROR:Enabled
170351.865052 s: VX_ZONE_WARNING:Enabled
170351.868746 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
170351.868961 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
Invalid token [
]
sensor_selection = [2]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

   So I can't bringup the ar0220 with app_multi_cam/app_single_cam.