MIPI CSI camera inside docker container with JetPack 5.1

Hello,

I am having trouble using the camera inside docker container.

My current setup is as follows:

Running the camera on the host system without Docker works fine. Running the following command produces visible output from the sensor.

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM),width=1280, height=720, framerate=30/1, format=NV12' ! nvvidconv flip-method=0 ! 'video/x-raw,width=960, height=540' ! nvvidconv ! nvegltransform ! nveglglessink

Similar issue was described here but answer didn’t solve my problem: [link]

The problem occurs inside the docker container. I run docker with the following command:

sudo docker run -v /dev/video0:/dev/video0 --device=/dev/video0:/dev/video0 -v /lib/modules:/lib/modules --runtime nvidia --network host -it --cap-add SYS_PTRACE -v /tmp:/tmp nvcr.io/nvidia/l4t-base:r35.2.1

Then inside container I want to run camera with same command as on the host system + --gst-debug-level=2 flag. Command produces the following errors:

Setting pipeline to PAUSED ...

Using winsys: x11
Pipeline is live and does not need PREROLL ...
0:00:00.924015055    42 0xffff5c002270 WARN               structure gststructure.c:1861:priv_gst_structure_append_to_gstring: No value transform to serialize field 'display' of type 'GstEGLDisplay'
Got context from element 'eglglessink0': gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL;
Setting pipeline to PLAYING ...
New clock: GstSystemClock
0:00:00.932327476    42 0xaaaaf306db60 ERROR            egladaption gstegladaptation.c:660:gst_egl_adaptation_choose_config:<eglglessink0> Could not find matching framebuffer config
0:00:00.932439893    42 0xaaaaf306db60 ERROR            egladaption gstegladaptation.c:674:gst_egl_adaptation_choose_config:<eglglessink0> Couldn't choose an usable config
0:00:00.932492085    42 0xaaaaf306db60 ERROR          nveglglessink gsteglglessink.c:2709:gst_eglglessink_configure_caps:<eglglessink0> Couldn't choose EGL config
0:00:00.932544309    42 0xaaaaf306db60 ERROR          nveglglessink gsteglglessink.c:2767:gst_eglglessink_configure_caps:<eglglessink0> Configuring caps failed
0:00:00.932717334    42 0xaaaaf3530c00 ERROR          nveglglessink gsteglglessink.c:2808:gst_eglglessink_setcaps:<eglglessink0> Failed to configure caps
0:00:00.932878007    42 0xaaaaf3530c00 ERROR          nveglglessink gsteglglessink.c:2808:gst_eglglessink_setcaps:<eglglessink0> Failed to configure caps
0:00:00.932966039    42 0xaaaaf3530c00 WARN                GST_PADS gstpad.c:4231:gst_pad_peer_query:<nvegltransform0:src> could not send sticky events
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected...
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 3280 x 2464 FR = 21.000000 fps Duration = 47619048 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 3280 x 1848 FR = 28.000001 fps Duration = 35714284 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1920 x 1080 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1640 x 1232 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1280 x 720 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: Running with following settings:
   Camera index = 0
   Camera mode  = 4
   Output Stream W = 1280 H = 720
   seconds to Run    = 0
   Frame Rate = 59.999999
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
0:00:01.379325424    42 0xaaaaf3530c00 ERROR          nveglglessink gsteglglessink.c:2808:gst_eglglessink_setcaps:<eglglessink0> Failed to configure caps
0:00:01.392769900    42 0xaaaaf3530c00 ERROR         nvegltransform gstnvegltransform.c:419:gst_nvegl_transform_transform:<nvegltransform0> Something is wrong, EGLImage is expected.
0:00:01.392946828    42 0xaaaaf3530c00 WARN                 basesrc gstbasesrc.c:3072:gst_base_src_loop:<nvarguscamerasrc0> error: Internal data stream error.
0:00:01.393063373    42 0xaaaaf3530c00 WARN                 basesrc gstbasesrc.c:3072:gst_base_src_loop:<nvarguscamerasrc0> error: streaming stopped, reason error (-5)
0:00:01.393471183    42 0xaaaaf3530c00 ERROR          nveglglessink gsteglglessink.c:2808:gst_eglglessink_setcaps:<eglglessink0> Failed to configure caps
0:00:01.393582319    42 0xaaaaf3530c00 ERROR          nveglglessink gsteglglessink.c:2808:gst_eglglessink_setcaps:<eglglessink0> Failed to configure caps
0:00:01.393681008    42 0xaaaaf3530c00 ERROR          nveglglessink gsteglglessink.c:2808:gst_eglglessink_setcaps:<eglglessink0> Failed to configure caps
ERROR: from element /GstPipeline:pipeline0/GstNvArgusCameraSrc:nvarguscamerasrc0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline0/GstNvArgusCameraSrc:nvarguscamerasrc0:
streaming stopped, reason error (-5)
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Interrupt while waiting for EOS - stopping pipeline...
Execution ended after 0:00:18.447234724
Setting pipeline to NULL ...
GST_ARGUS: Cleaning up
CONSUMER: Done Success
GST_ARGUS: Done Success
0:00:19.584135213    42 0xaaaaf3531180 ERROR       nvarguscamerasrc gstnvarguscamerasrc.cpp:1673:consumer_thread:<nvarguscamerasrc0> Error in pool acquire buffer
Freeing pipeline ...

