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
69 stars 31 forks source link

NVIDIA Jetso Xavier NX Sony IMX568 gstreamer capture wrong image format (image two and a half times) #65

Closed AOSMarbacher closed 4 months ago

AOSMarbacher commented 4 months ago

Hello We use the Sony IMX586 via MIPI /CSI on an NVIDIA Jetson Xavier NX. We can stream images, but the images are displayed two and a half times.

IMX568 image error

We use the following GStreamer command: “gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! ‘video/x-raw(memory:NVMM),width=2464,height=2048,format=(string)NV12,framerate=(fraction)30/1’ ! nvvidconv ! queue ! autovideosink”

Does anyone have any idea what we have configured wrong?

AOSMarbacher commented 4 months ago

We found a solution for our problem. It was a wrong value for the “pix_clk_hz”.