Hello, I am using this product to connect two cameras at the same time.
I flushed the Jetson Xavier while reading IMX185_R31.1_Xavier_NV_Quad_20190328_Driver_Guide’s setup procedure.
Then, I installed Argus software and tested the cameras.As a result, each camera operated normally.
However, the Gstreamer and v4l2-ctl capture raw did not work in the suggested way.
The command presented is as follows: (I used J3(video2) and J4(video3) port, DIPSW1 is turned off(Master mode). Of course, I changed the /dev/video number according to port.)
In this pipeline, the log is clear: WARNING: erroneous pipeline: syntax error it’s indicating that the option “e” of gst-launch is not being written correctly, it should be specified with a hyphen not a dash. The same pipeline you are using but fixed is:
When I perform: v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=3 --stream-to=IMX274.raw -d /dev/video0; I also only get the result: <<<. Could you tell me how to fix it? Thanks a lot.
Thanks for reply. In my mind, when I perform this cmd, there should be a window contained realtime video showed. But I just see <<< and a file named IMX274.raw. Maybe I don’t know the cmd. What’s this cmd aimed for? Not for video show? dmesg.txt (81.6 KB)
In the dmesg output you provided I couldn’t find anything unusual. I suggest running the command with --verbose option and --stream-count=1 (just one frame). After that try to display the raw data (IMX274.raw) in this page: http://rawpixels.net/ or using vooya (https://www.offminor.de/).
The command you are using is an application to call on V4L2 drivers. If you intend to display the streaming I suggest using GStreamer, you could use a command similar to this: