godot/modules/camera
KOGA Mitsuhiro 0284ce33b5 Improve camera_apple robustness and lifecycle handling
- 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
2026-04-04 01:43:25 +09:00
..
buffer_decoder.cpp Expose CameraFeed setters 2024-09-27 20:07:36 +08:00
buffer_decoder.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
camera_android.cpp Style: Apply clang-format grouping rules 2026-03-17 20:11:01 +01:00
camera_android.h Style: Apply clang-format grouping rules 2026-03-17 20:11:01 +01:00
camera_apple.h Improve camera_apple robustness and lifecycle handling 2026-04-04 01:43:25 +09:00
camera_apple.mm Improve camera_apple robustness and lifecycle handling 2026-04-04 01:43:25 +09:00
camera_feed_linux.cpp Remove unused includes in modules with clangd-tidy 2026-03-16 16:40:39 +01:00
camera_feed_linux.h Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS. 2025-03-31 20:49:50 +02:00
camera_linux.cpp Add CameraServer camera_feeds_updated signal, and document async behavior 2025-08-08 03:53:41 +09:00
camera_linux.h Remove unused includes in modules with clangd-tidy 2026-03-16 16:40:39 +01:00
camera_win.cpp Remove unused includes in modules with clangd-tidy 2026-03-16 16:40:39 +01:00
camera_win.h Remove unused includes in modules with clangd-tidy 2026-03-16 16:40:39 +01:00
config.py [iOS] Reintegrate camera module to the main repo. 2026-03-27 13:52:18 +02:00
register_types.cpp [iOS] Reintegrate camera module to the main repo. 2026-03-27 13:52:18 +02:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub [iOS] Reintegrate camera module to the main repo. 2026-03-27 13:52:18 +02:00