IMX678
| Spec | Value |
|---|---|
| Shutter type | rolling |
| Type | color |
| Sensor size | 1/1.8" (14.1mm) |
| Pixel size | 2 μm |
| Platform Support | RVC2 |
RVC2 supported resolutions
| Resolution name | Resolution size | Max FPS | MIPI lanes | Mode |
|---|---|---|---|---|
/ | 3840x2160 | 15 | 2 | Full resolution |
/ | 1920x1080 | 60 | 2 | Crop + Binning |
RVC2 driver limits
Manual limits
- Min FPS:
- Min exposure time: μs
- Max exposure time:
1 / CAM_FPSseconds. Eg. 33ms @ 30FPS
Auto limits
- Min exposure time: μs
- Max exposure time: Depends on the Anti-Banding mode:
- Anti-Banding mode OFF: ms
- Anti-Banding mode 50Hz: ms
- Anti-Banding mode 60Hz: ms
Python
1cam = pipeline.create(dai.node.ColorCamera) # Or MonoCamera
2# "OFF", "MAINS_50_HZ", or "MAINS_60_HZ"
3cam.initialControl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.OFF)