Skip to content

Commit

Permalink
Remove the default FPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Feb 6, 2025
1 parent 113420a commit 107a2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/depthai/properties/CameraProperties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ struct CameraProperties : PropertiesSerializable<Properties, CameraProperties> {
/**
* Camera sensor FPS
*/
float fps = 30.0;
float fps = AUTO;

/**
* Isp 3A rate (auto focus, auto exposure, auto white balance, camera controls etc.).
Expand Down

0 comments on commit 107a2d4

Please sign in to comment.