MCPcopy 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
191CameraLinux::~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

setMethod · 0.45
is_startedMethod · 0.45
wait_to_finishMethod · 0.45

Tested by

no test coverage detected