I have raspberry pi 2018 HQ camera module v1.0 IMX 477 and jetson nano B01 I cannot understand the ridgesrun forum because this is my first time using Linux (I tried it but its for only till 4.5 jetpack). Some of topics show I have to remove r8 sensor others show I can directly install it via driver. I am using jetpack 4.6.1 and open cv 4.5.1 with CUDA. Can anyone please guide me through each step which I have to follow to get the camera working with my jetson.
Any help or direction would be appreciated .
- Remove the R8 resistor.
- use jetson-io to enable imx477
- save and reboot
- check if imx477 is loading correctly by “dmesg | grep -i imx477”
- Confirm by v4l2-ctl.
v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap
Hey, I have tried this and now the camera is working but I am not able to see any sort of dispay when i write the commands like
-
v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap
-
nvgstcapture-1.0 --orientation=2
-
gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! nvoverlaysink
Please check this command.
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM),width=1920,height=1080,framerate=30/1,format=NV12' ! nvvidconv ! fpsdisplaysink video-sink=xvimagesink sync=false -v
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.