Without passing this volume from host system -v /lib/modules:/lib/modules I get an additional error → modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.10.104-tegra

If I pass DISPLAY env variable to the container ( -e DISPLAY=$DISPLAY) it gives following errors →

No EGL Display 
nvbufsurftransform: Could not get EGL display connection
nvbuf_utils: Could not get EGL display connection
nvbuf_utils: Could not get EGL display connection
No EGL Display 
nvbufsurftransform: Could not get EGL display connection
Setting pipeline to PAUSED ...

Using winsys: x11 
0:00:03.133211653    21 0xaaaaf3f78e40 ERROR            egladaption gstegladaptation_egl.c:155:gst_egl_adaptation_init_display:<eglglessink0> Could not get EGL display connection
0:00:03.133304742    21 0xaaaaf3f78e40 ERROR            egladaption gstegladaptation_egl.c:196:gst_egl_adaptation_init_display:<eglglessink0> Couldn't setup window/surface from handle
0:00:03.133353222    21 0xaaaaf3f78e40 ERROR          nveglglessink gsteglglessink.c:564:egl_init:<eglglessink0> Couldn't init EGL display
0:00:03.133431879    21 0xaaaaf3f78e40 ERROR          nveglglessink gsteglglessink.c:590:egl_init:<eglglessink0> Failed to perform EGL init
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...

Additional information:
camera is seen in /dev folder:

root@ubuntu:/# ls -l /dev/video0 
crw-rw----+ 1 root video 81, 0 Mar 31 06:10 /dev/video0
root@ubuntu:/# v4l2-ctl --list-devices
vi-output, imx219 9-0010 (platform:tegra-capture-vi:0):
	/dev/video0
  1. How can I get the camera working inside the container l4t based container? What is missing inside the container if the same command works on the host system?
  2. Furthermore I would like to make the camera work inside non-l4t based container. I need to use ubuntu 22.04 docker image with ROS2. Any suggestions for the ros2 driver that can work with mipi camera? I tried ros2_v4l2_camera without success and moved to trying make camera work inside l4t based container.

Hi,
Please try this and see if you can run nveglglessink in docker:
Using EGLSink with Kubernetes-deployed IVA - #5 by Fiona.Chen

It did help indeed. Now I am able to run the camera inside docker container based on l4t-base:r35.2.1 image. After xhost + it can connect to the DISPLAY correctly. (I’ve added -e DISPLAY=$DISPLAY). Could You provide me with information if there is any ROS2 driver that I could use with the camera?

Hello,

I have similar issue

My current setup is as follows:

Nvidia Jetson Xavier NX with Jetpack 5.1 freshly installed,
docker image: nvcr.io/nvidia/l4t-base:r35.2.1
camera model: e-cam217_cumIO234_mod

Running the camera on the host system without Docker works fine. Running the following command produces visible output from the sensor.

gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw, format=(string)UYVY, width=(int)1920, height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM), format=(string)I420, width=(int)1920, height=(int)1080" ! nvv4l2h264enc ! rtph264pay mtu=60000 ! udpsink clients=192.168.137.1:5600 sync=false

The problem occurs inside the docker container. I run docker with the following command:

sudo docker run -v /dev/video0:/dev/video0 --device=/dev/video0:/dev/video0 -v /lib/modules:/lib/modules --runtime nvidia --network host -it --cap-add SYS_PTRACE -v /tmp:/tmp nvcr.io/nvidia/l4t-base:r35.2.1
Then inside container, I want to run the camera with the same command as on the host system + --gst-debug-level=2 flag. The command produces the following errors:

