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.

VIP1 slice1 capture video is block

gpio pinmux 

0x4a003774 : 0x00050004
0x4a003778 : 0x00050004
0x4a00377c : 0x00050004
0x4a003780 : 0x00050004
0x4a003784 : 0x00050004
0x4a003788 : 0x00050004
0x4a00378c : 0x00050004
0x4a003790 : 0x00050004
0x4a003794 : 0x00050004
0x4a003798 : 0x00050004
0x4a00379c : 0x00050004
0x4a0037a0 : 0x00050004

clock  check:

0x4a009000 : 0x00001700
0x4a009004 : 0x00000030
0x4a009008 : 0x00000000

Parser size register check

# in32 0x48975A70
0x48975a70 : 0x00000000
# in32 0x48975A0C
0x48975a0c : 0x00000100

the camera mode output is 1280x720 30fps yuv422 and test  pclk, vysnc and hsync signal is ok

please help me ,no interrupt and block at video capture frame 

  • Hi,

    The root cause is that the VIP port cannot detect the video on the port.
    Please make sure that the parser configuration is done correct and the video is availalble at the video port.

    Note that the video size register is automatically updated by thr parser as soon as the video gets detected.
    The only software configuration needed for VIP is the parser config for this to happen.

    You may also find this utility helpful to find if the video is actually getting received at the VIP port
    git.ti.com/.../iodelay-config
    Generate(using -g option) a GPIO based probe script for the port you are using.

    Nikhil D