VC-MIPI-modules / vc_mipi_nvidia

Vision Components MIPI CSI-2 driver for NVIDIA Jetson Nano, Xavier NX, AGX Xavier, TX2 and Orin Nano, Orin NX
83 stars 34 forks source link

Issues with the nvarguscamerasrc and v4l2 pipeline #110

Open narbada18 opened 4 months ago

narbada18 commented 4 months ago

I am using the IMX183C sensor and have integrated the driver and DTSI with L4T 35.4.1. However, I am encountering issues with both the nvarguscamerasrc and v4l2 pipelines.

nvarguscamerasrc Pipeline:

When running the following GStreamer pipeline:

gst-launch-1.0` nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM),framerate=20/1' ! autovideosink

I am receiving an error. The details of the error are attached in the file.

gstreamer.txt

v4l2 Pipeline with OpenCV:

When using the v4l2 pipeline with OpenCV, the captured image is not as expected. I have attached the image along with the code I used for capturing it.

I would greatly appreciate any guidance you can provide to resolve these issues. captured_frame

capture.txt