We have recently used the tvp7002 source as a baseline to support a gc0308 (galaxycore) cmos sensor that is 640x480. So far we have had success with displaying the camera input with the saLoopBack program. Based on the saLoopBack working we are fairly certain we have implemented our driver correctly. I have read many posts on the subject of v4l2 and gstreamer on the forum but none have answered our question.
We are now moving forward to using gstreamer to capture from the /dev/video0 and have tried several pipelines to capture a stream to a fakesink. We seem to get stuck when grabbing frames from the camera. I have add additional debug to see if we are grabbing frames. I added some debug into the ti81xxvin.c, Below is a pipeline and out, also the kernel out. Does embedded syncs need to work for capture to work for gstreamer? I'm wondering why the ISR in ti81xxvin is not called more than four times?
GST_DEBUG="v4l2:7" gst-launch -v v4l2src ! 'video/x-raw-yuv,format=(fourcc)YUY2,width=640,height=480,framerate=(fraction)25/1' ! fakesink
Setting pipeline to PAUSED ...
vidioc_enum_framesizes: fmt: 0 (640 x 480)
0:00:00.62472975vidioc_enum_framesizes: fmt: 1 (640 x 480)
0 1734 0x17cc0 idioc_enum_framesizes: fmt: 2 (640 x 480)
36mDEBUG vidioc_enum_framesizes: fmt: 3 (640 x 480)
Invalid format index of 3
v4l2 v4l2_cvidioc_enum_framesizes: fmt: 0 (640 x 480)
alls.c:423:gst_v4l2_open:<v4l2src0> Trying to open device /dev/video0
vidioc_enum_framesizes: fmt: 1 (640 x 480)
vidioc_enum_framesizes: fmt: 2 (640 x 480)
vidioc_enum_framesizes: fmt: 3 (640 x 480)
Invalid format index of 3
0:00:00.702304350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:79:gst_v4l2_get_capabilities:<v4l2src0> getting capabilities
0:00:00.702551700 1734 0x17cc0 LOG v4l2 v4l2_calls.c:87:gst_v4l2_get_capabilities:<v4l2src0> driver: 'ti81xxvin'
0:00:00.702638750 1734 0x17cc0 LOG v4l2 v4l2_calls.c:88:gst_v4l2_get_capabilities:<v4l2src0> card: 'TI81xx_catalogue'
0:00:00.702714350 1734 0x17cc0 LOG v4l2 v4l2_calls.c:89:gst_v4l2_get_capabilities:<v4l2src0> bus_info: 'TI81xx Platform'
0:00:00.702787500 1734 0x17cc0 LOG v4l2 v4l2_calls.c:90:gst_v4l2_get_capabilities:<v4l2src0> version: 00000001
0:00:00.702859350 1734 0x17cc0 LOG v4l2 v4l2_calls.c:91:gst_v4l2_get_capabilities:<v4l2src0> capabilites: 05000003
0:00:00.702936800 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:121:gst_v4l2_fill_lists:<v4l2src0> getting enumerations
0:00:00.703008550 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:124:gst_v4l2_fill_lists:<v4l2src0> channels
0:00:00.703090350 1734 0x17cc0 LOG v4l2 v4l2_calls.c:147:gst_v4l2_fill_lists:<v4l2src0> index: 0
0:00:00.703161700 1734 0x17cc0 LOG v4l2 v4l2_calls.c:148:gst_v4l2_fill_lists:<v4l2src0> name: 'Component'
0:00:00.703232700 1734 0x17cc0 LOG v4l2 v4l2_calls.c:149:gst_v4l2_fill_lists:<v4l2src0> type: 00000002
0:00:00.703303550 1734 0x17cc0 LOG v4l2 v4l2_calls.c:150:gst_v4l2_fill_lists:<v4l2src0> audioset: 00000000
0:00:00.703374400 1734 0x17cc0 LOG v4l2 v4l2_calls.c:151:gst_v4l2_fill_lists:<v4l2src0> std: 0000000000000000
0:00:00.703445800 1734 0x17cc0 LOG v4l2 v4l2_calls.c:152:gst_v4l2_fill_lists:<v4l2src0> status: 00000000
0:00:00.703827000 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:195:gst_v4l2_fill_lists:<v4l2src0> norms
0:00:00.703953850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:239:gst_v4l2_fill_lists:<v4l2src0> controls+menus
0:00:00.704028300 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980900
0:00:00.704113950 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980900
0:00:00.704188100 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980901
0:00:00.704268050 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980901
0:00:00.704341150 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980902
0:00:00.704421000 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980902
0:00:00.704493900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980903
0:00:00.704573700 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980903
0:00:00.704645750 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980904
0:00:01.041726650 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980904
0:00:01.041868400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980905
0:00:01.041953250 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980905
0:00:01.042027650 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980906
0:00:01.042108800 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980906
0:00:01.042181900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980907
0:00:01.042261750 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980907
0:00:01.042334850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980908
0:00:01.042414650 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980908
0:00:01.042487350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980909
0:00:01.042567550 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980909
0:00:01.042666550 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090a
0:00:01.042748850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098090a
0:00:01.042951800 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090b
0:00:01.043043950 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098090b
0:00:01.043119400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090c
0:00:01.043199550 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098090c
0:00:01.043273300 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090d
0:00:01.043353350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098090d
0:00:01.043426400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090e
0:00:01.043506100 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098090e
0:00:01.043579300 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090f
0:00:01.043658450 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098090f
0:00:01.380520050 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980910
0:00:01.380690150 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980910
0:00:01.380790400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980911
0:00:01.380873900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980911
0:00:01.380947750 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980912
0:00:01.381028800 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980912
0:00:01.381101750 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980913
0:00:01.381181350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980913
0:00:01.381254600 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980914
0:00:01.381334300 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980914
0:00:01.381407300 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980915
0:00:01.381486500 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980915
0:00:01.381560150 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980916
0:00:01.381639650 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980916
0:00:01.381712900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980917
0:00:01.381931350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980917
0:00:01.382015950 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980918
0:00:01.382099900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980918
0:00:01.382173550 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980919
0:00:01.382253900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980919
0:00:01.382327100 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091a
0:00:01.382406350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098091a
0:00:01.719630150 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091b
0:00:01.719803400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098091b
0:00:01.719883850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091c
0:00:01.719965250 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098091c
0:00:01.720040100 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091d
0:00:01.720119800 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098091d
0:00:01.720193100 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091e
0:00:01.720272450 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098091e
0:00:01.720344450 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091f
0:00:01.720423200 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 0098091f
0:00:01.720496250 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980920
0:00:01.720598950 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980920
0:00:01.720673650 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980921
0:00:01.720753100 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980921
0:00:01.720826400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980922
0:00:01.721116350 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980922
0:00:01.721200850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980923
0:00:01.721287850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980923
0:00:01.721362300 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980924
0:00:01.721442850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980924
0:00:01.721516650 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980925
0:00:01.721596600 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980925
0:00:01.721669250 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 00980926
0:00:02.058621400 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:258:gst_v4l2_fill_lists:<v4l2src0> skipping control 00980926
0:00:02.058761050 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0> checking private CIDs
0:00:02.058837250 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:252:gst_v4l2_fill_lists:<v4l2src0> checking control 08000000
0:00:02.058920200 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:262:gst_v4l2_fill_lists:<v4l2src0> controls finished
0:00:02.058995850 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:387:gst_v4l2_fill_lists:<v4l2src0> done
0:00:02.059066200 1734 0x17cc0 INFO v4l2 v4l2_calls.c:480:gst_v4l2_open:<v4l2src0> Opened device 'TI81xx_catalogue' (/dev/vid
eo0) successfully
0:00:02.059269450 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:710:gst_v4l2_set_defaults:<v4l2src0> tv_norm=0x0, norm=(nil)
0:00:02.059376600 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:579:gst_v4l2_get_norm:<v4l2src0> getting norm
0:00:02.059496900 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:818:gst_v4l2_get_input:<v4l2src0> trying to get input
0:00:02.059615550 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:828:gst_v4l2_get_input:<v4l2src0> input: 0
0:00:02.062261200 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1072:gst_v4l2_object_fill_format_list:<v4l2src0> getting src format
enumerations
0:00:02.062433850 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4l2_object_fill_format_list:<v4l2src0> index: 0
0:00:02.062517600 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.062592050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1092:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 000000
00
0:00:02.062819000 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YCbCr
4:2:2 YC Interleaved'
0:00:02.062906050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: YUYV
0:00:02.063000200 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4l2_object_fill_format_list:<v4l2src0> index: 1
0:00:02.063076000 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.063147250 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1092:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 000000
00
0:00:02.063220650 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YCbCr
4:2:0 YC Semiplaner'
0:00:02.063294450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:02.063407400 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4l2_object_fill_format_list:<v4l2src0> index: 2
0:00:02.400677300 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.400819850 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1092:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 000000
00
0:00:02.400898550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YCbCr
4:2:2 YC Semiplaner'
0:00:02.400975700 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV16
0:00:02.401100800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4l2_object_fill_format_list:<v4l2src0> index: 3
0:00:02.401179100 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.401253050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1092:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 000000
00
0:00:02.401326050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'RGB P
acked'
0:00:02.401398450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: RGB3
0:00:02.401481200 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4l2_object_fill_format_list:<v4l2src0> index: 4
0:00:02.401554750 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.401648550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1092:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 000000
02
0:00:02.401723650 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'BGR3'
0:00:02.401965250 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: BGR3
0:00:02.402061450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4l2_object_fill_format_list:<v4l2src0> index: 5
0:00:02.402137800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.402209600 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1092:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 000000
02
0:00:02.402281800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YU12'
0:00:02.402353600 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: YU12
0:00:02.402434600 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1090:gst_v4vidioc_enum_framesizes: fmt: 0 (640 x 480)
l2_object_fill_format_list:<v4l2src0> index: 6
0:00:02.402506650 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1091:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:02.402578700 1734 0x17cc0 LOG vidioc_enum_framesizes: fmt: 1 (640 x 480)
v4l2 gstv4l2object.c:1092:gst_v4vidioc_enum_framesizes: fmt: 2 (640 x 480)
l2_object_fill_format_list:<v4l2src0> flags: 00000002
0:00:02.739644650 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1094:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YV12'
0:00:02.739786650 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1096:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: YV12
0:00:02.739896900 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1109:gst_v4l2_object_fill_format_list:<v4l2src0> got 7 format(s):
0:00:02.739974750 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> YUYV
0:00:02.740048800 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> RGB3
0:00:02.740121750 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:02.740218350 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> YU12 (emulated)
0:00:02.740294900 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> YV12 (emulated)
0:00:02.740368150 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> BGR3 (emulated)
0:00:02.740441050 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1115:gst_v4l2_object_fill_format_list:<v4l2src0> NV16
0:00:02.740631950 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:02.745131400 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:02.765467550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YUYV
0:00:02.765747750 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:02.771030800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YUYV
0:00:02.771244650 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YUYV@640x480
0:00:02.778291400 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:02.778591500 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YUYV
0:00:02.778754850 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:02.778838050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, Yvidioc_enum_framesizes: fmt: 3 (640 x 480)
UYV
0:00:02.778Invalid format index of 3
952050 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unable to enumer
ate intervals for YUYV@640x480
0:00:02.784110350 1734 0x17cc0 LOG vidioc_enum_framesizes: fmt: 0 (640 x 480)
v4l2 gstv4l2object.c:1906:gst_v4l2_objecvidioc_enum_framesizes: fmt: 1 (640 x 480)
t_probe_caps_for_format:<v4l2srcvidioc_enum_framesizes: fmt: 2 (640 x 480)
0> got discrete frame size 640x480
0:00:03.121503150 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YUYV
0:00:03.121783800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.121877500 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YUYV
0:00:03.122009650 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YUYV@640x480
0:00:03.155315051 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:03.155558451 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:03.161332651 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.162509050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YUYV
0:00:03.162699550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.162783150 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YUYV
0:00:03.163062000 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YUYV@640x480
0:00:03.170019300 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.170136550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YUYV
0:00:03.170283600 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.170364950 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YUYV
0:00:03.170478450 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YUYV@640x480
0:00:03.175711250 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.175805400 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YUYV
0:00:03.175930450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_gevidioc_enum_framesizes: fmt: 3 (640 x 480)
t_nearest_size:<Invalid format index of 3
v4l2src0> got nearest size 640x480
0:00:03.176010100 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_cavidioc_enum_framesizes: fmt: 0 (640 x 4
80)
ps_for_format_and_size:<v4l2src0> get frame interval for 640x480, YUYV
0:00:03.512790150 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YUYV@640x480
0:00:03.524005050 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:03.524435800 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:03.524532950 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.524640850 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format RGB3
0:00:03.524868300 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.524956500 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, RGB3
0:00:03.525125700 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for RGB3@640x480
0:00:03.535748451 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:03.535956451 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:03.536042951 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.536123751 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format RGB3
0:00:03.536312201 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.536397051 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, RGB3
0:00:03.536573051 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for RGB3@640x480
0:00:03.536898551 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:03.537054051 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:03.541526801 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.541619351 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_vidioc_enum_framesizes: fmt: 1 (640 x 480)
get_nearest_sizevidioc_enum_framesizes: fmt: 2 (640 x 480)
:<v4l2src0> getting nearest size to 640x480 with format NV12
0:00:03.541745851 1734 0x17cc0vidioc_enum_framesizes: fmt: 3 (640 x 480)
LOG nvalid format index of 3
0m v4l2 gstvidioc_enum_framesizes: fmt: 0 (640 x 480)
v4l2object.c:2173:gst_v4l2_objecvidioc_enum_framesizes: fmt: 1 (640 x 480)
t_get_nearest_size:<v4l2src0> got nearest size 640x480
0:00:03.879201201 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV12
0:00:03.879434201 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV12@640x480
0:00:03.884578450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.884677450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV12
0:00:03.884826950 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.884907650 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV12
0:00:03.885011750 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV12@640x480
0:00:03.898065450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.898222750 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV12
0:00:03.898430550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.898516400 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV12
0:00:03.898641000 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV12@640x480
0:00:03.909553200 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:03.909733400 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:03.915570951 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:03.915680051 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV12
0:00:03.915822751 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:03.915903901 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV12
0:00:03.916045451 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1vidioc_enum_framesizes: fmt: 2 (640 x 480)
848:gst_v4l2_objvidioc_enum_framesizes: fmt: 3 (640 x 480)
ect_probe_caps_fInvalid format index of 3
or_format_and_size:<v4l2src0> Unable to enumerate intervals for NV12@640x480
0:00:03.921481501 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.259508750 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV12
0:00:04.259766150 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.259855550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV12
0:00:04.259986000 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV12@640x480
0:00:04.265282601 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.265394051 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV12
0:00:04.265529701 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.265610051 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV12
0:00:04.265716951 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV12@640x480
0:00:04.274882000 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.275097750 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:04.296529801 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.296735951 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YU12
0:00:04.297437900 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.298579250 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YU12
0:00:04.298785900 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YU12@640x480
0:00:04.298979900 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.299103450 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:04.299185300 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.299262350 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YU12
0:00:04.299434750 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.637319200 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YU12
0:00:04.637626750 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YU12@640x480
0:00:04.637829250 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.638007450 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:04.638092000 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.638170800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YV12
0:00:04.638323750 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.638403800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YV12
0:00:04.638722350 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YV12@640x480
0:00:04.638873700 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.638977100 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:04.639056450 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.639132350 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format YV12
0:00:04.639273900 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.639353350 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, YV12
0:00:04.639508800 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for YV12@640x480
0:00:04.639646200 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.639vidioc_enum_framesizes: fmt: 0 (640 x 480)
847700 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes
0:00:04.639930550 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04vidioc_enum_framesizes: fmt: 1 (640 x 480)
.977683050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 64
0x480 with format BGR3
0:00:04.977981000 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.978070500 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, BGR3
0:00:04.978259500 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for BGR3@640x480
0:00:04.978456000 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.978581650 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:04.978663150 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.978739500 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format BGR3
0:00:04.978883100 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.979105950 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, BGR3
0:00:04.979278550 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for BGR3@640x480
0:00:04.979432800 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:04.979587600 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:04.996998050 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:04.997343100 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV16
0:00:04.997531000 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:04.997615800 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV16
0:00:05.015343251 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV16@640x480
0:00:05.022297100 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640xvidioc_enum_framesizes: fmt: 2 (640 x 480)
480
0:00:05.022397700 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_vidioc_enum_framesizes: fmt: 3 (640
x 480)
size:<v4l2src0>nvalid format index of 3
[00m getting nearest size to 640x480 with formatvidioc_enum_framesizes: fmt: 0 (640 x 480)
NV16
0:00:05.022545050 vidioc_enum_framesizes: fmt: 1 (640 x 480)
1734 0x17cc0 LOG vidioc_enum_framesizes: fmt: 2 (640 x 480)
v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 640x480
0:00:05.359928600 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV16
0:00:05.360149750 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV16@640x480
0:00:05.375464301 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:05.375657451 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV16
0:00:05.375842451 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:05.375926151 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV16
0:00:05.376054251 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV16@640x480
0:00:05.388433750 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:05.388633050 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1898:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating fr
ame sizes
0:00:05.395914651 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:05.396041501 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV16
0:00:05.396200801 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:05.396284351 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV16
0:00:05.396403801 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV16@640x480
0:00:05.401857851 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_object_probe_caps_for_format:<v4l2src0> got discrete f
rame size 640x480
0:00:05.401970651 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV16
0:00:05.402109251 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:05.402335601 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV16
0:00:05.402479401 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV16@640x480
0:00:05.415144651 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1906:gst_v4l2_ovidioc_enum_framesizes: fmt: 3 (640 x 480)
bject_probe_capsInvalid format index of 3
_for_format:<v4l2src0> got discrete frame size 640x480
0:00:05.435407502 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2114:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest siz
e to 640x480 with format NV16
0:00:05.772231401 1734 0x17cc0 LOG v4l2 gstv4l2object.c:2173:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 64
0x480
0:00:05.772395651 1734 0x17cc0 LOG v4l2 gstv4l2object.c:1680:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> get f
rame interval for 640x480, NV16
0:00:05.772535651 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1848:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0> Unabl
e to enumerate intervals for NV16@640x480
0:00:05.781975201 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:1923:gst_v4l2_object_probe_caps_for_format:<v4l2src0> done iterating
discrete frame sizes
0:00:05.783944601 1734 0x17cc0 INFO v4l2 gstv4l2object.c:1602:gst_v4l2_object_get_caps_info:<v4l2src0> rowstride: 0
0:00:05.784053901 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:2221:gst_v4l2_object_set_format:<v4l2src0> progressive video
0:00:05.784828301 1734 0x17cc0 DEBUG v4l2 gstv4l2object.c:2226:gst_v4l2_object_set_format:<v4l2src0> Setting format to 640x480
, format YUYV
0:00:05.785127201 1734 0x17cc0 DEBUG v4l2 gstv4l2bufferpool.c:348:gst_v4l2_buffer_pool_new:<v4l2src0> STREAMING, requesting 2
MMAP buffers
0:00:05.795398251 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:358:gst_v4l2_buffer_pool_new:<v4l2src0> count: 4
0:00:05.795507101 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:359:gst_v4l2_buffer_pool_new:<v4l2src0> type: 1
0:00:05.795701601 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:360:gst_v4l2_buffer_pool_new:<v4l2src0> memory: 1
0:00:05.795777201 1734 0x17cc0 WARN v4l2 gstv4l2bufferpool.c:366:gst_v4l2_buffer_pool_new:<v4l2src0> using 4 buffers instead
0:00:05.795968851 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:162:gst_v4l2_buffer_new:<v4l2src0> creating buffer 0, 0xf5040 in
pool 0xcc9e0
0:00:05.796093301 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:174:gst_v4l2_buffer_new:<v4l2src0> index: 0
0:00:05.796168601 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:175:gst_v4l2_buffer_new:<v4l2src0> type: 1
0:00:05.796240001 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:176:gst_v4l2_buffer_new:<v4l2src0> bytesused: 0
0:00:05.796310051 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:177:gst_v4l2_buffer_new:<v4l2src0> flags: 00000000
0:00:05.796381501 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:178:gst_v4l2_buffer_new:<v4l2src0> field: 0
0:00:05.796451701 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:179:gst_v4l2_buffer_new:<v4l2src0> memory: 1
0:00:05.796521301 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:182:gst_v4l2_buffer_new:<v4l2src0> MMAP offset: 0
0:00:05.796591001 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:183:gst_v4l2_buffer_new:<v4l2src0> length: 614400
0:00:05.796785051 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:184:gst_v4l2_buffer_new:<v4l2src0> input: 0
0:00:05.798330700 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:162:gst_v4l2_buffer_new:<v4l2src0> creating buffer 1, 0xf50f0 in
pool 0xcc9e0
0:00:06.135978851 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:174:gst_v4l2_buffer_new:<v4l2src0> index: 1
0:00:06.136119651 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:175:gst_v4l2_buffer_new:<v4l2src0> type: 1
0:00:06.136194501 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:176:gst_v4l2_buffer_new:<v4l2src0> bytesused: 0
0:00:06.136265751 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:177:gst_v4l2_buffer_new:<v4l2src0> flags: 00000000
0:00:06.136338551 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:178:gst_v4l2_buffer_new:<v4l2src0> field: 0
0:00:06.136408401 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:179:gst_v4l2_buffer_new:<v4l2src0> memory: 1
0:00:06.136479001 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:182:gst_v4l2_buffer_new:<v4l2src0> MMAP offset: 614400
0:00:06.136550851 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:183:gst_v4l2_buffer_new:<v4l2src0> length: 614400
0:00:06.136621601 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:184:gst_v4l2_buffer_new:<v4l2src0> input: 0
0:00:06.138222250 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:162:gst_v4l2_buffer_new:<v4l2src0> creating buffer 2, 0xf51a0 in
pool 0xcc9e0
0:00:06.138367050 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:174:gst_v4l2_buffer_new:<v4l2src0> index: 2
0:00:06.138445350 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:175:gst_v4l2_buffer_new:<v4l2src0> type: 1
0:00:06.138516600 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:176:gst_v4l2_buffer_new:<v4l2src0> bytesused: 0
0:00:06.139321550 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:177:gst_v4l2_buffer_new:<v4l2src0> flags: 00000000
0:00:06.139422350 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:178:gst_v4l2_buffer_new:<v4l2src0> field: 0
0:00:06.139494750 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:179:gst_v4l2_buffer_new:<v4l2src0> memory: 1
0:00:06.139566000 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:182:gst_v4l2_buffer_new:<v4l2src0> MMAP offset: 1228800
0:00:06.139636200 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:183:gst_v4l2_buffer_new:<v4l2src0> length: 614400
0:00:06.139706100 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:184:gst_v4l2_buffer_new:<v4l2src0> input: 0
0:00:06.141230600 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:162:gst_v4l2_buffer_new:<v4l2src0> creating buffer 3, 0xf5250 in
pool 0xcc9e0
0:00:06.141359300 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:174:gst_v4l2_buffer_new:<v4l2src0> index: 3
0:00:06.141462750 1734 0x17cc0 LOG REGISTERing ISR...
LIST EACH...
v4l2 gstv4l2bufferpool.c:175:gst_v4lSTARTED...
2_buffer_new:<v4l2src0> type: 1
0:00:06.141535000 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:176:gst_v4l2_buffer_new:<v4l2src0> bytesused: 0
0:00:06.479021500 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:177:gst_v4l2_buffer_new:<v4l2src0> flags: 00000000
0:00:06.479160900 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:178:gst_v4l2_buffer_new:<v4l2src0> field: 0
0:00:06.479236450 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:179:gst_v4l2_buffer_new:<v4l2src0> memory: 1
0:00:06.479309100 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:182:gst_v4l2_buffer_new:<v4l2src0> MMAP offset: 1843200
0:00:06.479381000 1734 ISR FUNCTION CALLED... dev_id=0
0x17cc0 LOG v4l2 gstv4l2bufferpool.c:183:gst_v4l2_buffer_new:<v4l2src0> length: 614400
0:00:06.479451150 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:184:gst_v4l2_buffer_new:<v4l2src0> input: 0
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0: queue-size = 4
0:00:06.481557300 1734 0x17cc0 LOG ISR FUNCTION CALLED... dev_id=0
v4l2 gstv4l2bufferpool.c:512:gst_v4l2_buffer_pool_qbuf:<v4l2src0> enqueue pool buffer 0
0:00:06.481744700 1734 0x17cc0 DEBUG v4l2 gstv4l2bufferpool.c:519:gst_v4l2_buffer_pool_qbuf:<v4l2src0> num_live_buffers--: 3
0:00:06.481832850 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:512:gst_v4l2_buffer_ISR FUNCTION CALLED... dev_id=0
pool_qbuf:<v4l2src0> enqueue pool buffer 1
0:00:06.481940350 1734 0x17cc0 DEBUG v4l2 gstv4l2bufferpool.c:519:gst_v4l2_buffer_pool_qbuf:<v4l2src0> num_live_buffers--: 2
0:00:06.482038050 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:512:gst_v4l2_buffer_pool_qbuf:<v4l2src0> enqueue pool buffer 2
0:00:06.4ISR FUNCTION CALLED... dev_id=0
82145200 1734 0x17cc0 DEBUG v4l2 gstv4l2bufferpool.c:519:gst_v4l2_buffer_pool_qbuf:<v4l2src0> num_live_buffers--: 1
0:00:06.482226800 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:512:gst_v4l2_buffer_pool_qbuf:<v4l2src0> enqueue pool buffer 3
0:00:06.482329400 1734 0x17cc0 DEBUG v4l2 gstv4l2bufferpool.c:519:gst_v4l2_buffer_pool_qbuf:<v4l2src0> num_live_buffers--: 0
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)YUY2, width=(int)640, height=(int)480, interlaced=(boo
lean)false, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)25/1
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught interrupt -- handling interrupt. (CTRL-C Pressed)
Interrupt: Stopping pipeline ...
Execution ended after 74030171100 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
0:01:20.556786550 1734 0x17cc0 DEBUG v4l2 gstv4l2bufferpool.c:445:gst_v4l2_buffer_pool_destroy:<v4l2src0> destroy pool
0:01:20.556938350 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:74:gst_v4l2_buffer_finalize:<v4l2src0> finalizing buffer 0xf5040
0
0:01:20.557025400 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:93:gst_v4l2_buffer_finalize:<v4l2src0> the pool is shutting down
0:01:20.557102200 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:109:gst_v4l2_buffer_finalize:<v4l2src0> buffer 0xf5040 (data 0x4
174d000, len 614400) not recovered, unmapping
0:01:20.557657850 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:74:gst_v4l2_buffer_finalize:<v4l2src0> finalizing buffer 0xf50f0
1
0:01:20.557751550 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:93:gst_v4l2_buffer_finalize:<v4l2src0> the pool is shutting down
0:01:20.557848300 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:109:gst_v4l2_buffer_finalize:<v4l2src0> buffer 0xf50f0 (data 0x4
1813000, len 614400) not recovered, unmapping
0:01:20.558213900 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:74:gst_v4l2_buffer_finalize:<v4l2src0> finalizing buffer 0xf51a0
2
0:01:20.558297550 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:93:gst_v4l2_buffer_finalize:<v4l2src0> the pool is shutting down
0:01:20.558374150 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:109:gst_v4l2_buffer_finalize:<v4l2src0> buffer 0xf51a0 (data 0x4
190f000, len 614400) not recovered, unmapping
0:01:20.558912300 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:74:gst_v4l2_buffer_finalize:<v4l2src0> finalizing buffer 0xf5250
3
0:01:20.559008500 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:93:gst_v4l2_buffer_finalize:<v4l2src0> the pool is shutting down
0:01:20.559086050 1734 0x17cc0 LOG v4l2 gstv4l2bufferpool.c:109:gst_v4l2_buffer_finalize:<v4l2src0> buffer 0xf5250 (data 0x4
1aa3000, len 614400) not recovered, unmapping
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = NULL
Setting pipeline to NULL ...
0:01:20.561081050 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:553:gst_v4l2_close:<v4l2src0> Trying to close /dev/video0
0:01:20.578833700 1734 0x17cc0 DEBUG v4l2 v4l2_calls.c:395:gst_v4l2_empty_lists:<v4l2src0> deleting enumerations
Freeing pipeline ...
Kernel output:
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 0 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 1 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 2 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 3 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: Invalid format index
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: Invalid format index of 3
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 0 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 1 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 2 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 3 (640 x 480)
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: Invalid format index
Feb 23 09:00:21 touchlink-001831880a5a user.warn kernel: Invalid format index of 3
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:21 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 0 (640 x 480)
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 1 (640 x 480)
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:22 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:22 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 2 (640 x 480)
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 3 (640 x 480)
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: Invalid format index
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: Invalid format index of 3
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 0 (640 x 480)
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 1 (640 x 480)
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 2 (640 x 480)
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: vidioc_enum_framesizes: fmt: 3 (640 x 480)
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: Invalid format index
Feb 23 09:00:23 touchlink-001831880a5a user.warn kernel: Invalid format index of 3
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: check format
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_g_std
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_reqbufs
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_setup
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_querybuf
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_mmap
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_querybuf
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_mmap
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_querybuf
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_mmap
Feb 23 09:00:23 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_querybuf
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_mmap
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_qbuf
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_prepare
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_qbuf
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_prepare
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_qbuf
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_prepare
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_qbuf
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_prepare
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_streamon
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_check_format
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: create capture0
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_SHRBUF: FOUND 0xbfb14000, end 0xbfd00000, map vir 0xda814000 size 4096
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: Fvid2 handle 0x9ec5f2c0 with notifyno 13 within 0 ms
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: send control with cmd 0x10020003
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: control event 0x10020003 return 0 within 4 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: send control with cmd 0x1002000d
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: control event 0x1002000d return 0 within 0 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: send control with cmd 0x1002000e
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: control event 0x1002000e return 0 within 0 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: REGISTERing ISR...
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_queue
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_queue
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_queue
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_buffer_queue
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: LIST EACH...
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: set buffer
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: queue capture
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: queue event return 0 within 0 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: set buffer
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: queue capture
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: queue event return 0 within 0 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: set buffer
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: queue capture
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: queue event return 0 within 0 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: set buffer
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: queue capture
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: queue event return 0 within 1 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: STARTED...
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: start capture0
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: send control with cmd 0x00000005
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: control event 0x5 return 0 within 8 ms.
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_poll
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: ISR FUNCTION CALLED... dev_id=0
Feb 23 09:00:24 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_poll
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: ISR FUNCTION CALLED... dev_id=0
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: ISR FUNCTION CALLED... dev_id=0
Feb 23 09:00:24 touchlink-001831880a5a user.warn kernel: ISR FUNCTION CALLED... dev_id=0
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_poll
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: vidioc_streamoff
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: stop capture0
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: send control with cmd 0x00000006
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: control event 0x6 return 0 within 6 ms.
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_CAPTURE: delete capture0
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: enter delete.
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_FVID2: delete event return 0 within 0 ms
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: VPSS_SHRBUF: free mem paddr 0xbfb14000 vaddr 0xda814000 size 4096
Feb 23 09:01:38 touchlink-001831880a5a user.debug kernel: ti81xxvin ti81xxvin: ti81xxvin_release