Dear Forum,
I would like to test the following virtual camera which seems to be an alternative solution for v4l2loopback : GitHub - webcamoid/akvcam: akvcam, virtual camera for Linux . However, it currently receives limited number of input pixel formats :
Therefore, I would like to know how to convert the input of my following cameras into one of the above formats with hardware acceleration if possible, please :
Sony RAW Bayer camera via CSI2 (format=NV12)
Sony FCB camera via CSI2 (format=UYVY)
Webcam via USB (format=UYVY/MJPG)
Thanks and best regards,
Khang
Please check below topic. Also you may get more information by search “v4l2loopback” in this forum.
I’m trying to take frames through a v4l2 loopback driver. So I constructed a GStreamer pipeline and in which I couldn’t directly link the nvvidconv element to a v4l2 sink.
Here is the command I used
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=1920, height=1080,
framerate=30/1' ! nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080, framerate=30/1, format=I420'
! nvvidconv output-buffers=4 ! 'video/x-raw, width=1920, height=1080, framerate=30/1, fo…
Hi @ShaneCCC ,
Thanks for your reply. In fact, I am using v4l2loopback and facing the same issue of missing V4L2_MEMORY_DMABUF support which prevents us to use the nvv4l2camerasrc with v4l2loopback device .
That why I would like to try this potential alternative.
Best Regards,
Khang
system
Closed
April 24, 2024, 5:36am
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.