Template: IMX219-Jetson-Camera-User-Guides

From Waveshare Wiki
Revision as of 09:50, 23 March 2022 by Waveshare-eng11 (talk | contribs)
Jump to: navigation, search

Test with Jetson Nano

Hardware connection

  • Connect the camera to CSI interface of Jetson Nano.Set the metal side of FFC into Heat-sink
  • Connect an HDMI LCD to Jetson Nano

Software setting

  • Power on Jetson Nano and open the Terminal (Ctrl+ALT+T)
  • Test the video0
nvgstcapture-1.0 --sensor-id=0
#nvgstcapture-1.0
  • Test the video1
nvgstcapture-1.0 --sensor-id=1
  • For more information about the Multimedial API of the Jetson, please refer to the document of NVIDIA
  • If you find that the image captured is reddish. You can try to download .isp file and installed:
wget https://www.waveshare.com/w/upload/e/eb/Camera_overrides.tar.gz
tar zxvf Camera_overrides.tar.gz 
sudo cp camera_overrides.isp /var/nvidia/nvcam/settings/
sudo chmod 664 /var/nvidia/nvcam/settings/camera_overrides.isp
sudo chown root:root /var/nvidia/nvcam/settings/camera_overrides.isp