mirror of
https://github.com/godotengine/godot.git
synced 2026-04-17 17:31:18 +00:00
- App pause/resume: Stop camera capture on background transition and restore on foreground, preventing resource leaks - Row stride: Handle pixel buffer row stride != width to prevent data corruption on devices with padded buffers - Device lock: Track lock state and properly unlock on deactivation - Input/output validation: Check canAddInput/canAddOutput before adding to capture session, with proper cleanup on failure |
||
|---|---|---|
| .. | ||
| buffer_decoder.cpp | ||
| buffer_decoder.h | ||
| camera_android.cpp | ||
| camera_android.h | ||
| camera_apple.h | ||
| camera_apple.mm | ||
| camera_feed_linux.cpp | ||
| camera_feed_linux.h | ||
| camera_linux.cpp | ||
| camera_linux.h | ||
| camera_win.cpp | ||
| camera_win.h | ||
| config.py | ||
| register_types.cpp | ||
| register_types.h | ||
| SCsub | ||