Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ ~CameraLinux
Method
~CameraLinux
modules/camera/camera_linux.cpp:191–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
CameraLinux::~CameraLinux() {
192
exit_flag.set();
193
if (camera_thread.is_started()) {
194
camera_thread.wait_to_finish();
195
}
196
}
Callers
nothing calls this directly
Calls
3
set
Method · 0.45
is_started
Method · 0.45
wait_to_finish
Method · 0.45
Tested by
no test coverage detected