This is my first post here so please bear with me.
So i have tested my jetson nano with 2 logitech c270 usb cameras attached and managed to get video from both cameras at once and put them side by side to create a single video using this command:
However, I am now trying to do the same with some higher quality cameras. I have 2 usb 4K cameras capable of YUYV4.2.2 and MJPG, and i try to do the same as i did with the logitech ones: However, trying the same command spits out an error that videobox0 can’t handle caps. I’ve been trying all kinds of variations but all to no success. Anyone has any ideea how could i achieve the same but in higher resolution? I have managed at some point to get the video but only in YUYV which caps my fps at 1 for 4K resolution which is pretty bad.
Basically what i need is to get the 4k video in MJPG format from both cameras simultaneously with gstreamer and put the videos side by side to create a single video in the stereoscopis format. Can anyone give a hand!? Thaanks a bunch.
I use a Jetson 4 GB. I also have a 2GB one but i think on the 2G one i won’t be able to do this.
Attached image with cameras blue control led lighs that shows they are working and are accessed.
I have tested several times. Occasionally when starting the command i get this shortly after starting:
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could not read from resource.
Additional debug info:
gstv4l2bufferpool.c(1127): gst_v4l2_buffer_pool_poll (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
poll error 1: Success (0)
Execution ended after 0:00:04.291865421
Setting pipeline to NULL ...
Freeing pipeline ...
jetson1@jetson1-desktop:~$
So i imagine i may hit those hardware constraints you mentioned.