My sensor model is IMX735 with RAW12 output format. The command argus_camera -d 0 works fine, but when using gst-launch-1.0 v4l2src device=/dev/video0 ! xvimagesink, I get the following error. What could be the reason?
Yes, @ShaneCCC is correct.
The reason why the command that we shared works is because you need nvarguscamersrc element to be able to process bayer buffers using the NVIDIA Jetson’s ISP.
Now, do you have any other questions? Is there anything else we can help you with ?
Thank you for the explanation. If I need to write custom code to capture camera sensor data for real-time display and storage, while adjusting exposure and gain through the Argus API, could you please advise where to find relevant APIs or demo examples?