IMX219-C8M-77 Front Diagram
IMX219-C8M-77-NV Front Diagram
Mainboard Back Diagram
Overview
The IMX219-C8M-77/IMX219-C8M-77-NV is an 8-megapixel camera module designed for NVIDIA Jetson Nano, featuring a fixed focus 77° lens.
This product utilizes a back-illuminated CMOS image sensor produced by Sony. It offers excellent anti-blur characteristics and comes with 8 million pixels. It employs a 15P-1.0 MIPI interface, weighs only 3 grams, and supports the Jetson Nano operating system. Additionally, it can accommodate infrared supplementary lighting for night vision.
Features
- High-definition camera with 8 million pixels
- Onboard CMOS image sensor IMX219 from Sony, supporting infrared supplementary lighting, ISP (Image Signal Processing), high-speed video capture, and shadow compensation features
- Meets the basic functional requirements of high-sensitivity and high-frame-rate shooting applications
- Compatible with the Jetson Nano operating system
Specifications
Model | IMX219 C8M 77 | IMX219 C8M 77 NV |
---|---|---|
Dimensions | 25mm (L) x 24mm (W) x 5.3mm (H) ±0.2mm | |
Operating Temperature | -20℃~70℃ | |
Image Stability Temperature | 0℃~50℃ | |
Assembly Technology | SMT(ROSH) | |
Focus Mode | Fixed | |
Physical Distance | 30cm to Infinity | |
Resolution | 800 LW/PH (Center) | |
Interface | 15P-1.0 MIPI | |
Supply Voltage | 3.3V(Pin15) | |
Sensor | IMX219 (1/4" ) | |
Sensor Package | PLCC, Bare Chip | |
Resolution | 3296*2512 | |
Sensitivity | 600mv /(lux-sec) | |
Pixel Size | 1.12µm * 1.12µm | |
Max Image Transfer Rate | QSXGA at 30 frames per second | |
Signal-to-Noise Ratio | 39db | |
Dynamic Range | 69db | |
Output Format | 8/10-bit RGB RAM output | |
Lens Structure | 4P | |
F/No | 2.0 | |
EFL | 2.93mm | |
FOV | 77° | |
TV Distortion | <1.0% | |
Relative Illumination (Sensor) | 70% | |
IR Filter | 650±10nm | |
Infrared Supplementary Lighting | None | Available |
Dimensions
(The picture is for reference only, please subject to the real product.)
Usage
Connection Diagram Between Product and Jetson Nano
Connection and Usage with Jetson Nano
Connect the Camera module to the Jetson Nano's MIPI CSI connector using a 15P-1.0 MIPI cable. If night vision is required, install the infrared supplementary lighting. Start the Jetson Nano and open the terminal (use the shortcut Ctrl+Alt+T), then enter the following command
ls /dev/video*
If ‘video0' appears in the output, it indicates successful recognition and mounting.
Once successfully mounted, enter the command
nvgstcapture-1.0
You can use the command ‘nvgstcapture-1.0 --help' to view detailed usage instructions. This command allows you to preview the camera.
Additionally, you can use:
nvgstcapture-1.0 --sensor-id=x
To select the camera (where ‘x' can be 0 or 1).