root@desktop:/# gst-launch-1.0 --gst-debug-level=2  v4l2src device=/dev/video0 ! "video/x-raw, format=(string)UYVY, width=(int)1920, height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM), format=(string)I420, width=(int)1920, height=(int)1080" ! nvv4l2h264enc ! rtph264pay mtu=60000 ! udpsink clients=192.168.100.250:5600 sync=false
Setting pipeline to PAUSED ...
Opening in BLOCKING MODE
0:00:02.880586014    21 0xaaaae0494390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaaae04fb970 Failed to determine interlace mode
0:00:02.880804318    21 0xaaaae0494390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaaae04fb970 Failed to determine interlace mode
0:00:02.880950526    21 0xaaaae0494390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaaae04fb970 Failed to determine interlace mode
0:00:02.881135518    21 0xaaaae0494390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaaae04fb970 Failed to determine interlace mode
0:00:02.881914110    21 0xaaaae0494390 WARN                    v4l2 gstv4l2object.c:4497:gst_v4l2_object_probe_caps:<nvv4l2h264enc0:src> Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: Unknown error -1
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
NvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
0:00:02.956305333    21 0xaaaae0617aa0 WARN          v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:<nvv4l2h264enc0:pool:src> Uncertain or not enough buffers, enabling copy threshold
0:00:03.103406915    21 0xaaaae0617aa0 WARN          v4l2bufferpool gstv4l2bufferpool.c:809:gst_v4l2_buffer_pool_start:<v4l2src0:pool:src> Uncertain or not enough buffers, enabling copy threshold

and the pipeline is stopped and i get no response on the other side

root@desktop:/# ls -l /dev/video0
crw-rw----+ 1 root video 81, 0 Apr  9 11:08 /dev/video0
root@desktop:/# v4l2-ctl --list-devices
vi-output, ar0234 9-0042 (platform:tegra-capture-vi:0):
        /dev/video0

do you have any suggestions?

Hi,
You may try the command and see if saved video file is good:

root@desktop:/# gst-launch-1.0 --gst-debug-level=2  v4l2src device=/dev/video0 num-buffers=100 ! "video/x-raw, format=(string)UYVY, width=(int)1920, height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM), format=(string)I420, width=(int)1920, height=(int)1080" ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=test.mkv

replay within the container

root@desktop:/# gst-launch-1.0 --gst-debug-level=2  v4l2src device=/dev/video0 num-buffers=100 ! "video/x-raw, format=(string)UYVY, width=(int)1920, height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM), format=(string)I420, width=(int)1920, height=(int)1080" ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=test.mkv
Setting pipeline to PAUSED ...
Opening in BLOCKING MODE
0:00:03.208789274    21 0xaaab009c5390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab00a06770 Failed to determine interlace mode
0:00:03.208956345    21 0xaaab009c5390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab00a06770 Failed to determine interlace mode
0:00:03.209048088    21 0xaaab009c5390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab00a06770 Failed to determine interlace mode
0:00:03.209133848    21 0xaaab009c5390 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab00a06770 Failed to determine interlace mode
0:00:03.209567094    21 0xaaab009c5390 WARN                    v4l2 gstv4l2object.c:4497:gst_v4l2_object_probe_caps:<nvv4l2h264enc0:src> Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: Unknown error -1
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
NvMMLiteOpen : Block : BlockType = 4
Redistribute latency...
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
0:00:03.289655583    21 0xaaab00b22800 WARN          v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:<nvv4l2h264enc0:pool:src> Uncertain or not enough buffers, enabling copy threshold
0:00:03.441020953    21 0xaaab00b22800 WARN          v4l2bufferpool gstv4l2bufferpool.c:809:gst_v4l2_buffer_pool_start:<v4l2src0:pool:src> Uncertain or not enough buffers, enabling copy threshold

and the pipeline is stuck

replay not in the container

