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.
2 parents 1d8e738 + ef833a9 commit f44c490Copy full SHA for f44c490
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