Difference between revisions of "IMX219-200 Camera"

From Waveshare Wiki
Jump to: navigation, search
(Created page with "{{Infobox item |img=300px|alt=IMX219-200 Camera|link=https://www.waveshare.com/imx219-160-camera.htm|IMX219-200 Camera |caption=IMX219 sensor,...")
 
Line 1: Line 1:
 
{{Infobox item
 
{{Infobox item
|img=[[File:IMX219-160-Camera-3.jpg|300px|alt=IMX219-200 Camera|link=https://www.waveshare.com/imx219-160-camera.htm|IMX219-200 Camera]]
+
|img=[[File:IMX219-160-Camera-3.jpg|300px|alt=IMX219-200 Camera|link=https://www.waveshare.com/imx219-200-camera.htm|IMX219-200 Camera]]
 
|caption=IMX219 sensor, FOV 200, compatible with jetson nano
 
|caption=IMX219 sensor, FOV 200, compatible with jetson nano
 
|category=[[:Category:Modules|Modules]], [[:Category:Cameras|Cameras]]
 
|category=[[:Category:Modules|Modules]], [[:Category:Cameras|Cameras]]

Revision as of 06:11, 26 June 2019

IMX219-200 Camera
IMX219-200 Camera

IMX219 sensor, FOV 200, compatible with jetson nano
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

IMX219 Camera, 800 megapixels and 200 FOV. Compatible with Jetson nano

More

Test with Jetson Nano

Hardware connection

  • Insert the camera cable with the metal side facing the heatsink into the camera port on the Jetson Nano development kit.
    • Start the Jetson Nano.
  • Test camera.
    • Open the terminal (press Ctrl+ALT+T shortcut on the keyboard to open the terminal), and enter the following command to test the camera.
DISPLAY=:0.0 nvgstcapture-1.0
  • Test the dual camera.
    • If you need to test dual cameras, you can add sensor-id=x to select the camera. x can be 0 or 1.
#test video0
DISPLAY=:0.0 nvgstcapture-1.0 --sensor-id=0
#test video1
DISPLAY=:0.0 nvgstcapture-1.0 --sensor-id=1
  • If the camera shooting effect is reddish, you can follow the steps below:

1. Download the camera-override.isp file and extract it to a specific folder:

wget https://files.waveshare.com/upload/e/eb/Camera_overrides.tar.gz
tar zxvf Camera_overrides.tar.gz 
sudo cp camera_overrides.isp /var/nvidia/nvcam/settings/

2. Install files:

sudo chmod 664 /var/nvidia/nvcam/settings/camera_overrides.isp
sudo chown root:root /var/nvidia/nvcam/settings/camera_overrides.isp

【Notice】
- 12 of NV12 is a number, not a letter.

- The test screen is output to HDMI or DP screen, so when testing, first connect the screen to Jetson Nano.

  • Opencv calls the camera

If you want to use the opencv library to call the camera, you can refer to the official jetcam program

Resources

Related resources

FAQ

Support

Support

If you require technical support, please go to the Support page and open a ticket.