Skip to content

Commit

Permalink
Setting OV9282 as color camera resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticTonin committed Feb 23, 2024
1 parent ab73f0c commit e4dbe60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}

camToRgbRes = {
'OV9282' : dai.ColorCameraProperties.SensorResolution.THE_800_P,
'IMX378' : dai.ColorCameraProperties.SensorResolution.THE_4_K,
'S5K33D' : dai.ColorCameraProperties.SensorResolution.THE_800_P,
'IMX214' : dai.ColorCameraProperties.SensorResolution.THE_4_K,
Expand Down

0 comments on commit e4dbe60

Please sign in to comment.