mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Add CameraServer camera_feeds_updated signal, and document async behavior
This commit is contained in:
@@ -80,6 +80,7 @@ void CameraLinux::_update_devices() {
|
||||
free(devices);
|
||||
}
|
||||
|
||||
call_deferred("emit_signal", SNAME(CameraServer::feeds_updated_signal_name));
|
||||
usleep(1000000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user