Overview
Specifications
- Pixels: 5 million
 - Resolution: 2592 × 1944
 - Photosensitive chip: IMX335
 - DSP: Auto gain/exposure/white balance
 - Camera:
- CCD size: 1/2.8 inch
 - Aperture (F): 2.4
 - Focal length (EFL): 3.25 mm
 - Field of View (FOV): 91.7° (D)
 - Distortion: < -1.22%
 - Focus mode: Fixed focus
 
 - Interface type: USB2.0
 - Image:
- Supported image formats: MJPG, YVY2
 - Static image resolution: 2592 × 1944
 - Video recording support:
- 30 FPS 2592 × 1944
 - 30 FPS 1920 × 1080
 - 30 FPS 1280 × 720
 
 - Dynamic range: 71.6dB@8xgain
 - Signal-to-noise ratio (SNR): 36dB
 
 - Audio: Onboard microphone
 - Operating voltage: 5V ± 5%
 - Operating temperature: 10°C ~ 60°C
 - Outline dimensions: 25.00 × 24.00 (mm)
 - Supported systems: Windows, Linux, MacOS
 
Working with Windows PC
Test Software
Currently, a camera software is generally pre-installed with Windows 10 systems. You can test it by opening the camera software that comes with your Windows computer.
If you are using the Windows 7 system, or if the camera software cannot be found in the system, you can download and install the AMCAP test software provided by us from Resources->Softwares.
Test Steps
- Window camera software
 
- Search for "Camera" to open the software
 - Click the gear icon in the upper left corner to open the settings interface, where you can set the resolution for taking pictures or videos

 
- Click the video or capture icon on the right to switch between recording and shooting
 
- AMCap software
 
- Download and install AMCap software
 - You can click on the Option option and select Video Capture Pin... or Still Capture Pin... to set the parameters of the image and video

 
Working with Raspberry Pi
- Open the Raspberry Pi terminal, enter the command to install the Luvcview software
- sudo apt-get install luvcview -y
 
 - After installation, enter the command on the terminal to open the software for USB camera testing
 
- sudo luvcview -s 1920x1080
 

Working with Jetson Nano Developer Kit
- Open the Jetson Nano Developer Kit terminal (open with Ctrl+Alt+T or mouse click)
 - Input the following command to preview:
- nvgstcapture-1.0 --camsrc=0
 
 - After inputting, a preview window will open
 
Note: In practical application, you may need to call with a program, and you can refer to Opencv and other related image processing library materials by yourself