root@desktop:~/Documents/test_gst$ gst-launch-1.0 --gst-debug-level=2  v4l2src device=/dev/video0 num-buffers=100 ! "video/x-raw, format=(string)UYVY, width=(int)1920, height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM), format=(string)I420, width=(int)1920, height=(int)1080" ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=test.mkv
Setting pipeline to PAUSED ...
Opening in BLOCKING MODE
0:00:00.530555433 21776 0xaaab18a96930 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab18a589a0 Failed to determine interlace mode
0:00:00.530693193 21776 0xaaab18a96930 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab18a589a0 Failed to determine interlace mode
0:00:00.530810440 21776 0xaaab18a96930 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab18a589a0 Failed to determine interlace mode
0:00:00.530918472 21776 0xaaab18a96930 WARN                    v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0xaaab18a589a0 Failed to determine interlace mode
0:00:00.531095336 21776 0xaaab18a96930 WARN                    v4l2 gstv4l2object.c:4497:gst_v4l2_object_probe_caps:<nvv4l2h264enc0:src> Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: Unknown error -1
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
NvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
0:00:00.604861917 21776 0xaaab1890c400 WARN          v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:<nvv4l2h264enc0:pool:src> Uncertain or not enough buffers, enabling copy threshold
0:00:00.751451207 21776 0xaaab1890c400 WARN          v4l2bufferpool gstv4l2bufferpool.c:809:gst_v4l2_buffer_pool_start:<v4l2src0:pool:src> Uncertain or not enough buffers, enabling copy threshold
0:00:00.799469003 21776 0xaaab1890c400 WARN                 v4l2src gstv4l2src.c:914:gst_v4l2src_create:<v4l2src0> Timestamp does not correlate with any clock, ignoring driver timestamps
H264: Profile = 66, Level = 0
0:00:00.848886350 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
NVMEDIA: Need to set EMC bandwidth : 1833000
NVMEDIA: Need to set EMC bandwidth : 1833000
NVMEDIA_ENC: bBlitMode is set to TRUE
0:00:00.876682301 21776 0xaaab1890c580 WARN          v4l2bufferpool gstv4l2bufferpool.c:1533:gst_v4l2_buffer_pool_dqbuf:<nvv4l2h264enc0:pool:src> Driver should never set v4l2_buffer.field to ANY
0:00:00.887631415 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:00.926963392 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:00.965999145 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.005294674 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.044228699 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.086828578 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.126632523 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.165695668 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.202480126 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.241441223 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.280272529 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.319420122 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.358327875 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.397888140 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.436765781 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.473735615 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.512729480 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.551440081 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.590236059 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.629099588 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.668040077 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.706873910 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.745708608 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.782423850 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.821366035 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.860157756 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.898923078 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.937904591 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:01.976792824 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.015614177 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.053175595 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.089318774 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.128531487 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.167845256 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.206644017 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.245593338 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.284430755 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.323241133 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.360789495 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.399647392 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.438457513 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.477097906 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.515768636 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.554814757 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.593615438 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.632347671 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.669771073 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.708616395 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.747312500 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.785967837 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.824648199 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.863533392 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.902306105 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.939168739 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:02.977901133 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.016729718 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.055397503 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.093984681 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.132607602 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.172415131 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.210011044 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.246624079 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.285323480 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.324105218 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.362807403 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.401452820 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.440166685 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.479011719 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.515586289 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.554297275 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.592964516 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.631639597 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.670364470 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.708976000 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.747572041 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.786379826 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.823518621 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.862300806 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.900943727 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.939593881 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:03.978300322 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.016866507 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.058075859 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.096893820 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.134176166 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.173295151 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.212203961 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.251049154 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.289730347 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.328322037 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.366951966 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.403450697 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff8016a480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.442133618 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.480855355 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.519595012 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0076c0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.558534222 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c0075a0 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.597186807 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007480 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.635766144 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007360 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.674381418 21776 0xaaab1890c400 WARN              bufferpool gstbufferpool.c:1235:default_reset_buffer:<nvv4l2h264enc0:pool:sink> Buffer 0xffff7c007240 without the memory tag has maxsize (192) that is smaller than the configured buffer pool size (3133440). The buffer will be not be reused. This is most likely a bug in this GstBufferPool subclass
0:00:04.690519840 21776 0xaaab1890c580 WARN           v4l2allocator gstv4l2allocator.c:1510:gst_v4l2_allocator_dqbuf:<nvv4l2h264enc0:pool:src:allocator> V4L2 provided buffer has bytesused 0 which is too small to include data_offset 0
Got EOS from element "pipeline0".
Execution ended after 0:00:04.156202330
Setting pipeline to NULL ...
Freeing pipeline ...

any suggestions?

Hi,
It seems like it gets stuck in writing to a file. Please set location to absolution path for a try:

... ! filesink location=/tmp/test.mkv

Hello there,

Do you know if there is ROS2 driver for MIPI CSI camera that could work on jetson?

Hi @tomcio_kapron, you could use the video_source node from the ros_deep_learning package: https://github.com/dusty-nv/ros_deep_learning#video_source-node

That package is already built into the ros:pytorch containers for Jetson: https://github.com/dusty-nv/ros_deep_learning#installation

i manage to solve the isue with the --privileged flag

sudo docker run --privileged -v /dev/video0:/dev/video0 --device=/dev/video0:/dev/video0 -v /lib/modules:/lib/modules --runtime nvidia --network host -it --cap-add SYS_PTRACE -v /tmp:/tmp nvcr.io/nvidia/l4t-base:r35.2.1

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.