From e52bdd53b91ff81aaebbc2e1900d37449d5efdf1 Mon Sep 17 00:00:00 2001 From: Hendry Joe Date: Mon, 15 Jul 2024 22:51:27 -0700 Subject: [PATCH] fixup! Block manual cycle after init cycle --- nodes/usb_cam_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/usb_cam_node.cpp b/nodes/usb_cam_node.cpp index d28271f9..fb0dcb55 100644 --- a/nodes/usb_cam_node.cpp +++ b/nodes/usb_cam_node.cpp @@ -408,8 +408,8 @@ class UsbCamNode if (enable_auto_reset_exposure_) { resetExposureSettings(); - init_cam_reset_ = true; } + init_cam_reset_ = true; } bool spin()