Hi,
Following the issue raised here: I looking for some help. I'm trying to run a GStreamer pipeline in a docker container installed in a Raspberry Pi with Raspbian. It works fine except if I use v4l2h264enc. For some reason it is not installed during the gst-build process: # gst-inspect-1.0 v4l2h264enc
No such element or plugin 'v4l2h264enc'
To reproduce the problem. Raspberry Pi 4 with PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian build docker with the dockerfile I send bellow, run, log to the container and try: gst-inspect-1.0 v4l2h264enc Thanks! The Dockerfile: # Copyright 2019 Google LLC _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mar. 20 oct. 2020 16 h 00, Miguel Won <[hidden email]> a écrit :
So you are probing the codec from inside a docker ? Have you mapped require /dev/videoX nodes into your container? This element will only be available if driver support is found.
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Yes, I also tried with the device mapping: root@4e7f6736d7c4:/opt# cd gst-build/ root@4e7f6736d7c4:/opt/gst-build# python3 gst-env.py # gst-inspect-1.0 v4l2h264enc No such element or plugin 'v4l2h264enc' where "gst-base" is the name of the container. Does it need to be available at the time of the building process? Not really sure how to do it. Nicolas Dufresne <[hidden email]> escreveu no dia terça, 20/10/2020 à(s) 23:54:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mar. 20 oct. 2020 21 h 15, Miguel Won <[hidden email]> a écrit :
It's runtime. The plugin is called video4linux2. To debug further, try to run: GST_DEBUG="v4l*:7" gst-inspect-1.0 video4linux2 Then share the logs, we can read it together to see what isnt right in your docker setup.
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello,
I finally returned to this project and this problem. I managed to partially solve the issue by properly starting the docker image with: docker run -it --privileged --device=/dev/video0:/dev/video* -v /opt/vc/:/opt/vc --net=host gst-base Then the suggested command # GST_DEBUG="v4l*:7" gst-inspect-1.0 video4linux2 results in: 0:00:00.830757362 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31424752 RGB1 0:00:00.830857527 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x35315241 AR15 0:00:00.830949489 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0xb5315241 AR1. 0:00:00.831125468 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x52424752 RGBR 0:00:00.831180060 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x48524742 BGRH 0:00:00.831812923 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343452 R444 0:00:00.832074420 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20343059 Y04 0:00:00.832125642 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20363059 Y06 0:00:00.832148067 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20303159 Y10 0:00:00.832168623 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20323159 Y12 0:00:00.832212659 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x42303159 Y10B 0:00:00.832261492 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x384c4150 PAL8 0:00:00.832323232 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20385655 UV8 0:00:00.832440953 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31324d59 YM21 0:00:00.832565803 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x56555959 YYUV 0:00:00.832605358 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:00.832642358 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50313459 Y41P 0:00:00.832663191 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343459 Y444 0:00:00.832891410 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x4f565559 YUVO 0:00:00.832964557 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50565559 YUVP 0:00:00.833154222 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34565559 YUV4 0:00:00.833270906 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34324948 HI24 0:00:00.833320127 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d48 HM12 0:00:00.833359553 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3032344d M420 0:00:00.833519921 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d56 VM12 0:00:00.833717030 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3234564e NV42 0:00:00.833784196 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3436324d M264 0:00:00.840697835 60 0x1257e60 DEBUG v4l2 gstv4l2.c:131:gst_v4l2_probe_and_register: Probing devices 0:00:00.844718138 60 0x1257e60 DEBUG v4l2 gstv4l2.c:164:gst_v4l2_probe_and_register: Probing 'bcm2835-codec' located at '/dev/video10' 0:00:00.844752138 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:00.844780489 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:00.844804674 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:00.844821933 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.844839822 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:00.844857007 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'H.264' 0:00:00.844876673 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: H264 0:00:00.844913117 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:00.844930747 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.844947635 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:00.844964654 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Motion-JPEG' 0:00:00.844983690 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: MJPG 0:00:00.845009135 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:00.845026208 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.845083504 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:00.845101948 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VP8' 0:00:00.845183003 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VP80 0:00:00.845317760 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:00.845340279 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:00.845425093 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:00.845444833 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.845487888 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.845527425 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:00.845576239 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:00.845656645 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:00.845674997 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.845716830 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.845753422 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:00.845819421 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:00.845874846 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:00.845892902 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.845953253 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.845970882 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:00.845988345 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:00.846069955 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:00.846088955 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.846135677 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.846153917 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:00.846172713 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:00.846252490 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:00.846319267 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.846336452 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.846402636 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:00.846471802 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:00.846575356 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3436324d M264 0:00:00.846743188 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31424752 RGB1 0:00:00.846767706 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x35315241 AR15 0:00:00.846858538 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0xb5315241 AR1. 0:00:00.846901427 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x52424752 RGBR 0:00:00.846972500 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x48524742 BGRH 0:00:00.847109276 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343452 R444 0:00:00.847223682 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20343059 Y04 0:00:00.847246441 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20363059 Y06 0:00:00.847318385 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20303159 Y10 0:00:00.847341032 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20323159 Y12 0:00:00.847470309 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x42303159 Y10B 0:00:00.847492234 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x384c4150 PAL8 0:00:00.847537919 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20385655 UV8 0:00:00.847606325 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31324d59 YM21 0:00:00.847656399 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x56555959 YYUV 0:00:00.847693269 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:00.847838600 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50313459 Y41P 0:00:00.847860934 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343459 Y444 0:00:00.847926896 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x4f565559 YUVO 0:00:00.847948229 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50565559 YUVP 0:00:00.848014061 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34565559 YUV4 0:00:00.848107727 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34324948 HI24 0:00:00.848129060 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d48 HM12 0:00:00.848197967 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3032344d M420 0:00:00.848603128 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d56 VM12 0:00:00.848752423 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3234564e NV42 0:00:00.851015729 60 0x1257e60 DEBUG v4l2 gstv4l2.c:164:gst_v4l2_probe_and_register: Probing 'bcm2835-codec' located at '/dev/video11' 0:00:00.851048673 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:00.851071395 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:00.851179301 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:00.851245430 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.851312707 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.851332318 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:00.851398539 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:00.851489316 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:00.851508334 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.851525926 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.851592796 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:00.851657277 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:00.851688999 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:00.851753887 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.851771664 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.851835293 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:00.851900774 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:00.851935329 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:00.851998865 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.852015958 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.852079198 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:00.852149326 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:00.852202085 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:00.852219659 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.852256325 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.852272547 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:00.852318398 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:00.852351731 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 5 0:00:00.852369083 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.852384009 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.852414582 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit RGB 8-8-8' 0:00:00.852435286 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGB3 0:00:00.852464082 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 6 0:00:00.852481970 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.852533896 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.852568266 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit BGR 8-8-8' 0:00:00.852588358 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR3 0:00:00.852708375 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 7 0:00:00.852728671 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.852745634 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.852762597 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '32-bit BGRA/X 8-8-8-8' 0:00:00.852781615 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR4 0:00:00.852814652 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 8 0:00:00.852831855 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.852848781 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.852865632 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YUYV 4:2:2' 0:00:00.852883873 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YUYV 0:00:00.852995798 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 9 0:00:00.853015371 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.853032205 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.853048686 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YVYU 4:2:2' 0:00:00.853066815 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YVYU 0:00:00.853093111 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 10 0:00:00.853110796 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.853127037 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.853143111 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'UYVY 4:2:2' 0:00:00.853233276 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: UYVY 0:00:00.853263183 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 11 0:00:00.853280313 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.853296442 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.853390682 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VYUY 4:2:2' 0:00:00.853410348 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VYUY 0:00:00.853456236 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:00.853832528 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:00.853882065 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:00.854031915 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:00.854134451 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.854180672 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:00.854274060 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'H.264' 0:00:00.854321041 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: H264 0:00:00.854382633 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:00.854425836 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.854470613 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:00.854511705 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Motion-JPEG' 0:00:00.854558242 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: MJPG 0:00:00.855436676 60 0x1257e60 DEBUG v4l2 gstv4l2.c:164:gst_v4l2_probe_and_register: Probing 'bcm2835-codec' located at '/dev/video12' 0:00:00.855513175 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:00.855537804 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:00.855561859 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:00.855579026 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.855595970 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.855613229 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer BGBG/GRGR' 0:00:00.855632155 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BA81 0:00:00.855674080 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:00.855692673 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.855709357 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.855726691 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer RGRG/GBGB' 0:00:00.855745524 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGGB 0:00:00.855773264 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:00.855790745 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.855807967 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.855824819 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer GBGB/RGRG' 0:00:00.855843708 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GBRG 0:00:00.855870448 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:00.855887855 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.855904226 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.855920985 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer GRGR/BGBG' 0:00:00.855939355 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GRBG 0:00:00.855966725 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:00.855983854 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.856000224 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.856035576 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer BGBG/GRGR Packed' 0:00:00.856079779 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pBAA 0:00:00.856127964 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41414270 pBAA 0:00:00.856178926 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 5 0:00:00.856218833 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.856259814 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.856305480 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer RGRG/GBGB Packed' 0:00:00.856348220 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pRAA 0:00:00.856395349 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41415270 pRAA 0:00:00.856441756 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 6 0:00:00.856484422 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.856525162 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.856571847 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer GBGB/RGRG Packed' 0:00:00.856616902 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pGAA 0:00:00.856660661 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41414770 pGAA 0:00:00.856707271 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 7 0:00:00.856748882 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.856792085 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.856854140 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer GRGR/BGBG Packed' 0:00:00.856901528 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pgAA 0:00:00.856948917 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41416770 pgAA 0:00:00.856997231 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 8 0:00:00.857038990 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857083489 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857123915 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer BGBG/GRGR Packed' 0:00:00.857165877 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pBCC 0:00:00.857185821 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43434270 pBCC 0:00:00.857207414 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 9 0:00:00.857223858 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857240061 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857256987 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer RGRG/GBGB Packed' 0:00:00.857274598 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pRCC 0:00:00.857295598 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43435270 pRCC 0:00:00.857316486 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 10 0:00:00.857333301 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857361375 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857379041 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer GBGB/RGRG Packed' 0:00:00.857397374 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pGCC 0:00:00.857416541 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43434770 pGCC 0:00:00.857437559 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 11 0:00:00.857454077 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857470318 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857487373 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer GRGR/BGBG Packed' 0:00:00.857505317 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pgCC 0:00:00.857524558 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43436770 pgCC 0:00:00.857545428 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 12 0:00:00.857562113 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857578187 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857595168 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer BGBG/GRGR Packed' 0:00:00.857613094 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pBEE 0:00:00.857632945 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45454270 pBEE 0:00:00.857670371 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 13 0:00:00.857687648 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857703741 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857720611 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer RGRG/GBGB Packed' 0:00:00.857738666 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pREE 0:00:00.857757981 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45455270 pREE 0:00:00.857778647 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 14 0:00:00.857795036 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857811406 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857828573 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer GBGB/RGRG Packed' 0:00:00.857847184 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pGEE 0:00:00.857866257 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45454770 pGEE 0:00:00.857886887 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 15 0:00:00.857903461 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.857919664 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.857937164 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer GRGR/BGBG Packed' 0:00:00.857954942 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pgEE 0:00:00.857974034 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45456770 pgEE 0:00:00.857995182 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 16 0:00:00.858011570 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.858027755 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.858067255 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer BGBG/GRGR' 0:00:00.858114236 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BYR2 0:00:00.858148402 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32525942 BYR2 0:00:00.858171439 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 17 0:00:00.858188124 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.858204624 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.858221549 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer RGRG/GBGB' 0:00:00.858240346 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RG16 0:00:00.858289771 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x36314752 RG16 0:00:00.858315863 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 18 0:00:00.858358603 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.858376844 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.858394158 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer GBGB/RGRG' 0:00:00.858412584 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GB16 0:00:00.858432325 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x36314247 GB16 0:00:00.858453343 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 19 0:00:00.858470046 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.858486361 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.858503398 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer GRGR/BGBG' 0:00:00.858521416 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GR16 0:00:00.858540916 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x36315247 GR16 0:00:00.858562027 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 20 0:00:00.858616360 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.858660415 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.858720488 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Greyscale' 0:00:00.858740821 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GREY 0:00:00.858927226 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 21 0:00:00.858947670 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.859048965 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.859067910 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Greyscale (MIPI Packed)' 0:00:00.859117094 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y10P 0:00:00.859184038 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50303159 Y10P 0:00:00.859274611 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 22 0:00:00.859348480 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.859419887 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.859491664 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Greyscale (MIPI Packed)' 0:00:00.859564441 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y12P 0:00:00.859638440 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50323159 Y12P 0:00:00.859715346 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 23 0:00:00.859785679 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.859855548 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.859925659 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Greyscale (MIPI Packed)' 0:00:00.860000047 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y14P 0:00:00.860072657 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50343159 Y14P 0:00:00.860146526 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 24 0:00:00.860216007 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.860285599 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.860355079 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Greyscale' 0:00:00.860425838 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y16 0:00:00.860515800 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 25 0:00:00.860604613 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.860690353 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.860780833 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YUYV 4:2:2' 0:00:00.860826463 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YUYV 0:00:00.860907739 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 26 0:00:00.860973016 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.861039441 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.861058793 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YVYU 4:2:2' 0:00:00.861077608 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YVYU 0:00:00.861157903 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 27 0:00:00.861221847 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.861238680 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.861301698 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VYUY 4:2:2' 0:00:00.861363641 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VYUY 0:00:00.861386511 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:00.861453862 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 28 0:00:00.861471770 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.861488306 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.861551139 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'UYVY 4:2:2' 0:00:00.861614249 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: UYVY 0:00:00.861647564 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 29 0:00:00.861722174 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.861785951 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.861848117 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:00.861869635 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:00.861955190 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 30 0:00:00.861973393 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.862015763 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.862056411 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:00.862135817 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:00.862279519 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 31 0:00:00.862364018 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.862445110 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.862543608 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit RGB 8-8-8' 0:00:00.862629644 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGB3 0:00:00.862730051 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 32 0:00:00.862815087 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.862896067 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.863060880 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit BGR 8-8-8' 0:00:00.863154286 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR3 0:00:00.863464412 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 33 0:00:00.863567467 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.863900870 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.863927629 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '32-bit BGRA/X 8-8-8-8' 0:00:00.864121701 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR4 0:00:00.864204533 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 34 0:00:00.864223848 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.864398234 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.864522529 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:00.864613565 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:00.864859451 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 35 0:00:00.864955302 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.865040375 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.865127429 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:00.865149225 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:00.865251817 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 36 0:00:00.865271094 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:00.865394759 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.865485517 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:00.865570128 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:00.865847198 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:00.866022511 60 0x1257e60 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:00.866309859 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:00.866467783 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.866671133 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.866844075 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YUYV 4:2:2' 0:00:00.867036684 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YUYV 0:00:00.867137701 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:00.867276792 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.867408735 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.867528734 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YVYU 4:2:2' 0:00:00.867549919 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YVYU 0:00:00.867710509 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:00.867729490 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.867772508 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.867914544 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VYUY 4:2:2' 0:00:00.868018505 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VYUY 0:00:00.868072394 60 0x1257e60 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:00.868168356 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:00.868240688 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.868349353 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.868419704 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'UYVY 4:2:2' 0:00:00.868492852 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: UYVY 0:00:00.868599221 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:00.868670461 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.868722682 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.868761293 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:00.868805422 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:00.868883680 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 5 0:00:00.868902347 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.868984883 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.869028845 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:00.869052178 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:00.869158862 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 6 0:00:00.869177306 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.869213732 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.869231102 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit RGB 8-8-8' 0:00:00.869308083 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGB3 0:00:00.869342490 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 7 0:00:00.869410378 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.869474303 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.869494154 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit BGR 8-8-8' 0:00:00.869560691 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR3 0:00:00.869594468 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 8 0:00:00.869660819 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.869677856 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.869742392 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '32-bit BGRA/X 8-8-8-8' 0:00:00.869807706 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR4 0:00:00.869905557 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 9 0:00:00.869923612 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.869940223 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.870006222 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:00.870082499 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:00.870141443 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 10 0:00:00.870159424 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.870201794 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.870238905 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:00.870309626 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:00.870396588 60 0x1257e60 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 11 0:00:00.870484883 60 0x1257e60 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:00.870555105 60 0x1257e60 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:00.870624233 60 0x1257e60 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:00.870682733 60 0x1257e60 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:01.157544480 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:331:gst_v4l2_codec_find_devices: Analysing media device '/dev/media0' 0:00:01.157683126 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:347:gst_v4l2_codec_find_devices: Found CODEC entities 0:00:01.157705756 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:357:gst_v4l2_codec_find_devices: Analysing entity bcm2835-codec-decode-proc 0:00:01.157803680 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:362:gst_v4l2_codec_find_devices: Found source and sink pads 0:00:01.157876253 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:370:gst_v4l2_codec_find_devices: Found source and sink V4L IO entities 0:00:01.158185861 60 0x1257e60 INFO v4l2codecs gstv4l2codecdevice.c:388:gst_v4l2_codec_find_devices: Found decoder device bcm2835-codec-decode-proc 0:00:01.158442987 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:357:gst_v4l2_codec_find_devices: Analysing entity bcm2835-codec-encode-proc 0:00:01.158467969 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:362:gst_v4l2_codec_find_devices: Found source and sink pads 0:00:01.158485968 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:370:gst_v4l2_codec_find_devices: Found source and sink V4L IO entities 0:00:01.158841279 60 0x1257e60 INFO v4l2codecs gstv4l2codecdevice.c:388:gst_v4l2_codec_find_devices: Found encoder device bcm2835-codec-encode-proc 0:00:01.159091387 60 0x1257e60 DEBUG v4l2codecs gstv4l2codecdevice.c:331:gst_v4l2_codec_find_devices: Analysing media device '/dev/media1' 0:00:01.159498012 60 0x1257e60 DEBUG v4l2codecs-decoder gstv4l2decoder.c:278:gst_v4l2_decoder_enum_sink_fmt:<v4l2decoder0> Found format H264 (H.264) 0:00:01.159557048 60 0x1257e60 FIXME v4l2codecs plugin.c:61:register_video_decoder:<v4l2decoder0> H264 is not supported. 0:00:01.159741620 60 0x1257e60 DEBUG v4l2codecs-decoder gstv4l2decoder.c:278:gst_v4l2_decoder_enum_sink_fmt:<v4l2decoder0> Found format MJPG (Motion-JPEG) 0:00:01.159766805 60 0x1257e60 FIXME v4l2codecs plugin.c:61:register_video_decoder:<v4l2decoder0> MJPG is not supported. 0:00:01.159847322 60 0x1257e60 DEBUG v4l2codecs-decoder gstv4l2decoder.c:278:gst_v4l2_decoder_enum_sink_fmt:<v4l2decoder0> Found format VP80 (VP8) 0:00:01.159870396 60 0x1257e60 FIXME v4l2codecs plugin.c:61:register_video_decoder:<v4l2decoder0> VP80 is not supported. Plugin Details: Name video4linux2 Description elements for Video 4 Linux Filename /opt/gst-build/builddir/subprojects/gst-plugins-good/sys/v4l2/libgstvideo4linux2.so Version 1.18.0.1 License LGPL Source module gst-plugins-good Binary package GStreamer Good Plug-ins git Origin URL Unknown package origin v4l2convert: V4L2 Video Converter v4l2jpegenc: V4L2 JPEG Encoder v4l2h264enc: V4L2 H.264 Encoder v4l2vp8dec: V4L2 VP8 Decoder v4l2h264dec: V4L2 H264 Decoder v4l2jpegdec: V4L2 JPEG Decoder v4l2deviceprovider: Video (video4linux2) Device Provider v4l2radio: Radio (video4linux2) Tuner v4l2sink: Video (video4linux2) Sink v4l2src: Video (video4linux2) Source 10 features: +-- 9 elements +-- 1 device providers But now when I try to run my script that contains in the pipeline v4l2h264enc, I get the following error: # # python3 main.py main.py:195: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead logging.warn(args) WARNING:root:Namespace(app_auto_init='true', app_ready_file='/var/run/appconfig/appready', coturn_auth_header_name='x-auth-user', coturn_web_uri='<a href="http://localhost:8081'">http://localhost:8081', coturn_web_username='raspberrypi', debug=False, enable_audio='true', enable_clipboard='true', encoder='nvh264enc', framerate='30', json_config='/var/run/appconfig/streaming_args.json', metrics_port='8000', server='ws://127.0.0.1:8080', uinput_js_socket='', uinput_mouse_socket='') PASSOU 3! PASSOU 2! entrou connect Received from client: {'message': 'left_room', 'type': 'chat_message', 'user': 'uknown'} Received from client: {'message': 'client_on', 'type': 'chat_message', 'user': 'client'} Received from client: {'message': 'start', 'type': 'chat_message', 'user': 'client'} passou <enum GST_STATE_CHANGE_SUCCESS of type Gst.StateChangeReturn> 0:00:09.327341149 86 0x21d4980 ERROR v4l2bufferpool gstv4l2bufferpool.c:683:gst_v4l2_buffer_pool_streamon:<v4l2h264enc0:pool0:sink> error with STREAMON 3 (No such process) 0:00:09.327440018 86 0x21d4980 ERROR v4l2bufferpool gstv4l2bufferpool.c:2110:gst_v4l2_buffer_pool_process:<v4l2h264enc0:pool0:sink> failed to start streaming that corresponds to this huge log: # GST_DEBUG="v4l*:7" python3 main.py main.py:195: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead logging.warn(args) WARNING:root:Namespace(app_auto_init='true', app_ready_file='/var/run/appconfig/appready', coturn_auth_header_name='x-auth-user', coturn_web_uri='<a href="http://localhost:8081'">http://localhost:8081', coturn_web_username='raspberrypi', debug=False, enable_audio='true', enable_clipboard='true', encoder='nvh264enc', framerate='30', json_config='/var/run/appconfig/streaming_args.json', metrics_port='8000', server='ws://127.0.0.1:8080', uinput_js_socket='', uinput_mouse_socket='') PASSOU 3! PASSOU 2! entrou connect Received from client: {'message': 'left_room', 'type': 'chat_message', 'user': 'uknown'} Received from client: {'message': 'client_on', 'type': 'chat_message', 'user': 'client'} Received from client: {'message': 'start', 'type': 'chat_message', 'user': 'client'} 0:00:05.564781378 97 0xc038c0 DEBUG v4l2 gstv4l2.c:131:gst_v4l2_probe_and_register: Probing devices 0:00:05.575040078 97 0xc038c0 DEBUG v4l2 gstv4l2.c:164:gst_v4l2_probe_and_register: Probing 'bcm2835-codec' located at '/dev/video10' 0:00:05.575113466 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:05.575175058 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:05.575237502 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:05.575284945 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.575332000 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:05.575382666 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'H.264' 0:00:05.575434740 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: H264 0:00:05.575520294 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:05.575566368 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.575613312 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:05.575656681 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Motion-JPEG' 0:00:05.575705181 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: MJPG 0:00:05.575769495 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:05.575815105 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.575859679 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:05.575903604 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VP8' 0:00:05.575951844 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VP80 0:00:05.576036751 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:05.576091657 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video10 format enumerations 0:00:05.576147527 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:05.576191545 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.576234933 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.576277951 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:05.576326821 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:05.576492096 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:05.576542559 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.576585373 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.576629169 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:05.576680150 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:05.576759704 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:05.576811018 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.576854147 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.576896665 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:05.576945535 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:05.577020423 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:05.577066663 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.577108940 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.577151514 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:05.577199013 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:05.577269846 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:05.577314623 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.577403325 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.577453380 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:05.577502120 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:05.577720599 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3436324d M264 0:00:05.577971022 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31424752 RGB1 0:00:05.578029336 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x35315241 AR15 0:00:05.578119538 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0xb5315241 AR1. 0:00:05.578221278 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x52424752 RGBR 0:00:05.578277462 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x48524742 BGRH 0:00:05.578600532 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343452 R444 0:00:05.578904269 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20343059 Y04 0:00:05.578965842 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20363059 Y06 0:00:05.579018193 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20303159 Y10 0:00:05.579068970 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20323159 Y12 0:00:05.579192987 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x42303159 Y10B 0:00:05.579248968 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x384c4150 PAL8 0:00:05.579298912 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20385655 UV8 0:00:05.579394133 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31324d59 YM21 0:00:05.579471058 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x56555959 YYUV 0:00:05.579564520 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.579659833 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50313459 Y41P 0:00:05.579708536 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343459 Y444 0:00:05.579825368 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x4f565559 YUVO 0:00:05.580280640 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50565559 YUVP 0:00:05.580467674 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34565559 YUV4 0:00:05.580671450 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34324948 HI24 0:00:05.580799689 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d48 HM12 0:00:05.580951798 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3032344d M420 0:00:05.581137036 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d56 VM12 0:00:05.581351570 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3234564e NV42 0:00:05.586371468 97 0xc038c0 DEBUG v4l2 gstv4l2.c:164:gst_v4l2_probe_and_register: Probing 'bcm2835-codec' located at '/dev/video11' 0:00:05.586518707 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:05.586643261 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:05.586767463 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:05.586891202 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.587024163 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.587073663 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:05.587122199 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:05.587249346 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:05.587299512 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.587340696 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.588079687 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:05.588135149 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:05.588224944 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:05.588270499 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.588314350 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.588356868 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:05.588404349 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:05.588474978 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:05.588519737 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.588561569 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.588603032 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:05.588651550 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:05.588724549 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:05.588770733 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.588814196 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.588857825 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:05.588906602 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:05.588980249 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 5 0:00:05.589026415 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.589069230 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.589111859 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit RGB 8-8-8' 0:00:05.589159765 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGB3 0:00:05.589229950 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 6 0:00:05.589280097 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.589321819 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.589364652 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit BGR 8-8-8' 0:00:05.589412058 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR3 0:00:05.589480613 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 7 0:00:05.589524964 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.589569038 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.589616815 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '32-bit BGRA/X 8-8-8-8' 0:00:05.589665963 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR4 0:00:05.589749406 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 8 0:00:05.589795313 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.589834627 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.589873164 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YUYV 4:2:2' 0:00:05.589919089 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YUYV 0:00:05.589994014 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 9 0:00:05.590041328 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.590081290 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.590119679 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YVYU 4:2:2' 0:00:05.590162938 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YVYU 0:00:05.590226770 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 10 0:00:05.590265992 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.590305769 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.590424842 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'UYVY 4:2:2' 0:00:05.590549655 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: UYVY 0:00:05.590687727 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 11 0:00:05.590794633 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.590896410 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.590998482 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VYUY 4:2:2' 0:00:05.591114462 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VYUY 0:00:05.591234016 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.591661048 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:05.591785565 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video11 format enumerations 0:00:05.591893878 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:05.591939192 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.591982155 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:05.592024173 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'H.264' 0:00:05.592103005 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: H264 0:00:05.592181022 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:05.592220578 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.592263799 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000001 0:00:05.592305225 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Motion-JPEG' 0:00:05.592351705 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: MJPG 0:00:05.593507950 97 0xc038c0 DEBUG v4l2 gstv4l2.c:164:gst_v4l2_probe_and_register: Probing 'bcm2835-codec' located at '/dev/video12' 0:00:05.593573190 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:05.593629096 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:05.593686873 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:05.593731373 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.593775354 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.593819372 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer BGBG/GRGR' 0:00:05.593869278 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BA81 0:00:05.593954629 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:05.594001147 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.594040776 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.594080794 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer RGRG/GBGB' 0:00:05.594125738 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGGB 0:00:05.594196126 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:05.594243144 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.594284421 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.594324476 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer GBGB/RGRG' 0:00:05.594368753 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GBRG 0:00:05.594438419 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:05.594479196 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.594517177 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.594560825 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Bayer GRGR/BGBG' 0:00:05.594609009 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GRBG 0:00:05.594677083 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:05.594719027 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.594761248 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.594804785 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer BGBG/GRGR Packed' 0:00:05.594892339 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pBAA 0:00:05.594948875 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41414270 pBAA 0:00:05.595007190 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 5 0:00:05.595048430 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.595091170 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.595183298 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer RGRG/GBGB Packed' 0:00:05.595292186 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pRAA 0:00:05.595406666 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41415270 pRAA 0:00:05.595524424 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 6 0:00:05.595626848 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.595730384 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.595833975 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer GBGB/RGRG Packed' 0:00:05.595939918 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pGAA 0:00:05.596049046 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41414770 pGAA 0:00:05.596164712 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 7 0:00:05.596300265 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.596409356 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.596511614 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Bayer GRGR/BGBG Packed' 0:00:05.596631761 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pgAA 0:00:05.596741111 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x41416770 pgAA 0:00:05.596857721 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 8 0:00:05.596959294 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.597059255 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.597161458 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer BGBG/GRGR Packed' 0:00:05.597270160 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pBCC 0:00:05.597560453 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43434270 pBCC 0:00:05.597689284 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 9 0:00:05.597791672 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.597892689 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.597971744 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer RGRG/GBGB Packed' 0:00:05.598018410 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pRCC 0:00:05.598063965 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43435270 pRCC 0:00:05.598114445 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 10 0:00:05.598157667 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.598200278 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.598243833 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer GBGB/RGRG Packed' 0:00:05.598290925 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pGCC 0:00:05.598340850 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43434770 pGCC 0:00:05.598394757 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 11 0:00:05.598437460 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.598480200 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.598524977 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Bayer GRGR/BGBG Packed' 0:00:05.598573291 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pgCC 0:00:05.598623661 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x43436770 pgCC 0:00:05.598679068 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 12 0:00:05.598721938 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.598764659 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.598808177 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer BGBG/GRGR Packed' 0:00:05.598855751 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pBEE 0:00:05.598906620 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45454270 pBEE 0:00:05.599001508 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 13 0:00:05.599105303 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.599203709 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.599306023 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer RGRG/GBGB Packed' 0:00:05.599423503 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pREE 0:00:05.599532260 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45455270 pREE 0:00:05.599649166 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 14 0:00:05.599771665 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.599816294 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.599856164 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer GBGB/RGRG Packed' 0:00:05.599898700 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pGEE 0:00:05.599944014 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45454770 pGEE 0:00:05.600084920 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 15 0:00:05.600189141 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.600292899 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.600393823 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Bayer GRGR/BGBG Packed' 0:00:05.600502248 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: pgEE 0:00:05.600611172 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x45456770 pgEE 0:00:05.600761467 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 16 0:00:05.600863743 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.600964353 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.601066518 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer BGBG/GRGR' 0:00:05.601171943 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BYR2 0:00:05.601279627 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32525942 BYR2 0:00:05.601392162 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 17 0:00:05.601495976 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.601600178 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.601711084 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer RGRG/GBGB' 0:00:05.601816120 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RG16 0:00:05.601951525 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x36314752 RG16 0:00:05.602010987 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 18 0:00:05.602105931 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.602205874 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.602307021 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer GBGB/RGRG' 0:00:05.602431334 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GB16 0:00:05.602484574 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x36314247 GB16 0:00:05.602539073 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 19 0:00:05.602581962 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.602624017 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.602667923 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Bayer GRGR/BGBG' 0:00:05.602715071 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GR16 0:00:05.602764515 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x36315247 GR16 0:00:05.602818273 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 20 0:00:05.602860717 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.602903031 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.602946586 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '8-bit Greyscale' 0:00:05.602993290 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: GREY 0:00:05.603079270 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 21 0:00:05.603125992 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.603168769 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.603212731 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '10-bit Greyscale (MIPI Packed)' 0:00:05.603260064 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y10P 0:00:05.603309619 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50303159 Y10P 0:00:05.603363155 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 22 0:00:05.603405951 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.603447876 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.603491339 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '12-bit Greyscale (MIPI Packed)' 0:00:05.603538301 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y12P 0:00:05.603587578 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50323159 Y12P 0:00:05.603641707 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 23 0:00:05.603683855 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.603725799 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.603768539 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '14-bit Greyscale (MIPI Packed)' 0:00:05.603814131 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y14P 0:00:05.603861575 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50343159 Y14P 0:00:05.603913944 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 24 0:00:05.603958073 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.604000480 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.604043146 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit Greyscale' 0:00:05.604090294 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: Y16 0:00:05.604162848 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 25 0:00:05.604208089 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.604246940 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.604288384 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YUYV 4:2:2' 0:00:05.604339346 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YUYV 0:00:05.604406438 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 26 0:00:05.604450178 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.604492807 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.604534677 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YVYU 4:2:2' 0:00:05.604582417 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YVYU 0:00:05.604650583 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 27 0:00:05.604695305 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.604732878 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.604771174 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VYUY 4:2:2' 0:00:05.604817414 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VYUY 0:00:05.604865487 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.604981393 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 28 0:00:05.605086911 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.605191965 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.605293056 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'UYVY 4:2:2' 0:00:05.605399055 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: UYVY 0:00:05.605537923 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 29 0:00:05.605644088 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.605744458 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.605966881 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:05.606043917 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:05.606120527 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 30 0:00:05.606174470 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.606243507 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.606287117 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:05.606334005 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:05.606402134 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 31 0:00:05.606445485 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.606487837 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.606530910 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit RGB 8-8-8' 0:00:05.606577558 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGB3 0:00:05.606642872 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 32 0:00:05.606687556 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.606730074 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.606775389 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit BGR 8-8-8' 0:00:05.606822740 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR3 0:00:05.606889850 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 33 0:00:05.606934998 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.607005386 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.607050218 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '32-bit BGRA/X 8-8-8-8' 0:00:05.607097162 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR4 0:00:05.607177513 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 34 0:00:05.607222253 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.607262845 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.607305511 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:05.607413288 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:05.607554953 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 35 0:00:05.607688025 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.607790153 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.607934762 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:05.608041391 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:05.608179500 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 36 0:00:05.608284795 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 10 0:00:05.608330498 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.608373053 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:05.608420034 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:05.608861973 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:05.608986619 97 0xc038c0 DEBUG v4l2 gstv4l2.c:75:gst_v4l2_probe_template_caps: Getting /dev/video12 format enumerations 0:00:05.609125432 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 0 0:00:05.609171709 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.609210579 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.609253523 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YUYV 4:2:2' 0:00:05.609301504 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YUYV 0:00:05.609380744 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 1 0:00:05.609425873 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.609468946 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.609511649 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'YVYU 4:2:2' 0:00:05.609559649 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YVYU 0:00:05.609626407 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 2 0:00:05.609669592 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.609711351 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.609753628 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'VYUY 4:2:2' 0:00:05.609800572 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: VYUY 0:00:05.609850830 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.609903829 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 3 0:00:05.609946125 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.609987754 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.610029476 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'UYVY 4:2:2' 0:00:05.610075661 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: UYVY 0:00:05.610142400 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 4 0:00:05.610183918 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.610278899 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.610381712 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YUV 4:2:0' 0:00:05.610487840 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YU12 0:00:05.610615728 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 5 0:00:05.610719226 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.610823262 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.610925761 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Planar YVU 4:2:0' 0:00:05.611043241 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: YV12 0:00:05.611153313 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 6 0:00:05.611198146 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.611240794 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.611284034 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit RGB 8-8-8' 0:00:05.611330755 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGB3 0:00:05.611396384 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 7 0:00:05.611439921 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.611481476 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.611524086 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '24-bit BGR 8-8-8' 0:00:05.611571178 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR3 0:00:05.611637270 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 8 0:00:05.611680399 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.611721750 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.611764250 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '32-bit BGRA/X 8-8-8-8' 0:00:05.611810620 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: BGR4 0:00:05.611919859 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 9 0:00:05.612024432 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.612124060 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.612222411 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: '16-bit RGB 5-6-5' 0:00:05.612325243 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: RGBP 0:00:05.612454778 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 10 0:00:05.612555184 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.612653794 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.612756218 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CbCr 4:2:0' 0:00:05.612859254 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV12 0:00:05.612985104 97 0xc038c0 LOG v4l2 gstv4l2.c:89:gst_v4l2_probe_template_caps: index: 11 0:00:05.613086899 97 0xc038c0 LOG v4l2 gstv4l2.c:90:gst_v4l2_probe_template_caps: type: 9 0:00:05.613187083 97 0xc038c0 LOG v4l2 gstv4l2.c:91:gst_v4l2_probe_template_caps: flags: 00000000 0:00:05.613284749 97 0xc038c0 LOG v4l2 gstv4l2.c:92:gst_v4l2_probe_template_caps: description: 'Y/CrCb 4:2:0' 0:00:05.613392099 97 0xc038c0 LOG v4l2 gstv4l2.c:93:gst_v4l2_probe_template_caps: pixelformat: NV21 0:00:05.617574674 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31424752 RGB1 0:00:05.617731635 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x35315241 AR15 0:00:05.617901170 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0xb5315241 AR1. 0:00:05.618079760 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x52424752 RGBR 0:00:05.618531643 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x48524742 BGRH 0:00:05.619548501 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343452 R444 0:00:05.619969717 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20343059 Y04 0:00:05.620028217 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20363059 Y06 0:00:05.620076531 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20303159 Y10 0:00:05.620123993 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20323159 Y12 0:00:05.620553765 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x42303159 Y10B 0:00:05.620613709 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x384c4150 PAL8 0:00:05.620783373 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20385655 UV8 0:00:05.620940168 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31324d59 YM21 0:00:05.621160887 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x56555959 YYUV 0:00:05.621265386 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.621422569 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50313459 Y41P 0:00:05.621445976 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343459 Y444 0:00:05.621465198 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x4f565559 YUVO 0:00:05.621483827 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50565559 YUVP 0:00:05.621504142 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34565559 YUV4 0:00:05.621580919 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34324948 HI24 0:00:05.621638177 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d48 HM12 0:00:05.621682121 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3032344d M420 0:00:05.621760787 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d56 VM12 0:00:05.621852100 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3234564e NV42 0:00:05.621908785 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3436324d M264 0:00:05.640369953 97 0xc038c0 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw, format=(string){ I420, YV12, NV12, NV21, RGB16, RGB, BGR, BGRx, BGRA, YUY2, YVYU, UYVY }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ] 0:00:05.641355866 97 0xc038c0 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw, format=(string){ I420, YV12, NV12, NV21, RGB16, RGB, BGR, BGRx, BGRA, YUY2, YVYU, UYVY }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ] 0:00:05.641489531 97 0xc038c0 DEBUG v4l2videoenc gstv4l2videoenc.c:930:gst_v4l2_video_enc_src_query:<v4l2h264enc0> Returning src caps video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, level=(string){ 1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2 }, profile=(string){ baseline, constrained-baseline, main, high } 0:00:05.641595103 97 0xc038c0 DEBUG v4l2videoenc gstv4l2videoenc.c:930:gst_v4l2_video_enc_src_query:<v4l2h264enc0> Returning src caps video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, level=(string){ 1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2 }, profile=(string){ baseline, constrained-baseline, main, high } passou 0:00:05.644571435 97 0xc038c0 DEBUG v4l2videoenc gstv4l2videoenc.c:116:gst_v4l2_video_enc_open:<v4l2h264enc0> Opening 0:00:05.644636527 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:524:gst_v4l2_open:<v4l2h264enc0:sink> Trying to open device /dev/video11 0:00:05.644745266 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:66:gst_v4l2_get_capabilities:<v4l2h264enc0> getting capabilities 0:00:05.644806062 97 0xc038c0 LOG v4l2 v4l2_calls.c:80:gst_v4l2_get_capabilities:<v4l2h264enc0> driver: 'bcm2835-codec' 0:00:05.644852006 97 0xc038c0 LOG v4l2 v4l2_calls.c:81:gst_v4l2_get_capabilities:<v4l2h264enc0> card: 'bcm2835-codec-encode' 0:00:05.644896653 97 0xc038c0 LOG v4l2 v4l2_calls.c:82:gst_v4l2_get_capabilities:<v4l2h264enc0> bus_info: 'platform:bcm2835-codec' 0:00:05.644946745 97 0xc038c0 LOG v4l2 v4l2_calls.c:83:gst_v4l2_get_capabilities:<v4l2h264enc0> version: 00050433 0:00:05.644967726 97 0xc038c0 LOG v4l2 v4l2_calls.c:84:gst_v4l2_get_capabilities:<v4l2h264enc0> capabilities: 04204000 0:00:05.644986078 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:497:gst_v4l2_adjust_buf_type: adjust type to multi-planar output 0:00:05.645005318 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:138:gst_v4l2_fill_lists:<v4l2h264enc0> getting enumerations 0:00:05.645022744 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:141:gst_v4l2_fill_lists:<v4l2h264enc0> channels 0:00:05.645096410 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:213:gst_v4l2_fill_lists:<v4l2h264enc0> norms 0:00:05.645118595 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:261:gst_v4l2_fill_lists:<v4l2h264enc0> controls+menus 0:00:05.645171742 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 00000000 0:00:05.645227538 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:323:gst_v4l2_fill_lists:<v4l2h264enc0> starting control class 'Codec Controls' 0:00:05.645274574 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 00990001 0:00:05.645335851 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID video_bitrate_mode (9909ce) unhandled, FIXME 0:00:05.645395387 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 009909ce 0:00:05.645447942 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID video_bitrate (9909cf) unhandled, FIXME 0:00:05.645493701 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 009909cf 0:00:05.645545571 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID repeat_sequence_header (9909e2) unhandled, FIXME 0:00:05.645590440 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 009909e2 0:00:05.645641125 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID force_key_frame (9909e5) unhandled, FIXME 0:00:05.645684402 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 009909e5 0:00:05.645737253 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID h264_i_frame_period (990a66) unhandled, FIXME 0:00:05.645780605 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 00990a66 0:00:05.645831882 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID h264_level (990a67) unhandled, FIXME 0:00:05.645898899 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 00990a67 0:00:05.645929714 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2h264enc0> ControlID h264_profile (990a6b) unhandled, FIXME 0:00:05.645950306 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2h264enc0> checking control 00990a6b 0:00:05.645970139 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:288:gst_v4l2_fill_lists:<v4l2h264enc0> controls finished 0:00:05.645987361 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:457:gst_v4l2_fill_lists:<v4l2h264enc0> done 0:00:05.646008528 97 0xc038c0 INFO v4l2 v4l2_calls.c:588:gst_v4l2_open:<v4l2h264enc0:sink> Opened device 'bcm2835-codec-encode' (/dev/video11) successfully 0:00:05.646034842 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:948:gst_v4l2_set_attribute:<v4l2h264enc0:sink> setting value of attribute 10029519 to 1000000 0:00:05.646077453 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:665:gst_v4l2_dup:<v4l2h264enc0:src> Trying to dup device /dev/video11 0:00:05.646120674 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:504:gst_v4l2_adjust_buf_type: adjust type to multi-planar capture 0:00:05.646169785 97 0xc038c0 INFO v4l2 v4l2_calls.c:684:gst_v4l2_dup:<v4l2h264enc0:src> Cloned device 'bcm2835-codec-encode' (/dev/video11) successfully 0:00:05.646215321 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1175:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> getting src format enumerations 0:00:05.646271061 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 0 0:00:05.646307468 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.646327597 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.646346745 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'Planar YUV 4:2:0' 0:00:05.646368375 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: YU12 0:00:05.646393041 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 1 0:00:05.646411911 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.646430411 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.646449096 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'Planar YVU 4:2:0' 0:00:05.646469762 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: YV12 0:00:05.646494355 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 2 0:00:05.646513169 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.646531428 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.646549539 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'Y/CbCr 4:2:0' 0:00:05.646582798 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: NV12 0:00:05.646631908 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 3 0:00:05.646675797 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.646719092 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.646761740 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'Y/CrCb 4:2:0' 0:00:05.646821332 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: NV21 0:00:05.646901294 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 4 0:00:05.646943756 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.646985293 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.647031551 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: '16-bit RGB 5-6-5' 0:00:05.647051570 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: RGBP 0:00:05.647140735 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 5 0:00:05.647459435 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.647485379 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.647503453 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: '24-bit RGB 8-8-8' 0:00:05.647523786 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: RGB3 0:00:05.647552304 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 6 0:00:05.647569748 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.647586766 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.647605711 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: '24-bit BGR 8-8-8' 0:00:05.647626210 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: BGR3 0:00:05.647651006 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 7 0:00:05.647669987 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.647688209 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.647706506 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: '32-bit BGRA/X 8-8-8-8' 0:00:05.647726820 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: BGR4 0:00:05.647750709 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 8 0:00:05.647769171 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.647787653 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.647806041 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'YUYV 4:2:2' 0:00:05.647826634 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: YUYV 0:00:05.647849318 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 9 0:00:05.647867615 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.647885892 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.648022668 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'YVYU 4:2:2' 0:00:05.648048575 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: YVYU 0:00:05.648101797 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 10 0:00:05.648122870 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.648165000 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.648221054 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'UYVY 4:2:2' 0:00:05.648270998 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: UYVY 0:00:05.648320368 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> index: 11 0:00:05.648362793 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> type: 10 0:00:05.648382256 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> flags: 00000000 0:00:05.648400626 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> description: 'VYUY 4:2:2' 0:00:05.648420793 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> pixelformat: VYUY 0:00:05.648445070 97 0xc038c0 INFO v4l2 gstv4l2object.c:1212:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> got 12 format(s): 0:00:05.648466477 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> YUYV 0:00:05.648487495 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> UYVY 0:00:05.648508884 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> YU12 0:00:05.648529476 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> YV12 0:00:05.648550161 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> BGR4 0:00:05.648570976 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> BGR3 0:00:05.648591346 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> RGB3 0:00:05.648625420 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> NV21 0:00:05.648646734 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> NV12 0:00:05.648665586 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> RGBP 0:00:05.648684252 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> VYUY 0:00:05.648719326 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:sink> YVYU 0:00:05.648802065 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for YUYV 0:00:05.648852972 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.648896527 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.648950971 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.648993322 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.649031951 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.649051044 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.649068858 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.649091988 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, YUYV 0:00:05.649118024 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for YUYV@1920x1920 0:00:05.649319651 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for UYVY 0:00:05.649398206 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.649451094 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.649493186 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.649534871 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.649577889 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.649618833 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.649660184 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.649708461 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, UYVY 0:00:05.649757479 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for UYVY@1920x1920 0:00:05.649942051 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for YU12 0:00:05.649968772 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.649986291 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.650002494 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.650019124 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.650051494 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.650070049 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.650087845 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.650109511 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, YU12 0:00:05.650133937 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for YU12@1920x1920 0:00:05.650268676 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for YV12 0:00:05.650292916 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.650312601 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.650331342 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.650350342 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.650368952 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.650387341 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.650405582 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.650427544 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, YV12 0:00:05.650451711 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for YV12@1920x1920 0:00:05.650603412 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for BGR4 0:00:05.650628856 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.650646856 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.650663782 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.650680504 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.650697059 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.650713781 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.650779058 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.650826021 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, BGR4 0:00:05.650876279 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for BGR4@1920x1920 0:00:05.651046073 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for BGR3 0:00:05.651102295 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.651145702 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.651186664 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.651272126 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.651580733 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.651604307 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.651622621 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.651646362 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, BGR3 0:00:05.651674084 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for BGR3@1920x1920 0:00:05.651891636 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for RGB3 0:00:05.651954043 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.651975691 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.651992431 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.652009209 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.652025524 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.652054023 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.652099004 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.652145448 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, RGB3 0:00:05.652187558 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for RGB3@1920x1920 0:00:05.652332483 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for NV21 0:00:05.652357630 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.652375686 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.652392037 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.652422500 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.652441851 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.652458833 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.652475110 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.652495369 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, NV21 0:00:05.652517350 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for NV21@1920x1920 0:00:05.652831235 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for NV12 0:00:05.652887864 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.652934123 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.652976178 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.653017955 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.653067417 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.653086602 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.653103010 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.653125028 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, NV12 0:00:05.653160842 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for NV12@1920x1920 0:00:05.653344951 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for RGBP 0:00:05.653395006 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.653413431 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.653429913 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.653446135 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.653474727 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.653493042 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.653510875 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.653533578 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, RGBP 0:00:05.653558355 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for RGBP@1920x1920 0:00:05.653694724 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.653734149 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:4412:gst_v4l2_object_probe_caps:<v4l2h264enc0:sink> unknown format VYUY 0:00:05.653771723 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> Enumerating frame sizes for YVYU 0:00:05.653791964 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> we have stepwise frame sizes: 0:00:05.653809074 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min width: 32 0:00:05.653825148 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 32 0:00:05.653865963 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> max width: 1920 0:00:05.653907536 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> min height: 1920 0:00:05.653949424 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step width: 1 0:00:05.653998702 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:sink> step height: 1 0:00:05.654045553 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> get frame interval for 1920x1920, YVYU 0:00:05.654101293 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:sink> Unable to enumerate intervals for YVYU@1920x1920 0:00:05.654894264 97 0xc038c0 INFO v4l2 gstv4l2object.c:4454:gst_v4l2_object_probe_caps:<v4l2h264enc0:sink> probed caps: video/x-raw(format:Interlaced), format=(string)YUY2, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)UYVY, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)I420, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)YV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)BGRx, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)BGR, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)RGB, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)NV21, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)NV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)RGB16, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)YVYU, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)YUY2, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)UYVY, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)I420, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)YV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)BGRx, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)BGR, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)RGB, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)NV21, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)RGB16, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)YVYU, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 } 0:00:05.655050151 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:1175:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> getting src format enumerations 0:00:05.655124817 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> index: 0 0:00:05.655168038 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> type: 9 0:00:05.655211130 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> flags: 00000001 0:00:05.655254093 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> description: 'H.264' 0:00:05.655312833 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> pixelformat: H264 0:00:05.655344443 97 0xc038c0 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> index: 1 0:00:05.655378684 97 0xc038c0 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> type: 9 0:00:05.655420498 97 0xc038c0 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> flags: 00000001 0:00:05.655462627 97 0xc038c0 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> description: 'Motion-JPEG' 0:00:05.655514552 97 0xc038c0 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> pixelformat: MJPG 0:00:05.655565052 97 0xc038c0 INFO v4l2 gstv4l2object.c:1212:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> got 2 format(s): 0:00:05.655610588 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> MJPG 0:00:05.655654791 97 0xc038c0 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2h264enc0:src> H264 0:00:05.655713661 97 0xc038c0 WARN v4l2 gstv4l2object.c:4391:gst_v4l2_object_probe_caps:<v4l2h264enc0:src> Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: Invalid argument 0:00:05.655790419 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> Enumerating frame sizes for H264 0:00:05.655840122 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> we have stepwise frame sizes: 0:00:05.655887770 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> min width: 32 0:00:05.655930084 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> min height: 32 0:00:05.655972009 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> max width: 1920 0:00:05.656005527 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> min height: 1920 0:00:05.656047897 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> step width: 1 0:00:05.656089786 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2h264enc0:src> step height: 1 0:00:05.656140970 97 0xc038c0 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:src> get frame interval for 1920x1920, H264 0:00:05.656190988 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2588:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2h264enc0:src> Unable to enumerate intervals for H264@1920x1920 0:00:05.656252135 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:2103:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0 0:00:05.656450762 97 0xc038c0 INFO v4l2 gstv4l2object.c:4454:gst_v4l2_object_probe_caps:<v4l2h264enc0:src> probed caps: video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, level=(string){ 1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2 }, profile=(string){ baseline, constrained-baseline, main, high }, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], colorimetry=(string){ 2:4:5:4, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }, framerate=(fraction)[ 0/1, 2147483647/1 ] 0:00:05.656594242 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:524:gst_v4l2_open:<v4l2src0:src> Trying to open device /dev/video0 0:00:05.656657463 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:66:gst_v4l2_get_capabilities:<v4l2src0> getting capabilities 0:00:05.656766629 97 0xc038c0 LOG v4l2 v4l2_calls.c:80:gst_v4l2_get_capabilities:<v4l2src0> driver: 'bm2835 mmal' 0:00:05.656791295 97 0xc038c0 LOG v4l2 v4l2_calls.c:81:gst_v4l2_get_capabilities:<v4l2src0> card: 'mmal service 16.1' 0:00:05.656822683 97 0xc038c0 LOG v4l2 v4l2_calls.c:82:gst_v4l2_get_capabilities:<v4l2src0> bus_info: 'platform:bcm2835-v4l2' 0:00:05.656843979 97 0xc038c0 LOG v4l2 v4l2_calls.c:83:gst_v4l2_get_capabilities:<v4l2src0> version: 00050433 0:00:05.656862276 97 0xc038c0 LOG v4l2 v4l2_calls.c:84:gst_v4l2_get_capabilities:<v4l2src0> capabilities: 05200005 0:00:05.656879757 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:138:gst_v4l2_fill_lists:<v4l2src0> getting enumerations 0:00:05.656920627 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:141:gst_v4l2_fill_lists:<v4l2src0> channels 0:00:05.656972163 97 0xc038c0 LOG v4l2 v4l2_calls.c:164:gst_v4l2_fill_lists:<v4l2src0> index: 0 0:00:05.657019125 97 0xc038c0 LOG v4l2 v4l2_calls.c:165:gst_v4l2_fill_lists:<v4l2src0> name: 'Camera 0' 0:00:05.657055717 97 0xc038c0 LOG v4l2 v4l2_calls.c:166:gst_v4l2_fill_lists:<v4l2src0> type: 00000002 0:00:05.657075273 97 0xc038c0 LOG v4l2 v4l2_calls.c:167:gst_v4l2_fill_lists:<v4l2src0> audioset: 00000000 0:00:05.657094513 97 0xc038c0 LOG v4l2 v4l2_calls.c:168:gst_v4l2_fill_lists:<v4l2src0> std: 0000000000000000 0:00:05.657114346 97 0xc038c0 LOG v4l2 v4l2_calls.c:170:gst_v4l2_fill_lists:<v4l2src0> status: 00000000 0:00:05.657194419 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:213:gst_v4l2_fill_lists:<v4l2src0> norms 0:00:05.657217289 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:261:gst_v4l2_fill_lists:<v4l2src0> controls+menus 0:00:05.657248493 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00000000 0:00:05.657276844 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:323:gst_v4l2_fill_lists:<v4l2src0> starting control class 'User Controls' 0:00:05.657295437 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980001 0:00:05.657324973 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:394:gst_v4l2_fill_lists:<v4l2src0> Adding ControlID brightness (980900) 0:00:05.657422231 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980900 0:00:05.657456620 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:394:gst_v4l2_fill_lists:<v4l2src0> Adding ControlID contrast (980901) 0:00:05.657479638 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980901 0:00:05.657509212 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:394:gst_v4l2_fill_lists:<v4l2src0> Adding ControlID saturation (980902) 0:00:05.657530730 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980902 0:00:05.657561526 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:394:gst_v4l2_fill_lists:<v4l2src0> Adding ControlID red_balance (98090e) 0:00:05.657596914 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090e 0:00:05.657663247 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:394:gst_v4l2_fill_lists:<v4l2src0> Adding ControlID blue_balance (98090f) 0:00:05.657708802 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 0098090f 0:00:05.657759356 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980914 0:00:05.657876503 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980915 0:00:05.658253813 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID power_line_frequency (980918) unhandled, FIXME 0:00:05.658279776 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980918 0:00:05.658306757 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:394:gst_v4l2_fill_lists:<v4l2src0> Adding ControlID sharpness (98091b) 0:00:05.658333201 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091b 0:00:05.658360015 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID color_effects (98091f) unhandled, FIXME 0:00:05.658378108 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 0098091f 0:00:05.658404293 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID rotate (980922) unhandled, FIXME 0:00:05.658423163 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00980922 0:00:05.658505884 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID color_effects_cbcr (98092a) unhandled, FIXME 0:00:05.658551531 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 0098092a 0:00:05.658603290 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:323:gst_v4l2_fill_lists:<v4l2src0> starting control class 'Codec Controls' 0:00:05.658650308 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00990001 0:00:05.658706622 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID video_bitrate_mode (9909ce) unhandled, FIXME 0:00:05.658747010 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009909ce 0:00:05.658774380 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID video_bitrate (9909cf) unhandled, FIXME 0:00:05.658792380 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009909cf 0:00:05.658816695 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID repeat_sequence_header (9909e2) unhandled, FIXME 0:00:05.658848472 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009909e2 0:00:05.658873731 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID h264_i_frame_period (990a66) unhandled, FIXME 0:00:05.658891212 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00990a66 0:00:05.658926897 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID h264_level (990a67) unhandled, FIXME 0:00:05.658969415 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00990a67 0:00:05.659022655 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID h264_profile (990a6b) unhandled, FIXME 0:00:05.659081191 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 00990a6b 0:00:05.659129042 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:323:gst_v4l2_fill_lists:<v4l2src0> starting control class 'Camera Controls' 0:00:05.659215689 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0001 0:00:05.659248671 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID auto_exposure (9a0901) unhandled, FIXME 0:00:05.659268633 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0901 0:00:05.659297670 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID exposure_time_absolute (9a0902) unhandled, FIXME 0:00:05.659361002 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0902 0:00:05.659415094 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID exposure_dynamic_framerate (9a0903) unhandled, FIXME 0:00:05.659457557 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0903 0:00:05.659508908 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID auto_exposure_bias (9a0913) unhandled, FIXME 0:00:05.659578666 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0913 0:00:05.659746775 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID white_balance_auto_preset (9a0914) unhandled, FIXME 0:00:05.659770219 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0914 0:00:05.659871959 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID image_stabilization (9a0916) unhandled, FIXME 0:00:05.659892440 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0916 0:00:05.660173251 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID iso_sensitivity (9a0917) unhandled, FIXME 0:00:05.660195158 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0917 0:00:05.660221843 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID iso_sensitivity_auto (9a0918) unhandled, FIXME 0:00:05.660241269 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0918 0:00:05.660267602 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID exposure_metering_mode (9a0919) unhandled, FIXME 0:00:05.660286657 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a0919 0:00:05.660312083 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID scene_mode (9a091a) unhandled, FIXME 0:00:05.660332027 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009a091a 0:00:05.660355489 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:323:gst_v4l2_fill_lists:<v4l2src0> starting control class 'JPEG Compression Controls' 0:00:05.660374674 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009d0001 0:00:05.660399100 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:386:gst_v4l2_fill_lists:<v4l2src0> ControlID compression_quality (9d0903) unhandled, FIXME 0:00:05.660417192 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:281:gst_v4l2_fill_lists:<v4l2src0> checking control 009d0903 0:00:05.660436933 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:288:gst_v4l2_fill_lists:<v4l2src0> controls finished 0:00:05.660454896 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:457:gst_v4l2_fill_lists:<v4l2src0> done 0:00:05.660473766 97 0xc038c0 INFO v4l2 v4l2_calls.c:588:gst_v4l2_open:<v4l2src0:src> Opened device 'mmal service 16.1' (/dev/video0) successfully 0:00:05.660662541 97 0xc038c0 DEBUG v4l2 gstv4l2object.c:854:gst_v4l2_set_defaults:<v4l2src0:src> tv_norm=0x0, norm=(nil) 0:00:05.660689300 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:737:gst_v4l2_get_norm:<v4l2src0:src> getting norm 0:00:05.660711911 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:750:gst_v4l2_get_norm: Failed to get the current norm for device /dev/video0 0:00:05.660731133 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:1090:gst_v4l2_get_input:<v4l2src0:src> trying to get input 0:00:05.660751781 97 0xc038c0 DEBUG v4l2 v4l2_calls.c:1100:gst_v4l2_get_input:<v4l2src0:src> input: 0 0:00:05.661992524 97 0xc038c0 DEBUG v4l2videoenc gstv4l2videoenc.c:188:gst_v4l2_video_enc_start:<v4l2h264enc0> Starting 0:00:05.662065393 97 0xc038c0 LOG v4l2 gstv4l2object.c:4326:gst_v4l2_object_unlock:<v4l2h264enc0:sink> start flushing <enum GST_STATE_CHANGE_SUCCESS of type Gst.StateChangeReturn> 0:00:05.665376017 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:1175:gst_v4l2_object_fill_format_list:<v4l2src0:src> getting src format enumerations 0:00:05.665477497 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 0 0:00:05.665500941 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.665521885 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.665542274 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'Planar YUV 4:2:0' 0:00:05.665573088 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: YU12 0:00:05.665601107 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 1 0:00:05.665620236 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.665639106 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.665657791 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'YUYV 4:2:2' 0:00:05.665684735 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: YUYV 0:00:05.665733512 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 2 0:00:05.665754105 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.665780438 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.665800067 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: '24-bit RGB 8-8-8' 0:00:05.665820826 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: RGB3 0:00:05.665848807 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 3 0:00:05.665868955 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.665887677 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000001 0:00:05.665906306 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'JFIF JPEG' 0:00:05.665926862 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: JPEG 0:00:05.665953269 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 4 0:00:05.665972324 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.665991139 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000001 0:00:05.666009435 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'H.264' 0:00:05.666029953 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: H264 0:00:05.666055656 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 5 0:00:05.666076008 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666094804 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000001 0:00:05.666113433 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'Motion-JPEG' 0:00:05.666133489 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: MJPG 0:00:05.666158451 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 6 0:00:05.666177469 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666196247 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666214654 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'YVYU 4:2:2' 0:00:05.666234895 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: YVYU 0:00:05.666261728 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 7 0:00:05.666281635 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666300209 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666318764 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'VYUY 4:2:2' 0:00:05.666354671 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: VYUY 0:00:05.666383282 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 8 0:00:05.666402152 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666421133 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666439448 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'UYVY 4:2:2' 0:00:05.666460744 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: UYVY 0:00:05.666486040 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 9 0:00:05.666505669 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666522798 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666539909 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'Y/CbCr 4:2:0' 0:00:05.666559057 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: NV12 0:00:05.666585149 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 10 0:00:05.666603871 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666622464 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666640389 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: '24-bit BGR 8-8-8' 0:00:05.666660741 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: BGR3 0:00:05.666687037 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 11 0:00:05.666705926 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666724611 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666742999 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'Planar YVU 4:2:0' 0:00:05.666763258 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: YV12 0:00:05.666787036 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 12 0:00:05.666803980 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666821183 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666839757 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: 'Y/CrCb 4:2:0' 0:00:05.666860331 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: NV21 0:00:05.666885590 97 0xa71a30 LOG v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> index: 13 0:00:05.666904293 97 0xa71a30 LOG v4l2 gstv4l2object.c:1194:gst_v4l2_object_fill_format_list:<v4l2src0:src> type: 1 0:00:05.666922478 97 0xa71a30 LOG v4l2 gstv4l2object.c:1195:gst_v4l2_object_fill_format_list:<v4l2src0:src> flags: 00000000 0:00:05.666940904 97 0xa71a30 LOG v4l2 gstv4l2object.c:1196:gst_v4l2_object_fill_format_list:<v4l2src0:src> description: '32-bit BGRA/X 8-8-8-8' 0:00:05.666961700 97 0xa71a30 LOG v4l2 gstv4l2object.c:1198:gst_v4l2_object_fill_format_list:<v4l2src0:src> pixelformat: BGR4 0:00:05.666985329 97 0xa71a30 INFO v4l2 gstv4l2object.c:1212:gst_v4l2_object_fill_format_list:<v4l2src0:src> got 14 format(s): 0:00:05.667008607 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> YUYV 0:00:05.667030607 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> UYVY 0:00:05.667050421 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> YU12 0:00:05.667070106 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> YV12 0:00:05.667089328 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> JPEG 0:00:05.667109272 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> MJPG 0:00:05.667131124 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> BGR4 0:00:05.667152420 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> BGR3 0:00:05.667172216 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> RGB3 0:00:05.667190864 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> NV21 0:00:05.667209363 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> NV12 0:00:05.667228252 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> VYUY 0:00:05.667247085 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> YVYU 0:00:05.667267937 97 0xa71a30 INFO v4l2 gstv4l2object.c:1216:gst_v4l2_object_fill_format_list:<v4l2src0:src> H264 0:00:05.667349806 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for YUYV 0:00:05.667435861 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.667457008 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.667502730 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.667522748 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.667540970 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.667558970 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.667577322 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.667601340 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, YUYV 0:00:05.667628784 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.667691783 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for UYVY 0:00:05.667721579 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.667740320 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.667758430 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.667776708 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.667794948 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.667813263 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.667862114 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.667903132 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, UYVY 0:00:05.667962872 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.668031223 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for YU12 0:00:05.668055945 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.668074871 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.668092982 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.668111278 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.668129574 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.668147777 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.668190258 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.668217258 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, YU12 0:00:05.668243109 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.668324497 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for YV12 0:00:05.668349626 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.668368626 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.668387274 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.668405626 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.668423866 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.668441996 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.668460403 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.668483180 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, YV12 0:00:05.668571846 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.668658826 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for JPEG 0:00:05.668688011 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.668708603 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.668728344 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.668747732 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.668766677 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.668792547 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.668811769 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.668840416 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, JPEG 0:00:05.668873620 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.668998748 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for MJPG 0:00:05.669024007 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.669044192 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.669063043 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.669081858 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.669107839 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.669126709 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.669145227 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.669170597 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, MJPG 0:00:05.669196875 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.669266263 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for BGR4 0:00:05.669349873 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.669393557 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.669412668 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.669429224 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.669446205 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.669462631 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.669482482 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.669505556 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, BGR4 0:00:05.669531037 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.669584444 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for BGR3 0:00:05.669613277 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.669632239 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.669651332 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.669674683 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.669693942 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.669711887 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.669728516 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.669861162 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, BGR3 0:00:05.669894143 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.669949717 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for RGB3 0:00:05.669972568 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.669991809 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.670010660 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.670066938 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.670086530 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.670103011 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.670139844 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.670163455 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, RGB3 0:00:05.670189029 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.670244694 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for NV21 0:00:05.670267305 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.670285935 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.670312268 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.670331212 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.670350749 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.670368637 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.670386304 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.670407785 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, NV21 0:00:05.670431636 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.670471210 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for NV12 0:00:05.670492728 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.670511821 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.670529931 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.670547857 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.670566042 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.670584079 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.670602171 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.670623375 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, NV12 0:00:05.670647300 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.670683818 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:1587:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY 0:00:05.670706688 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4412:gst_v4l2_object_probe_caps:<v4l2src0:src> unknown format VYUY 0:00:05.670730892 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for YVYU 0:00:05.670750447 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.670769336 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.670787576 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.670805354 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.670823446 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.670841261 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.670859094 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.670880445 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, YVYU 0:00:05.670903760 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.670956907 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2730:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> Enumerating frame sizes for H264 0:00:05.670978703 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2761:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> we have stepwise frame sizes: 0:00:05.670997481 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2762:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min width: 32 0:00:05.671015610 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2764:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 32 0:00:05.671033092 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2766:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> max width: 2592 0:00:05.671050906 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2768:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> min height: 1944 0:00:05.671068387 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2770:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step width: 2 0:00:05.671085906 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:2772:gst_v4l2_object_probe_caps_for_format:<v4l2src0:src> step height: 2 0:00:05.671106905 97 0xa71a30 LOG v4l2 gstv4l2object.c:2413:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> get frame interval for 2592x1944, H264 0:00:05.671131090 97 0xa71a30 LOG v4l2 gstv4l2object.c:2551:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2src0:src> continuous frame interval 1/1 to 90/1 0:00:05.671338328 97 0xa71a30 INFO v4l2 gstv4l2object.c:4454:gst_v4l2_object_probe_caps:<v4l2src0:src> probed caps: video/x-raw, format=(string)YUY2, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)YUY2, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)UYVY, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)UYVY, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)I420, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)I420, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)YV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)YV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; image/jpeg, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; image/jpeg, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw, format=(string)BGRx, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)BGRx, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)BGR, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)BGR, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)RGB, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)RGB, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)NV21, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)NV21, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)NV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)NV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)YVYU, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)YVYU, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ] 0:00:05.671533733 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:515:gst_v4l2src_negotiate:<v4l2src0> caps of src: video/x-raw, format=(string)YUY2, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)YUY2, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)UYVY, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)UYVY, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)I420, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)I420, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)YV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)YV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; image/jpeg, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; image/jpeg, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw, format=(string)BGRx, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)BGRx, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)BGR, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)BGR, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)RGB, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)RGB, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)NV21, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)NV21, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)NV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)NV12, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-raw, format=(string)YVYU, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ]; video/x-raw(format:Interlaced), format=(string)YVYU, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ], interlace-mode=(string)alternate; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)[ 32, 2592, 2 ], height=(int)[ 32, 1944, 2 ], framerate=(fraction)[ 1/1, 90/1 ] 0:00:05.671882155 97 0xa71a30 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw(format:Interlaced), format=(string)YUY2, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)UYVY, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)I420, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)YV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)BGRx, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)BGR, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)RGB, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)NV21, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)NV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw(format:Interlaced), format=(string)RGB16, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw(format:Interlaced), format=(string)YVYU, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)alternate, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)YUY2, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)UYVY, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)I420, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)YV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)BGRx, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)BGR, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)RGB, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)NV21, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)RGB16, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)YVYU, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 } 0:00:05.673794389 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:523:gst_v4l2src_negotiate:<v4l2src0> caps of peer: video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)UYVY, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)I420, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGRx, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGR, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV21, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB16, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YVYU, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string){ AYUV64, ARGB64, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, GBR, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 } 0:00:05.674380011 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:529:gst_v4l2src_negotiate:<v4l2src0> intersect: video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)UYVY, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)I420, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGRx, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGR, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV21, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YVYU, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YUY2; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)UYVY; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)I420; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YV12; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGRx; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGR; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)RGB; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV21; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV12; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YVYU 0:00:05.674567324 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:406:gst_v4l2src_fixate:<v4l2src0> fixating caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)UYVY, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)I420, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGRx, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGR, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV21, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YVYU, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YUY2; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)UYVY; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)I420; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YV12; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGRx; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGR; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)RGB; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV21; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV12; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YVYU 0:00:05.674644323 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:419:gst_v4l2src_fixate:<v4l2src0> Preferred size 640x480 0:00:05.674699822 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (YUY2) 0:00:05.674741062 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (YUY2) 0:00:05.674769228 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (UYVY) 0:00:05.674807802 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (YUY2) 0:00:05.674833802 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (UYVY) 0:00:05.674859023 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (I420) 0:00:05.674897227 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YUY2) 0:00:05.674922893 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (UYVY) 0:00:05.674947819 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (I420) 0:00:05.674972133 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YV12) 0:00:05.675009781 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YUY2) 0:00:05.675035206 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (UYVY) 0:00:05.675059650 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (I420) 0:00:05.675083909 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YV12) 0:00:05.675108372 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (BGRx) 0:00:05.675145853 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YUY2) 0:00:05.675171001 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (UYVY) 0:00:05.675195519 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (I420) 0:00:05.675219556 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YV12) 0:00:05.675243667 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (BGRx) 0:00:05.675267611 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (BGR) 0:00:05.675305036 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YUY2) 0:00:05.675331110 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (UYVY) 0:00:05.675355591 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (I420) 0:00:05.675380202 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YV12) 0:00:05.675404683 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (BGRx) 0:00:05.675428979 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (BGR) 0:00:05.675453182 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (RGB) 0:00:05.675490793 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YUY2) 0:00:05.675515830 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (UYVY) 0:00:05.675539885 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (I420) 0:00:05.675563570 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YV12) 0:00:05.675587144 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (BGRx) 0:00:05.675610903 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (BGR) 0:00:05.675634365 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (RGB) 0:00:05.675657920 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (NV21) 0:00:05.675696513 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YUY2) 0:00:05.675721568 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (UYVY) 0:00:05.675745456 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (I420) 0:00:05.675769141 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YV12) 0:00:05.675792604 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (BGRx) 0:00:05.675816141 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (BGR) 0:00:05.675839881 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (RGB) 0:00:05.675863547 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (NV21) 0:00:05.675887195 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (NV12) 0:00:05.675920843 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (YUY2) 0:00:05.675945787 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (UYVY) 0:00:05.675969620 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (I420) 0:00:05.675993287 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (YV12) 0:00:05.676016786 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (BGRx) 0:00:05.676040304 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (BGR) 0:00:05.676063786 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (RGB) 0:00:05.676087248 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (NV21) 0:00:05.676110637 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (NV12) 0:00:05.676134062 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YUY2) after 640x480 (YVYU) 0:00:05.676167136 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (YUY2) 0:00:05.676191673 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (UYVY) 0:00:05.676215858 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (I420) 0:00:05.676239209 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (YV12) 0:00:05.676263190 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (BGRx) 0:00:05.676286412 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (BGR) 0:00:05.676310227 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (RGB) 0:00:05.676333634 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (NV21) 0:00:05.676357337 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (NV12) 0:00:05.676380726 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (YVYU) 0:00:05.676404059 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (UYVY) after 640x480 (YUY2) 0:00:05.676437410 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (YUY2) 0:00:05.676462077 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (UYVY) 0:00:05.676485984 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (I420) 0:00:05.676509465 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (YV12) 0:00:05.676532835 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (BGRx) 0:00:05.676556501 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (BGR) 0:00:05.676579779 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (RGB) 0:00:05.676603353 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (NV21) 0:00:05.676626686 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (NV12) 0:00:05.676650426 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (YVYU) 0:00:05.676673926 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (YUY2) 0:00:05.676697796 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (I420) after 640x480 (UYVY) 0:00:05.676731277 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (YUY2) 0:00:05.676756240 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (UYVY) 0:00:05.676780184 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (I420) 0:00:05.676803776 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (YV12) 0:00:05.676827183 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (BGRx) 0:00:05.676850720 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (BGR) 0:00:05.676874164 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (RGB) 0:00:05.676897738 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (NV21) 0:00:05.676921460 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (NV12) 0:00:05.676945015 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (YVYU) 0:00:05.676968644 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (YUY2) 0:00:05.676991903 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (UYVY) 0:00:05.677015218 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YV12) after 640x480 (I420) 0:00:05.677048680 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YUY2) 0:00:05.677073180 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (UYVY) 0:00:05.677097068 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (I420) 0:00:05.677120402 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YV12) 0:00:05.677143846 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (BGRx) 0:00:05.677167012 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (BGR) 0:00:05.677190512 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (RGB) 0:00:05.677213734 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (NV21) 0:00:05.677237085 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (NV12) 0:00:05.677260326 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YVYU) 0:00:05.677283696 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YUY2) 0:00:05.677307066 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (UYVY) 0:00:05.677330325 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (I420) 0:00:05.677408731 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGRx) after 640x480 (YV12) 0:00:05.677453434 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YUY2) 0:00:05.677479341 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (UYVY) 0:00:05.677503693 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (I420) 0:00:05.677528396 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YV12) 0:00:05.677551989 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (BGRx) 0:00:05.677575710 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (BGR) 0:00:05.677600062 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (RGB) 0:00:05.677624025 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (NV21) 0:00:05.677647969 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (NV12) 0:00:05.677671524 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YVYU) 0:00:05.677695542 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YUY2) 0:00:05.677720246 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (UYVY) 0:00:05.677745134 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (I420) 0:00:05.677769393 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (YV12) 0:00:05.677794745 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (BGR) after 640x480 (BGRx) 0:00:05.677834374 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YUY2) 0:00:05.677924836 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (UYVY) 0:00:05.677979798 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (I420) 0:00:05.678010353 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YV12) 0:00:05.678063815 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (BGRx) 0:00:05.678089778 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (BGR) 0:00:05.678138148 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (RGB) 0:00:05.678164295 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (NV21) 0:00:05.678187054 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (NV12) 0:00:05.678232276 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YVYU) 0:00:05.678255924 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YUY2) 0:00:05.678298034 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (UYVY) 0:00:05.678323386 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (I420) 0:00:05.678347274 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (YV12) 0:00:05.678392089 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (BGRx) 0:00:05.678416255 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (RGB) after 640x480 (BGR) 0:00:05.678480662 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YUY2) 0:00:05.678507087 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (UYVY) 0:00:05.678550272 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (I420) 0:00:05.678576068 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YV12) 0:00:05.678604401 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (BGRx) 0:00:05.678659345 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (BGR) 0:00:05.678682807 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (RGB) 0:00:05.678725196 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (NV21) 0:00:05.678748954 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (NV12) 0:00:05.678771936 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YVYU) 0:00:05.678815046 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YUY2) 0:00:05.678838250 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (UYVY) 0:00:05.678878619 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (I420) 0:00:05.678906212 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (YV12) 0:00:05.678932952 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (BGRx) 0:00:05.678977544 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (BGR) 0:00:05.679003562 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV21) after 640x480 (RGB) 0:00:05.679068673 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YUY2) 0:00:05.679095746 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (UYVY) 0:00:05.679141968 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (I420) 0:00:05.679167282 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YV12) 0:00:05.679195671 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (BGRx) 0:00:05.679235411 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (BGR) 0:00:05.679259522 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (RGB) 0:00:05.679302169 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (NV21) 0:00:05.679327503 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (NV12) 0:00:05.679351743 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YVYU) 0:00:05.679395502 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YUY2) 0:00:05.679419742 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (UYVY) 0:00:05.679462964 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (I420) 0:00:05.679489056 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (YV12) 0:00:05.679513204 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (BGRx) 0:00:05.679556851 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (BGR) 0:00:05.679582740 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (RGB) 0:00:05.679625258 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (NV12) after 640x480 (NV21) 0:00:05.679667628 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YUY2) 0:00:05.679713238 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (UYVY) 0:00:05.679739905 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (I420) 0:00:05.679764515 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YV12) 0:00:05.679808607 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (BGRx) 0:00:05.679832663 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (BGR) 0:00:05.679875088 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (RGB) 0:00:05.679900865 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (NV21) 0:00:05.679925458 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (NV12) 0:00:05.679969698 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YVYU) 0:00:05.679995420 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YUY2) 0:00:05.680040012 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (UYVY) 0:00:05.680066586 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (I420) 0:00:05.680090363 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (YV12) 0:00:05.680114585 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (BGRx) 0:00:05.680138418 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (BGR) 0:00:05.680163473 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (RGB) 0:00:05.680187473 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (NV21) 0:00:05.680211676 97 0xa71a30 TRACE v4l2src gstv4l2src.c:367:gst_v4l2src_fixed_caps_compare: Placing 640x480 (YVYU) after 640x480 (NV12) 0:00:05.680580542 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:442:gst_v4l2src_fixate:<v4l2src0> sorted and normalized caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)UYVY, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)I420, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGRx, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGR, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV21, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)NV12, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YVYU, interlace-mode=(string)progressive, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YUY2; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)UYVY; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)I420; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YV12; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGRx; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGR; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)RGB; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV21; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV12; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YVYU 0:00:05.681282773 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, interlace-mode=(string)progressive, colorimetry=(string)bt709 0:00:05.681370995 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.681400272 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format YUYV stride: 1280 0:00:05.681424679 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format YUYV, nb planes 1 0:00:05.681444197 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1280 0:00:05.681465253 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 3:2:2:1 0:00:05.681503808 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format YUYV, nb planes 1, colorspace 1:2:2:1 field: none 0:00:05.681525955 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1280, sizeimage 614400 0:00:05.681591955 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)UYVY, interlace-mode=(string)progressive, colorimetry=(string)bt709 0:00:05.681636658 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.681662620 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format UYVY stride: 1280 0:00:05.681686157 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format UYVY, nb planes 1 0:00:05.681705157 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1280 0:00:05.681727397 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 3:2:2:1 0:00:05.681811581 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format UYVY, nb planes 1, colorspace 1:2:2:1 field: none 0:00:05.681839044 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1280, sizeimage 614400 0:00:05.681935598 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)I420, interlace-mode=(string)progressive, colorimetry=(string)bt709 0:00:05.681974727 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.682008134 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format YU12 stride: 640 0:00:05.682030819 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format YU12, nb planes 1 0:00:05.682049801 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 640 0:00:05.682070985 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 3:2:2:1 0:00:05.682108911 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format YU12, nb planes 1, colorspace 1:2:2:1 field: none 0:00:05.682130448 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 640, sizeimage 460800 0:00:05.682185984 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YV12, interlace-mode=(string)progressive, colorimetry=(string)bt709 0:00:05.682220465 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.682288779 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format YV12 stride: 640 0:00:05.682313797 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format YV12, nb planes 1 0:00:05.682331908 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 640 0:00:05.682376222 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 3:2:2:1 0:00:05.682412037 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format YV12, nb planes 1, colorspace 1:2:2:1 field: none 0:00:05.682432999 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 640, sizeimage 460800 0:00:05.682498072 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGRx, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.682548498 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.682576183 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format BGR4 stride: 2560 0:00:05.682642478 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format BGR4, nb planes 1 0:00:05.682663256 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 2560 0:00:05.682716255 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 8:1:0:1 0:00:05.682754884 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format BGR4, nb planes 1, colorspace 1:1:0:1 field: none 0:00:05.682776180 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 2560, sizeimage 1228800 0:00:05.682870234 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)BGR, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.682938511 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.682967011 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format BGR3 stride: 1920 0:00:05.682990825 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format BGR3, nb planes 1 0:00:05.683015658 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1920 0:00:05.683036603 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 8:1:0:1 0:00:05.683070232 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format BGR3, nb planes 1, colorspace 1:1:0:1 field: none 0:00:05.683125657 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1920, sizeimage 921600 0:00:05.683222211 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4071:gst_v4l2_object_try_format:<v4l2src0:src> Trying format video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.683263155 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.683289414 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format RGB3 stride: 1920 0:00:05.683347339 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format RGB3, nb planes 1 0:00:05.683368857 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1920 0:00:05.683395820 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 8:1:0:1 0:00:05.683459171 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format RGB3, nb planes 1, colorspace 8:1:0:1 field: none 0:00:05.683481189 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1920, sizeimage 921600 0:00:05.683684187 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:500:gst_v4l2src_fixate:<v4l2src0> fixated caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.683740260 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:553:gst_v4l2src_negotiate:<v4l2src0> fixated to: video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.684704859 97 0xa71a30 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YUY2, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)UYVY, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)I420, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YV12, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGRx, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)BGR, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)RGB, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV21, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)NV12, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)RGB16, colorimetry=(string){ 1:1:5:1, 1:1:5:4, 1:1:6:5, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, interlace-mode=(string)progressive, format=(string)YVYU, colorimetry=(string){ bt709, 2:4:5:4, smpte240m, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 } 0:00:05.685777567 97 0xa71a30 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.685994027 97 0xa71a30 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.686324949 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:970:gst_v4l2_video_enc_sink_query:<v4l2h264enc0> Returning sink caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.686509983 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:314:gst_v4l2_video_enc_set_format:<v4l2h264enc0> Setting format: video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.686584871 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:529:gst_v4l2_video_enc_negotiate:<v4l2h264enc0> Negotiating H264 profile and level. 0:00:05.686709351 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:930:gst_v4l2_video_enc_src_query:<v4l2h264enc0> Returning src caps video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, level=(string){ 1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2 }, profile=(string){ baseline, constrained-baseline, main, high }, width=(int)[ 32, 1920 ], height=(int)[ 32, 1920 ], colorimetry=(string){ 2:4:5:4, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }, framerate=(fraction)[ 0/1, 2147483647/1 ] 0:00:05.687550118 97 0xa71980 TRACE v4l2videoenc gstv4l2videoenc.c:436:negotiate_profile_and_level:<v4l2h264enc0> Trying profile constrained-baseline 0:00:05.687608765 97 0xa71980 TRACE v4l2videoenc gstv4l2videoenc.c:479:negotiate_profile_and_level:<v4l2h264enc0> Trying level 1 0:00:05.687648302 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:581:gst_v4l2_video_enc_negotiate:<v4l2h264enc0> Selected H264 profile constrained-baseline at level 1 0:00:05.688000483 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4062:gst_v4l2_object_set_format:<v4l2h264enc0:src> Setting format to video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)constrained-baseline, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive 0:00:05.688056037 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2h264enc0> progressive video 0:00:05.688108926 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> Desired format 640x480, format H264 stride: 0 0:00:05.688137129 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> Desired format is 640x480, format H264, nb planes 1 0:00:05.688156462 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3676:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> stride 0 0:00:05.688207813 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> Desired colorspace is 0:0:0:0 0:00:05.688274627 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> Got format of 640x480, format H264, nb planes 1, colorspace 0:0:0:0 field: none 0:00:05.688301053 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3730:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> stride 0, sizeimage 524288 0:00:05.688324126 97 0xa71980 DEBUG v4l2 gstv4l2object.c:2103:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0 0:00:05.688345978 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3810:gst_v4l2_object_set_format_full:<v4l2h264enc0:src> Desired framerate: 30/1 0:00:05.688369978 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3288:gst_v4l2_object_save_format:<v4l2h264enc0:src> Got sizeimage 524288 0:00:05.688390496 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3040:gst_v4l2_object_setup_pool:<v4l2h264enc0:src> initializing the capture system 0:00:05.688414866 97 0xa71980 INFO v4l2 gstv4l2object.c:3072:gst_v4l2_object_setup_pool:<v4l2h264enc0:src> accessing buffers via mode 4 0:00:05.688437958 97 0xa71980 LOG v4l2 gstv4l2object.c:3081:gst_v4l2_object_setup_pool:<v4l2h264enc0:src> initiating buffer pool 0:00:05.688808639 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)au\,\ level\=\(string\)1\,\ profile\=\(string\)constrained-baseline\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ framerate\=\(fraction\)30/1\,\ interlace-mode\=\(string\)progressive", size=(uint)524288, min-buffers=(uint)0, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.688925452 97 0xa71980 INFO v4l2bufferpool gstv4l2bufferpool.c:557:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:src> increasing minimum buffers to 2 0:00:05.688950137 97 0xa71980 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:src> reducing maximum buffers to 32 0:00:05.689004747 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4708:gst_v4l2_object_decide_allocation:<v4l2h264enc0:src> decide allocation 0:00:05.689040191 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4733:gst_v4l2_object_decide_allocation:<v4l2h264enc0:src> allocation: size:0 min:0 max:0 pool:(NULL) 0:00:05.689158134 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4800:gst_v4l2_object_decide_allocation:<v4l2h264enc0:src> streaming mode: using our own pool <v4l2h264enc0:pool0:src> 0:00:05.689281725 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4876:gst_v4l2_object_decide_allocation:<v4l2h264enc0:src> setting own pool config to GstBufferPoolConfig, caps=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)au\,\ level\=\(string\)1\,\ profile\=\(string\)constrained-baseline\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ framerate\=\(fraction\)30/1\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)524288, min-buffers=(uint)4, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.689347947 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)au\,\ level\=\(string\)1\,\ profile\=\(string\)constrained-baseline\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ framerate\=\(fraction\)30/1\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)524288, min-buffers=(uint)4, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.689403261 97 0xa71980 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:src> reducing maximum buffers to 32 0:00:05.689511000 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4883:gst_v4l2_object_decide_allocation:<v4l2h264enc0:src> own pool config changed to GstBufferPoolConfig, caps=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)au\,\ level\=\(string\)1\,\ profile\=\(string\)constrained-baseline\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ framerate\=\(fraction\)30/1\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)524288, min-buffers=(uint)4, max-buffers=(uint)32, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.689625591 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-h264\,\ stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)au\,\ level\=\(string\)1\,\ profile\=\(string\)constrained-baseline\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ framerate\=\(fraction\)30/1\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)524288, min-buffers=(uint)4, max-buffers=(uint)32, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.689770478 97 0xa71980 DEBUG v4l2 gstv4l2object.c:4062:gst_v4l2_object_set_format:<v4l2h264enc0:sink> Setting format to video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.689812348 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2h264enc0> progressive video 0:00:05.689840088 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Desired format 640x480, format RGB3 stride: 1920 0:00:05.689864273 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Desired format is 640x480, format RGB3, nb planes 1 0:00:05.689911495 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3676:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> stride 1920 0:00:05.689935402 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Desired colorspace is 8:1:0:1 0:00:05.689999957 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Got format of 640x480, format RGB3, nb planes 1, colorspace 8:1:0:1 field: none 0:00:05.690029901 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3730:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> stride 1920, sizeimage 921600 0:00:05.690062659 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3810:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Desired framerate: 30/1 0:00:05.690089567 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3876:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Got output framerate: 30/1 0:00:05.690109288 97 0xa71980 LOG v4l2 gstv4l2object.c:3880:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Setting output framerate to 30/1 0:00:05.690134122 97 0xa71980 INFO v4l2 gstv4l2object.c:3901:gst_v4l2_object_set_format_full:<v4l2h264enc0:sink> Set output framerate to 30/1 0:00:05.690154973 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3288:gst_v4l2_object_save_format:<v4l2h264enc0:sink> Got sizeimage 921600 0:00:05.690175325 97 0xa71980 DEBUG v4l2 gstv4l2object.c:3040:gst_v4l2_object_setup_pool:<v4l2h264enc0:sink> initializing the output system 0:00:05.690194361 97 0xa71980 INFO v4l2 gstv4l2object.c:3072:gst_v4l2_object_setup_pool:<v4l2h264enc0:sink> accessing buffers via mode 2 0:00:05.690217472 97 0xa71980 LOG v4l2 gstv4l2object.c:3081:gst_v4l2_object_setup_pool:<v4l2h264enc0:sink> initiating buffer pool 0:00:05.690520950 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:sink> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)0, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.690556412 97 0xa71980 INFO v4l2bufferpool gstv4l2bufferpool.c:557:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:sink> increasing minimum buffers to 2 0:00:05.690598541 97 0xa71980 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:sink> reducing maximum buffers to 32 0:00:05.690666578 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:347:gst_v4l2_video_enc_set_format:<v4l2h264enc0> output caps: video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.690713447 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:888:gst_v4l2_video_enc_propose_allocation:<v4l2h264enc0> called 0:00:05.690753484 97 0xa71980 DEBUG v4l2 gstv4l2object.c:5019:gst_v4l2_object_propose_allocation:<v4l2h264enc0:sink> we had a pool with caps video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.690861390 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4350:gst_v4l2_object_stop:<v4l2src0:src> stopping 0:00:05.690909834 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4062:gst_v4l2_object_set_format:<v4l2src0:src> Setting format to video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)RGB, interlace-mode=(string)progressive, colorimetry=(string)1:1:5:1 0:00:05.690953222 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3477:gst_v4l2_object_set_format_full:<v4l2src0> progressive video 0:00:05.690982592 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3617:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format 640x480, format RGB3 stride: 1920 0:00:05.691008240 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3667:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired format is 640x480, format RGB3, nb planes 1 0:00:05.691028517 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3679:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1920 0:00:05.691051017 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3697:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired colorspace is 8:1:0:1 0:00:05.692092744 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3720:gst_v4l2_object_set_format_full:<v4l2src0:src> Got format of 640x480, format RGB3, nb planes 1, colorspace 8:1:0:1 field: none 0:00:05.692128466 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3734:gst_v4l2_object_set_format_full:<v4l2src0:src> stride 1920, sizeimage 921600 0:00:05.692163836 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3810:gst_v4l2_object_set_format_full:<v4l2src0:src> Desired framerate: 30/1 0:00:05.692190632 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3826:gst_v4l2_object_set_format_full:<v4l2src0:src> Got capture framerate: 30/1 0:00:05.692210298 97 0xa71a30 LOG v4l2 gstv4l2object.c:3835:gst_v4l2_object_set_format_full:<v4l2src0:src> Setting capture framerate to 30/1 0:00:05.692656070 97 0xa71a30 INFO v4l2 gstv4l2object.c:3859:gst_v4l2_object_set_format_full:<v4l2src0:src> Set capture framerate to 30/1 0:00:05.692718255 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3164:gst_v4l2_object_extrapolate_info:<v4l2src0:src> Extrapolated for plane 0 with base stride 1920: stride 1920, offset 0 0:00:05.692762513 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3288:gst_v4l2_object_save_format:<v4l2src0:src> Got sizeimage 921600 0:00:05.692806642 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:3040:gst_v4l2_object_setup_pool:<v4l2src0:src> initializing the capture system 0:00:05.692852623 97 0xa71a30 INFO v4l2 gstv4l2object.c:3072:gst_v4l2_object_setup_pool:<v4l2src0:src> accessing buffers via mode 2 0:00:05.692899604 97 0xa71a30 LOG v4l2 gstv4l2object.c:3081:gst_v4l2_object_setup_pool:<v4l2src0:src> initiating buffer pool 0:00:05.693122138 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool0:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)0, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:05.693174434 97 0xa71a30 INFO v4l2bufferpool gstv4l2bufferpool.c:557:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool0:src> increasing minimum buffers to 2 0:00:05.693216933 97 0xa71a30 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool0:src> reducing maximum buffers to 32 0:00:05.693287877 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4708:gst_v4l2_object_decide_allocation:<v4l2src0:src> decide allocation 0:00:05.693341709 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4733:gst_v4l2_object_decide_allocation:<v4l2src0:src> allocation: size:921600 min:2 max:32 pool:<v4l2h264enc0:pool0:sink> 0:00:05.693390579 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4800:gst_v4l2_object_decide_allocation:<v4l2src0:src> streaming mode: using our own pool <v4l2src0:pool0:src> 0:00:05.693436116 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4868:gst_v4l2_object_decide_allocation:<v4l2src0:src> activate Video Meta 0:00:05.693518244 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4876:gst_v4l2_object_decide_allocation:<v4l2src0:src> setting own pool config to GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)4, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >; 0:00:05.693596632 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool0:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)4, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >; 0:00:05.693641835 97 0xa71a30 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool0:src> reducing maximum buffers to 32 0:00:05.693732075 97 0xa71a30 DEBUG v4l2 gstv4l2object.c:4883:gst_v4l2_object_decide_allocation:<v4l2src0:src> own pool config changed to GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)4, max-buffers=(uint)32, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >; 0:00:05.693845814 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool0:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)4, max-buffers=(uint)32, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >; 0:00:05.694872430 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:750:gst_v4l2_buffer_pool_start:<v4l2src0:pool0:src> activating pool 0:00:05.695379961 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:797:gst_v4l2_buffer_pool_start:<v4l2src0:pool0:src> requesting 4 MMAP buffers 0:00:05.701969227 97 0xa71a30 DEBUG v4l2allocator gstv4l2allocator.c:706:gst_v4l2_allocator_start:<v4l2src0:pool0:src:allocator> allocated 4 mmap buffers out of 4 requested 0:00:05.702270020 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> Got mmap buffer 0:00:05.702670200 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> index: 0 0:00:05.703081102 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> type: 1 0:00:05.703828833 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> flags: 00002000 0:00:05.704127125 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> field: 0 0:00:05.704356085 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> memory: 1 0:00:05.704651285 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> planes: 1 0:00:05.704861634 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] bytesused: 0, length: 921600, offset: 0 0:00:05.705649550 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] MMAP offset: 0 0:00:05.706086822 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> Got mmap buffer 0:00:05.706196506 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> index: 1 0:00:05.706225209 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> type: 1 0:00:05.706809387 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> flags: 00002000 0:00:05.707401471 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> field: 0 0:00:05.707427619 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> memory: 1 0:00:05.708219739 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> planes: 1 0:00:05.708333126 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] bytesused: 0, length: 921600, offset: 0 0:00:05.708728528 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] MMAP offset: 921600 0:00:05.709014154 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> Got mmap buffer 0:00:05.709459389 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> index: 2 0:00:05.709614295 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> type: 1 0:00:05.709989642 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> flags: 00002000 0:00:05.710161139 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> field: 0 0:00:05.710421506 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> memory: 1 0:00:05.710514301 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> planes: 1 0:00:05.710781483 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] bytesused: 0, length: 921600, offset: 0 0:00:05.710873297 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] MMAP offset: 1843200 0:00:05.711142071 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> Got mmap buffer 0:00:05.711231459 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> index: 3 0:00:05.711479844 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> type: 1 0:00:05.711573417 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> flags: 00002000 0:00:05.711596269 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> field: 0 0:00:05.712058726 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> memory: 1 0:00:05.712145836 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> planes: 1 0:00:05.712394740 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] bytesused: 0, length: 921600, offset: 0 0:00:05.712485683 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2src0:pool0:src:allocator> [0] MMAP offset: 2764800 0:00:05.713208618 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:850:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool0:src:allocator> mmap buffer length 921600, data offset 0, plane 0 0:00:05.713676834 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool0:src> release buffer 0xc595e8 0:00:05.714110644 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool0:src> queuing buffer 0 0:00:05.714585878 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2src0:pool0:src:allocator> queued buffer 0 (flags 0x2003) 0:00:05.715620365 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:850:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool0:src:allocator> mmap buffer length 921600, data offset 0, plane 0 0:00:05.715749289 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool0:src> release buffer 0xc59690 0:00:05.716159080 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool0:src> queuing buffer 1 0:00:05.716453928 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2src0:pool0:src:allocator> queued buffer 1 (flags 0x2003) 0:00:05.717628913 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:850:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool0:src:allocator> mmap buffer length 921600, data offset 0, plane 0 0:00:05.717814299 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool0:src> release buffer 0xc59738 0:00:05.718145906 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool0:src> queuing buffer 2 0:00:05.718588104 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2src0:pool0:src:allocator> queued buffer 2 (flags 0x2003) 0:00:05.719323780 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:850:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool0:src:allocator> mmap buffer length 921600, data offset 0, plane 0 0:00:05.719729923 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool0:src> release buffer 0xb1114000 0:00:05.720052622 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool0:src> queuing buffer 3 0:00:05.720681781 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2src0:pool0:src:allocator> queued buffer 3 (flags 0x2003) 0:00:06.123121113 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:673:gst_v4l2_buffer_pool_streamon:<v4l2src0:pool0:src> Started streaming 0:00:06.123390517 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1051:gst_v4l2_buffer_pool_flush_stop:<v4l2src0:pool0:src> stop flushing 0:00:06.123883844 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1404:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool0:src> acquire 0:00:06.124190858 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_poll:<v4l2src0:pool0:src> polling device 0:00:06.157635776 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1237:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeueing a buffer 0:00:06.158003382 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1335:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> dequeued buffer 0 (flags 0x2001) 0:00:06.158109251 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1362:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> Dequeued capture buffer, length: 921600 bytesused: 921600 data_offset: 0 0:00:06.158248935 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1265:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeued buffer 0xc595e8 seq:0 (ix=0), mem 0xb110a560 used 921600, plane=0, flags 00002001, ts 19:23:43.588755000, pool-queued=3, buffer=0xc595e8 0:00:06.158388470 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1812:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> process buffer 0xb1afecdc 0:00:06.158546912 97 0xa71a30 TRACE v4l2bufferpool gstv4l2bufferpool.c:1845:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> Only 3 buffer left in the capture queue. 0:00:06.158779002 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:927:gst_v4l2src_create:<v4l2src0> ts: 19:23:43.588755000 now 19:23:43.921386372 delay 0:00:00.332631372 0:00:06.158892519 97 0xa71a30 LOG v4l2src gstv4l2src.c:964:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.033333333 out ts 0:00:00.163345394 0:00:06.159206830 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1404:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool0:src> acquire 0:00:06.159247681 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:732:gst_v4l2_video_enc_handle_frame:<v4l2h264enc0> Handling frame 0 0:00:06.159371587 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_poll:<v4l2src0:pool0:src> polling device 0:00:06.159464660 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2h264enc0:pool0:sink> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ width\=\(int\)640\,\ height\=\(int\)480\,\ framerate\=\(fraction\)30/1\,\ format\=\(string\)RGB\,\ interlace-mode\=\(string\)progressive\,\ colorimetry\=\(string\)1:1:5:1", size=(uint)921600, min-buffers=(uint)2, max-buffers=(uint)2, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL; 0:00:06.159657916 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1237:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeueing a buffer 0:00:06.159683360 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:750:gst_v4l2_buffer_pool_start:<v4l2h264enc0:pool0:sink> activating pool 0:00:06.159922506 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1335:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> dequeued buffer 1 (flags 0x2001) 0:00:06.159927376 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:797:gst_v4l2_buffer_pool_start:<v4l2h264enc0:pool0:sink> requesting 2 MMAP buffers 0:00:06.159953375 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1362:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> Dequeued capture buffer, length: 921600 bytesused: 921600 data_offset: 0 0:00:06.160019986 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1265:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeued buffer 0xc59690 seq:1 (ix=1), mem 0xb110a5b0 used 921600, plane=0, flags 00002001, ts 19:23:43.888602000, pool-queued=2, buffer=0xc59690 0:00:06.160309871 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1812:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> process buffer 0xb1afecdc 0:00:06.160601460 97 0xa71a30 TRACE v4l2bufferpool gstv4l2bufferpool.c:1845:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> Only 2 buffer left in the capture queue. 0:00:06.160703847 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:927:gst_v4l2src_create:<v4l2src0> ts: 19:23:43.888602000 now 19:23:43.923327958 delay 0:00:00.034725958 0:00:06.160961659 97 0xa71a30 LOG v4l2src gstv4l2src.c:964:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.066666666 out ts 0:00:00.463227023 0:00:06.161389561 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1404:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool0:src> acquire 0:00:06.161567206 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_poll:<v4l2src0:pool0:src> polling device 0:00:06.163054576 97 0xa71980 DEBUG v4l2allocator gstv4l2allocator.c:706:gst_v4l2_allocator_start:<v4l2h264enc0:pool0:sink:allocator> allocated 2 mmap buffers out of 2 requested 0:00:06.163106946 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> Got mmap buffer 0:00:06.163128334 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> index: 0 0:00:06.163146204 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> type: 10 0:00:06.163170963 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> flags: 00004000 0:00:06.163190574 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> field: 0 0:00:06.163209481 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> memory: 1 0:00:06.163226740 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> planes: 1 0:00:06.163250796 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> [0] bytesused: 0, length: 921600, offset: 0 0:00:06.163269481 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> [0] MMAP offset: 0 0:00:06.163296277 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> Got mmap buffer 0:00:06.163318517 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> index: 1 0:00:06.163337535 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> type: 10 0:00:06.163355924 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> flags: 00004000 0:00:06.163374294 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> field: 0 0:00:06.163390905 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> memory: 1 0:00:06.163408682 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> planes: 1 0:00:06.163428127 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> [0] bytesused: 0, length: 921600, offset: 0 0:00:06.163448349 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:sink:allocator> [0] MMAP offset: 921600 0:00:06.163530718 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:850:gst_v4l2_allocator_alloc_mmap:<v4l2h264enc0:pool0:sink:allocator> mmap buffer length 921600, data offset 0, plane 0 0:00:06.163560625 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:sink> release buffer 0xb1114498 0:00:06.163584995 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1552:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:sink> buffer 0 not queued, putting on free list 0:00:06.163628235 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:850:gst_v4l2_allocator_alloc_mmap:<v4l2h264enc0:pool0:sink:allocator> mmap buffer length 921600, data offset 0, plane 0 0:00:06.163650624 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:sink> release buffer 0xb1114540 0:00:06.163671883 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1552:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:sink> buffer 1 not queued, putting on free list 0:00:06.163689920 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1051:gst_v4l2_buffer_pool_flush_stop:<v4l2h264enc0:pool0:sink> stop flushing 0:00:06.163712679 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:750:gst_v4l2_buffer_pool_start:<v4l2h264enc0:pool0:src> activating pool 0:00:06.163740937 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:797:gst_v4l2_buffer_pool_start:<v4l2h264enc0:pool0:src> requesting 4 MMAP buffers 0:00:06.165256621 97 0xa71980 DEBUG v4l2allocator gstv4l2allocator.c:706:gst_v4l2_allocator_start:<v4l2h264enc0:pool0:src:allocator> allocated 4 mmap buffers out of 4 requested 0:00:06.165306843 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> Got mmap buffer 0:00:06.165327843 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> index: 0 0:00:06.165346176 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> type: 9 0:00:06.165365213 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> flags: 00004000 0:00:06.165383138 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> field: 0 0:00:06.165401286 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> memory: 1 0:00:06.165419490 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> planes: 1 0:00:06.165446712 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] bytesused: 0, length: 524288, offset: 0 0:00:06.165467434 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] MMAP offset: 1073741824 0:00:06.165493618 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> Got mmap buffer 0:00:06.165512618 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> index: 1 0:00:06.165530748 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> type: 9 0:00:06.165549062 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> flags: 00004000 0:00:06.165567080 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> field: 0 0:00:06.165585006 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> memory: 1 0:00:06.165602876 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> planes: 1 0:00:06.165625913 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] bytesused: 0, length: 524288, offset: 0 0:00:06.165645950 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] MMAP offset: 1074266112 0:00:06.165710967 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> Got mmap buffer 0:00:06.165731171 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> index: 2 0:00:06.165749004 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> type: 9 0:00:06.165767856 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> flags: 00004000 0:00:06.165812948 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> field: 0 0:00:06.165832336 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> memory: 1 0:00:06.165850540 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> planes: 1 0:00:06.165876799 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] bytesused: 0, length: 524288, offset: 0 0:00:06.165913650 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] MMAP offset: 1074790400 0:00:06.165939927 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> Got mmap buffer 0:00:06.165957594 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> index: 3 0:00:06.165973983 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> type: 9 0:00:06.165990334 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> flags: 00004000 0:00:06.166006723 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:307:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> field: 0 0:00:06.166022797 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:308:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> memory: 1 0:00:06.166040093 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:309:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> planes: 1 0:00:06.166059278 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] bytesused: 0, length: 524288, offset: 0 0:00:06.166077537 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:319:gst_v4l2_memory_group_new:<v4l2h264enc0:pool0:src:allocator> [0] MMAP offset: 1075314688 0:00:06.166096648 97 0xa71980 WARN v4l2bufferpool gstv4l2bufferpool.c:814:gst_v4l2_buffer_pool_start:<v4l2h264enc0:pool0:src> Uncertain or not enough buffers, enabling copy threshold 0:00:06.166184072 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:912:gst_v4l2_allocator_alloc_dmabuf:<v4l2h264enc0:pool0:src:allocator> exported DMABUF as fd 31 plane 0 0:00:06.166251664 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:src> release buffer 0xb11145e8 0:00:06.166274590 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2h264enc0:pool0:src> queuing buffer 0 0:00:06.166319960 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2h264enc0:pool0:src:allocator> queued buffer 0 (flags 0x4003) 0:00:06.190605700 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1237:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeueing a buffer 0:00:06.190665755 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1335:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> dequeued buffer 2 (flags 0x2001) 0:00:06.190689865 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1362:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> Dequeued capture buffer, length: 921600 bytesused: 921600 data_offset: 0 0:00:06.190727346 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1265:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeued buffer 0xc59738 seq:2 (ix=2), mem 0xb110a600 used 921600, plane=0, flags 00002001, ts 19:23:43.921918000, pool-queued=1, buffer=0xc59738 0:00:06.190752068 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1812:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> process buffer 0xb1afecdc 0:00:06.190772161 97 0xa71a30 TRACE v4l2bufferpool gstv4l2bufferpool.c:1845:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> Only 1 buffer left in the capture queue. 0:00:06.190812605 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:927:gst_v4l2src_create:<v4l2src0> ts: 19:23:43.921918000 now 19:23:43.953442604 delay 0:00:00.031524604 0:00:06.190839067 97 0xa71a30 LOG v4l2src gstv4l2src.c:964:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.099999999 out ts 0:00:00.496544505 0:00:06.190891955 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1404:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool0:src> acquire 0:00:06.190910566 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_poll:<v4l2src0:pool0:src> polling device 0:00:06.197427463 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:912:gst_v4l2_allocator_alloc_dmabuf:<v4l2h264enc0:pool0:src:allocator> exported DMABUF as fd 32 plane 0 0:00:06.197481592 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:src> release buffer 0xb1114690 0:00:06.197504814 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2h264enc0:pool0:src> queuing buffer 1 0:00:06.197553128 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2h264enc0:pool0:src:allocator> queued buffer 1 (flags 0x4003) 0:00:06.197592183 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:912:gst_v4l2_allocator_alloc_dmabuf:<v4l2h264enc0:pool0:src:allocator> exported DMABUF as fd 33 plane 0 0:00:06.197624368 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:src> release buffer 0xb1114738 0:00:06.197644905 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2h264enc0:pool0:src> queuing buffer 2 0:00:06.197682997 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2h264enc0:pool0:src:allocator> queued buffer 2 (flags 0x4003) 0:00:06.197715145 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:912:gst_v4l2_allocator_alloc_dmabuf:<v4l2h264enc0:pool0:src:allocator> exported DMABUF as fd 34 plane 0 0:00:06.197738700 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:src> release buffer 0xb1b10800 0:00:06.197757514 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2h264enc0:pool0:src> queuing buffer 3 0:00:06.197788477 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2h264enc0:pool0:src:allocator> queued buffer 3 (flags 0x4003) 0:00:06.200090595 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:673:gst_v4l2_buffer_pool_streamon:<v4l2h264enc0:pool0:src> Started streaming 0:00:06.200124447 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1051:gst_v4l2_buffer_pool_flush_stop:<v4l2h264enc0:pool0:src> stop flushing 0:00:06.200148261 97 0xa71980 DEBUG v4l2videoenc gstv4l2videoenc.c:772:gst_v4l2_video_enc_handle_frame:<v4l2h264enc0> Starting encoding thread 0:00:06.200395221 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1812:gst_v4l2_buffer_pool_process:<v4l2h264enc0:pool0:sink> process buffer 0xb1114424 0:00:06.200421184 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1989:gst_v4l2_buffer_pool_process:<v4l2h264enc0:pool0:sink> alloc buffer from our pool 0:00:06.200438554 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1404:gst_v4l2_buffer_pool_acquire_buffer:<v4l2h264enc0:pool0:sink> acquire 0:00:06.200482201 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:116:gst_v4l2_buffer_pool_copy_buffer:<v4l2h264enc0:pool0:sink> copying buffer 0:00:06.200500794 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:122:gst_v4l2_buffer_pool_copy_buffer:<v4l2h264enc0:pool0:sink> copy video frame 0:00:06.200559460 97 0xa73c60 LOG v4l2videoenc gstv4l2videoenc.c:654:gst_v4l2_video_enc_loop:<v4l2h264enc0> Allocate output buffer 0:00:06.200663254 97 0xa73c60 LOG v4l2videoenc gstv4l2videoenc.c:667:gst_v4l2_video_enc_loop:<v4l2h264enc0> Process output buffer 0:00:06.200693291 97 0xa73c60 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1812:gst_v4l2_buffer_pool_process:<v4l2h264enc0:pool0:src> process buffer 0xb0c5bd90 0:00:06.201561447 97 0xa73c60 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_poll:<v4l2h264enc0:pool0:src> polling device 0:00:06.201986423 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2h264enc0:pool0:sink> queuing buffer 0 0:00:06.202096328 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2h264enc0:pool0:sink:allocator> queued buffer 0 (flags 0x4003) 0:00:06.208785205 97 0xa71980 ERROR v4l2bufferpool gstv4l2bufferpool.c:683:gst_v4l2_buffer_pool_streamon:<v4l2h264enc0:pool0:sink> error with STREAMON 3 (No such process) 0:00:06.208828167 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:sink> release buffer 0xb1114498 0:00:06.208850130 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1552:gst_v4l2_buffer_pool_release_buffer:<v4l2h264enc0:pool0:sink> buffer 0 not queued, putting on free list 0:00:06.208872666 97 0xa71980 ERROR v4l2bufferpool gstv4l2bufferpool.c:2110:gst_v4l2_buffer_pool_process:<v4l2h264enc0:pool0:sink> failed to start streaming 0:00:06.208899462 97 0xa71980 WARN v4l2videoenc gstv4l2videoenc.c:825:gst_v4l2_video_enc_handle_frame:<v4l2h264enc0> error: Failed to process frame. 0:00:06.208919962 97 0xa71980 WARN v4l2videoenc gstv4l2videoenc.c:825:gst_v4l2_video_enc_handle_frame:<v4l2h264enc0> error: Maybe be due to not enough memory or failing driver 0:00:06.209123108 97 0xa71980 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool0:src> release buffer 0xc595e8 0:00:06.209180385 97 0xa71980 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool0:src> queuing buffer 0 0:00:06.209241162 97 0xa71980 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2src0:pool0:src:allocator> queued buffer 0 (flags 0x2003) 0:00:06.222530285 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1237:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeueing a buffer 0:00:06.222596451 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1335:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> dequeued buffer 3 (flags 0x2001) 0:00:06.222621358 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1362:gst_v4l2_allocator_dqbuf:<v4l2src0:pool0:src:allocator> Dequeued capture buffer, length: 921600 bytesused: 921600 data_offset: 0 0:00:06.222660432 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1265:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool0:src> dequeued buffer 0xb1114000 seq:3 (ix=3), mem 0xb110a650 used 921600, plane=0, flags 00002001, ts 19:23:43.955235000, pool-queued=1, buffer=0xb1114000 0:00:06.222685746 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1812:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> process buffer 0xb1afecdc 0:00:06.222706376 97 0xa71a30 TRACE v4l2bufferpool gstv4l2bufferpool.c:1845:gst_v4l2_buffer_pool_process:<v4l2src0:pool0:src> Only 1 buffer left in the capture queue. 0:00:06.222747172 97 0xa71a30 DEBUG v4l2src gstv4l2src.c:927:gst_v4l2src_create:<v4l2src0> ts: 19:23:43.955235000 now 19:23:43.985377134 delay 0:00:00.030142134 0:00:06.222774356 97 0xa71a30 LOG v4l2src gstv4l2src.c:964:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.133333332 out ts 0:00:00.529861394 0:00:06.222824911 97 0xa71a30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1482:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool0:src> release buffer 0xb1114000 0:00:06.222848430 97 0xa71a30 LOG v4l2bufferpool gstv4l2bufferpool.c:1153:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool0:src> queuing buffer 3 0:00:06.222890373 97 0xa71a30 LOG v4l2allocator gstv4l2allocator.c:1288:gst_v4l2_allocator_qbuf:<v4l2src0:pool0:src:allocator> queued buffer 3 (flags 0x2003) Nicolas Dufresne-5 wrote > Le mar. 20 oct. 2020 21 h 15, Miguel Won < > miguelwon@ > > a écrit : > >> Yes, I also tried with the device mapping: >> >> pi@raspberrypi:~/Ubiquo/GSTREAMER/install $ docker run -it >> --device=/dev/video0:/dev/video0 -v /opt/vc/:/opt/vc gst-base >> root@4e7f6736d7c4:/opt# cd gst-build/ >> root@4e7f6736d7c4:/opt/gst-build# python3 gst-env.py >> # gst-inspect-1.0 v4l2h264enc >> No such element or plugin 'v4l2h264enc' >> >> where "gst-base" is the name of the container. Does it need to be >> available at the time of the building process? Not really sure how to do >> it. >> > > It's runtime. The plugin is called video4linux2. To debug further, try to > run: > > > GST_DEBUG="v4l*:7" gst-inspect-1.0 video4linux2 > > Then share the logs, we can read it together to see what isnt right in > your > docker setup. > > > >> >> >> >> Nicolas Dufresne < > nicolas@ > > escreveu no dia terça, 20/10/2020 >> à(s) 23:54: >> >>> >>> >>> Le mar. 20 oct. 2020 16 h 00, Miguel Won < > miguelwon@ > > a écrit : >>> >>>> Hi, >>>> >>>> Following the issue raised here: >>>> >>>> >>>> https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/130#note_667565 >>>> >>>> I looking for some help. I'm trying to run a GStreamer pipeline in a >>>> docker container installed in a Raspberry Pi with Raspbian. It works >>>> fine >>>> except if I use v4l2h264enc. For some reason it is not installed during >>>> the >>>> gst-build process: >>>> >>>> # gst-inspect-1.0 v4l2h264encNo such element or plugin 'v4l2h264enc' >>>> >>>> >>>> To reproduce the problem. Raspberry Pi 4 with >>>> >>>> >>>> PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" >>>> >>>> NAME="Raspbian GNU/Linux" >>>> >>>> VERSION_ID="10" >>>> >>>> VERSION="10 (buster)" >>>> >>>> VERSION_CODENAME=buster >>>> >>>> ID=raspbian >>>> >>>> ID_LIKE=debian >>>> >>>> >>>> >>>> build docker with the dockerfile I send bellow, run, log to the >>>> container and try: >>>> >>>> >>>> gst-inspect-1.0 v4l2h264enc >>>> >>> >>> So you are probing the codec from inside a docker ? Have you mapped >>> require /dev/videoX nodes into your container? This element will only be >>> available if driver support is found. >>> >>> >>>> >>>> Thanks! >>>> >>>> >>>> >>>> The Dockerfile: >>>> >>>> >>>> >>>> # Copyright 2019 Google LLC >>>> # >>>> # Licensed under the Apache License, Version 2.0 (the "License"); >>>> # you may not use this file except in compliance with the License. >>>> # You may obtain a copy of the License at >>>> # >>>> # http://www.apache.org/licenses/LICENSE-2.0 >>>> # >>>> # Unless required by applicable law or agreed to in writing, software >>>> # distributed under the License is distributed on an "AS IS" BASIS, >>>> # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or >>>> implied. >>>> # See the License for the specific language governing permissions and >>>> # limitations under the License. >>>> >>>> FROM ubuntu:19.10 >>>> >>>> # Use GCE apt servers >>>> ARG GCE_REGION=us-west1 >>>> RUN cp /etc/apt/sources.list /etc/apt/sources.list.orig && \ >>>> sed -i "s/archive.ubuntu.com/${GCE_REGION}.gce.archive.ubuntu.com/g >>>> <http://archive.ubuntu.com/$%7BGCE_REGION%7D.gce.archive.ubuntu.com/g>" >>>> /etc/apt/sources.list >>>> >>>> # Install essentials >>>> RUN \ >>>> apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y >>>> --no-install-recommends \ >>>> curl \ >>>> build-essential \ >>>> ca-certificates \ >>>> git \ >>>> vim >>>> >>>> WORKDIR /opt >>>> >>>> >>>> ARG GST_BUILD_VERSION=1.18 >>>> >>>> # cloner repo for each gstreamer module >>>> RUN git clone https://github.com/GStreamer/gst-build && cd gst-build && >>>> git checkout ${GST_BUILD_VERSION} >>>> >>>> WORKDIR /opt >>>> >>>> # Install base build deps >>>> RUN \ >>>> apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y >>>> --no-install-recommends \ >>>> autopoint \ >>>> autoconf \ >>>> automake \ >>>> autotools-dev \ >>>> libtool \ >>>> gettext \ >>>> bison \ >>>> flex \ >>>> gtk-doc-tools \ >>>> libtool-bin \ >>>> libgtk2.0-dev \ >>>> libgl1-mesa-dev \ >>>> libopus-dev \ >>>> libpulse-dev \ >>>> libgirepository1.0-dev \ >>>> libv4l-dev \ >>>> libmount-dev \ >>>> libva-dev \ >>>> libusrsctp-dev \ >>>> libvpx-dev \ >>>> libgudev-1.0-0 \ >>>> libgudev-1.0-dev >>>> >>>> >>>> RUN \ >>>> apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y >>>> --no-install-recommends \ >>>> libwebrtc-audio-processing-dev \ >>>> libssl-dev \ >>>> libsrtp2-dev >>>> >>>> ARG USRSCTP_VERSION=6ce0f8fe7455e566a6833684ec5983547658856d >>>> RUN \ >>>> git clone https://github.com/sctplab/usrsctp.git && \ >>>> cd usrsctp && git checkout ${USRSCTP_VERSION} && \ >>>> ./bootstrap && ./configure --prefix=/usr && \ >>>> make && make install && make clean >>>> >>>> # Install meson build deps >>>> RUN \ >>>> apt-get update && apt install -y python3-pip python-gi-dev >>>> ninja-build && \ >>>> pip3 install meson >>>> >>>> # Install libnice from source >>>> ARG LIBNICE_VERSION=d6087ae5e0c1de2555f64d792c144d49bd816920 >>>> RUN \ >>>> git clone https://gitlab.freedesktop.org/libnice/libnice.git && \ >>>> cd libnice && git checkout ${LIBNICE_VERSION} && \ >>>> meson build --prefix=/usr && \ >>>> ninja -C build install >>>> >>>> # Build and install gst-plugins-ugly from source >>>> # This package includes the x264 encoder for non-nvenc accelerated >>>> pipelines. >>>> RUN \ >>>> apt-get update && apt install -y libx264-155 libx264-dev >>>> >>>> # Install meson build deps >>>> RUN \ >>>> apt-get update && apt install -y python3-pip python-gi-dev >>>> ninja-build && \ >>>> pip3 install meson >>>> >>>> # Build gstreamer >>>> RUN \ >>>> cd /opt/gst-build && \ >>>> meson builddir && \ >>>> ninja -C builddir >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> gstreamer-devel mailing list >>>> > gstreamer-devel@.freedesktop >>>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >>>> >>> _______________________________________________ >>> gstreamer-devel mailing list >>> > gstreamer-devel@.freedesktop >>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >>> >> _______________________________________________ >> gstreamer-devel mailing list >> > gstreamer-devel@.freedesktop >> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >> > > _______________________________________________ > gstreamer-devel mailing list > gstreamer-devel@.freedesktop > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |