Skip to content

Commit

Permalink
Merge pull request #100 from luxonis/oak_s2_support
Browse files Browse the repository at this point in the history
Support for new S2/Pro devices
  • Loading branch information
alex-luxonis authored Jul 11, 2022
2 parents 47648f0 + 6b14f7b commit 7ddb0e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct ColorCameraProperties : PropertiesSerializable<Properties, ColorCameraPro
/**
* Select the camera sensor resolution
*/
enum class SensorResolution : int32_t { THE_1080_P, THE_4_K, THE_12_MP, THE_13_MP };
enum class SensorResolution : int32_t { THE_1080_P, THE_4_K, THE_12_MP, THE_13_MP, THE_720_P, THE_800_P };

/**
* For 24 bit color these can be either RGB or BGR
Expand Down

0 comments on commit 7ddb0e6

Please sign in to comment.