We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d130a commit ef833a9Copy full SHA for ef833a9
modules/camera/camera_linux.cpp
@@ -169,6 +169,7 @@ inline void CameraLinux::set_monitoring_feeds(bool p_monitoring_feeds) {
169
170
CameraServer::set_monitoring_feeds(p_monitoring_feeds);
171
if (p_monitoring_feeds) {
172
+ exit_flag.clear();
173
camera_thread.start(CameraLinux::camera_thread_func, this);
174
} else {
175
exit_flag.set();
0 commit comments