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.

OMAP-L138 LCDK vvpif_mmap_loopback Error in opening capture device for channel 0

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

I'm trying to capture video, from analog cam, connected through composite in on my OMAP-L138 LCDK board via example application vpif_mmap_loopback.
But, when I'm executing this application(./vpif_mmap_loopback -m 1 -p 0) one of following errors appears. It's strange, that application cancels in different places.
How can I fix this problem? 

**********************************************************************************

root@omapl138-lcdk:~/vpif/omap# ./vpif_mmap_loopback -m 1 -p 0
standard.name = NTSC
standard.name = NTSC-M
standard.name = NTSC-M-JP
standard.name = NTSC-M-KR
standard.name = PAL
Found standard support in the driver
Error in opening capture device for channel 0
root@omapl138-lcdk:~/vpif/omap# ./vpif_mmap_loopback -m 1 -p 0
VIDIOC_S_INPUT
: Invalid argument
Error in opening capture device for channel 0

***********************************************************************************