Skip to content

Commit

Permalink
feat: Default use_camera's FPS to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Aug 14, 2023
1 parent 834e91b commit cce5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/src/use_camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl CameraSettings {
impl Default for CameraSettings {
fn default() -> Self {
Self {
frame_rate: 60,
frame_rate: 30,
camera_index: CameraIndex::Index(0),
resolution: None,
camera_format: RequestedFormatType::AbsoluteHighestFrameRate,
Expand Down

0 comments on commit cce5126

Please sign in to comment.