nuttx-apps/examples/camera
wangjianyu3 10056077f4 examples/camera: fix build error and still capture logic
Add missing #include <sys/boardctl.h> in camera_bkgd.c to fix
implicit declaration of boardctl() and undeclared BOARDIOC_NX_START.

Also fix capture_num check in camera_main.c to only apply still
capture size enumeration when capture_type is STILL_CAPTURE.

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2026-03-16 17:45:24 +01:00
..
camera_bkgd.c examples/camera: fix build error and still capture logic 2026-03-16 17:45:24 +01:00
camera_bkgd.h examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
camera_fileutil.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
camera_fileutil.h examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
camera_main.c examples/camera: fix build error and still capture logic 2026-03-16 17:45:24 +01:00
CMakeLists.txt examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Kconfig examples: Add depends on 2025-01-03 21:28:20 +08:00
Make.defs examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00