Inland Raspberry Pi Wide Angle Infrared Camera
Specification
- Raspberry Pi Camera, supports all Raspberry Pi Boards.
- Comes with infrared LED, supports night vision
- 5 megapixel OV5647 sensor
- CCD size: 1 / 4inch
- Aperture (F): 2.35
- Focal Length: 3.6mm adjustable
- Field of View ( Physical ): 130 degree
- Sensor best resolution: 1080p
- 4 screw holes to fix the IR lights or holder.
- Provides 3.3V power output
- Supports connecting infrared LED and / or fill flash LED
- Dimension: 31 mm × 32 mm
Want to use camera module filmed a video, you can run from the command line raspivid tools. The following orders will be in accordance with the default configuration (length of 5 seconds, 1920 x1080 resolution, bit rate 17 MBPS) filming a video.
$raspivid -o mykeychain.h264
If you want to change the shooting time, just set the length you want through the "- t" option (in milliseconds).
$raspivid -o mykeychain.h264 -t1800e
使用“-W”和“-H”选项将分辨率降低到1280x720
$raspivid -o mykeychain.h264 -t 1008 -w 1280 -h 720