Skip to content

Commit

Permalink
fixup! Block manual cycle after init cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoe72 committed Jul 16, 2024
1 parent d5f317c commit e52bdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/usb_cam_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ class UsbCamNode
if (enable_auto_reset_exposure_)
{
resetExposureSettings();
init_cam_reset_ = true;
}
init_cam_reset_ = true;
}

bool spin()
Expand Down

0 comments on commit e52bdd5

Please sign in to comment.