Skip to content

Commit

Permalink
Update FW; handle edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed May 20, 2024
1 parent acc1ad6 commit 7e50521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/Depthai/DepthaiDeviceSideConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot")

# "full commit hash of device side binary"
set(DEPTHAI_DEVICE_SIDE_COMMIT "ea5692bca917c3b09a4e4381663492b488297c33")
set(DEPTHAI_DEVICE_SIDE_COMMIT "0aec7e2c3c53a18677b339a89fa27233fc48b45d")

# "version if applicable"
set(DEPTHAI_DEVICE_SIDE_VERSION "")
3 changes: 1 addition & 2 deletions include/depthai/common/CameraFeatures.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 49,7 @@ inline std::ostream& operator<<(std::ostream& out, const dai::CameraSensorConfig
out << "minFps: " << config.minFps << ", ";
out << "maxFps: " << config.maxFps << ", ";
out << "type: " << config.type << ", ";
out << "fov: "
<< "{x:" << config.fov.x << ", ";
out << "fov: " << "{x:" << config.fov.x << ", ";
out << "y: " << config.fov.y << ", ";
out << "width: " << config.fov.width << ", ";
out << "height: " << config.fov.height << "}";
Expand Down
2 changes: 1 addition & 1 deletion shared/depthai-shared

0 comments on commit 7e50521

Please sign in to comment.