IMX708
IMX708
| 规格 | 值 |
|---|---|
| 快门类型 | rolling |
| 类型 | color |
| 传感器尺寸 | 1/2.43" (10.5mm) |
| 像素尺寸 | 1.4 μm |
| 平台支持 | RVC2 |
RVC2 支持的分辨率
| 分辨率名称 | 分辨率尺寸 | 最高帧率 | MIPI 通道数 | 模式 |
|---|---|---|---|---|
THE_12_MP | 4608x2592 | 15 | 2 | Full resolution |
THE_2304X1296 | 2304x1296 | 30 | 2 | 2x2 Binning |
THE_1080_P | 1920x1080 | 30 | 2 | Cropped |
RVC2 驱动程序限制
手动限制
- 最低帧率:0.01
- 最短曝光时间:100 μs
- 最长曝光时间:
1 / CAM_FPS秒。例如,30FPS 下为 33ms
自动限制
- 最短曝光时间:1 μs
- 最长曝光时间:取决于抗闪烁模式:
- 抗闪烁模式 OFF:0 ms
- 抗闪烁模式 50Hz:0 ms
- 抗闪烁模式 60Hz:0 ms
Python
1cam = pipeline.create(dai.node.ColorCamera) # 或 MonoCamera
2# "OFF", "MAINS_50_HZ", 或 "MAINS_60_HZ"
3cam.initialControl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.OFF)高动态范围 (HDR)

Command Line
1python3 utilities/cam_test.py -cams cama,c -cres 1296 -misc hdr-exposure-ratio=2
2python3 utilities/cam_test.py -cams cama,c -cres 1296 -misc hdr-exposure-ratio=4
3python3 utilities/cam_test.py -cams cama,c -cres 1296 -misc hdr-exposure-ratio=8帧率范围
- 1920x1080:1.14 - 67。
- HDR 下最低帧率为 2.28
- 2304x1296:1.14 - 56。
- HDR 下最低帧率为 2.28
- 4608x2592:0.58 - 14.3