This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f20f9ff19ef sched/group: skip group_release for kernel thread group
new 601d77c1801 video: ensure video library is non-empty
new ea05918799c sim: support camera framework multi-instance and dynamic
mounting
new 2a353fcc0cc sim: adapt macos avfoundation backend for camera indexing
and capture
new 7771cbd0d06 sim: fix mkallsyms for Objective-C symbols on macOS
new 99d639b9fec Documentation: add nxcamera documentation
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../applications/system/nxcamera/index.rst | 114 ++-
.../system/nxcamera/nxcamera_macos_sim.png | Bin 0 -> 438381 bytes
arch/sim/Kconfig | 13 +-
arch/sim/src/Makefile | 37 +-
.../sim/src/sim/macos}/CMakeLists.txt | 32 +-
.../src/sim/macos/sim_host_avfoundation_backend.m | 913 +++++++++++++++++++++
arch/sim/src/sim/posix/sim_host_v4l2.c | 320 +++++++-
arch/sim/src/sim/sim_camera.c | 173 ++--
arch/sim/src/sim/sim_hostvideo.h | 1 +
boards/sim/sim/sim/src/sim_bringup.c | 6 +-
tools/mkallsyms.sh | 3 +-
video/Makefile | 7 +
.../src/tc3xx/tc3xx_dummy.c => video/dummy.c | 4 +-
13 files changed, 1517 insertions(+), 106 deletions(-)
create mode 100644
Documentation/applications/system/nxcamera/nxcamera_macos_sim.png
copy {net/bluetooth => arch/sim/src/sim/macos}/CMakeLists.txt (56%)
create mode 100644 arch/sim/src/sim/macos/sim_host_avfoundation_backend.m
copy arch/tricore/src/tc3xx/tc3xx_dummy.c => video/dummy.c (96%)