Skip to content

Commit

Permalink
updated default resolution (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam authored Oct 13, 2023
1 parent 9b40c9e commit 216fbdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions depthai_ros_driver/src/dai_nodes/sensors/sensor_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ namespace depthai_ros_driver {
namespace dai_nodes {
namespace sensor_helpers {
std::vector<ImageSensor> availableSensors = {{"IMX378", "1080P", {"12MP", "4K", "1080P"}, true},
{"OV9282", "800P", {"800P", "720P", "400P"}, false},
{"OV9782", "800P", {"800P", "720P", "400P"}, true},
{"OV9281", "800P", {"800P", "720P", "400P"}, true},
{"OV9282", "720P", {"800P", "720P", "400P"}, false},
{"OV9782", "720P", {"800P", "720P", "400P"}, true},
{"OV9281", "720P", {"800P", "720P", "400P"}, true},
{"IMX214", "1080P", {"13MP", "12MP", "4K", "1080P"}, true},
{"IMX412", "1080P", {"13MP", "12MP", "4K", "1080P"}, true},
{"OV7750", "480P", {"480P", "400P"}, false},
Expand Down

0 comments on commit 216fbdd

Please sign in to comment.