Specifications
- Pixels: 2 million
- Photosensitive chip: GC2093
- DSP: Auto gain/exposure/white balance
- Camera:
- CCD dimensions: 1/2.9inch
- Aperture (F): 2.2
- Focal length (EFL): 2.28mm
- Field of View (FOV): 170.2°(D) 144°(H) 77.6°(V)
- Distortion: < -27%
- Focus mode: Fixed focus
- Interface type: USB2.0
- Image:
- Supported image formats: MJPG, YUY2
- Static image resolution: 1920 × 1080
- Video recording support (MJPG):
- 30 FPS 1920 × 1080
- 30 FPS 1280 × 720
- 30 FPS 640 × 480
- 30FPS 1024×576
- 30FPS 640×480
- 30FPS 640×360
- Video recording support (YUY2):
- 15 FPS 1920 × 1080
- 20 FPS 1280 × 720
- 25FPS 640×480
- 25FPS 640×360
- Operating voltage: 5V ± 5%
- Operating temperature: 0°C ~ 50°C
- Dimensions: 38.00 × 38.00 × 19.01 (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