sim/camera: add AVFoundation backend and multi-cam support#18745
Merged
xiaoxiang781216 merged 5 commits intoapache:masterfrom May 8, 2026
Merged
sim/camera: add AVFoundation backend and multi-cam support#18745xiaoxiang781216 merged 5 commits intoapache:masterfrom
xiaoxiang781216 merged 5 commits intoapache:masterfrom
Conversation
anchao
previously approved these changes
Apr 15, 2026
acassis
requested changes
Apr 15, 2026
Contributor
acassis
left a comment
There was a problem hiding this comment.
@PeterBee97 WOW! Amazing! Please update the nxcamera Documentation/ to include this new parameter: https://nuttx.apache.org/docs/latest/applications/system/nxcamera/index.html
Contributor
|
@PeterBee97 please include this picture in the Documentation page, it is funny :-) |
simbit18
previously approved these changes
Apr 15, 2026
d0fdb9c to
1131750
Compare
Contributor
Author
As u wish :) |
1131750 to
f1c856b
Compare
simbit18
previously approved these changes
Apr 16, 2026
acassis
previously approved these changes
Apr 16, 2026
Contributor
acassis
left a comment
There was a problem hiding this comment.
@PeterBee97 Amazing! Thank you very much!
f1c856b to
c2ea6da
Compare
Contributor
|
Hi @PeterBee97 please fix |
6b24b6b to
6ae23c9
Compare
28dda56 to
13efe13
Compare
jerpelea
previously approved these changes
Apr 29, 2026
acassis
previously approved these changes
Apr 29, 2026
xiaoxiang781216
requested changes
Apr 29, 2026
Contributor
408638b to
60bdeaf
Compare
xiaoxiang781216
previously approved these changes
May 8, 2026
added 4 commits
May 8, 2026 14:10
Allow the SIM camera/V4L2 capture framework to manage multiple imgdata instances with dynamic mounting. This avoids cross-talk between camera streams when multiple devices are used. Signed-off-by: Peter Bee <bijunda@bytedance.com>
Adapt the macOS AVFoundation backend for multi-device discovery, camera index mapping and capture startup compatibility. This enables reliable use of multiple cameras through the SIM camera framework. Signed-off-by: Peter Bee <bijunda@bytedance.com>
/Library/Developer/CommandLineTools/usr/bin/c++filt: error: unknown argument '-[' Signed-off-by: Peter Bee <bijunda@bytedance.com>
Document the nxcamera command usage, including device selection, resolution, and pixel format options. Also mention recent support for multi-instance camera mounting and the macOS AVFoundation backend on the SIM platform. Signed-off-by: Peter Bee <bijunda@bytedance.com>
xiaoxiang781216
approved these changes
May 8, 2026
Contributor
Author
|
Looks like CI breaks on unrelated paths. The previous build succeeded on all except Linux sim-02, which was fixed by the latest change. |
jerpelea
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add AVFoundation backend and multi-cam support, enabling macOS users as well as Linux users to use multiple cameras on Simulator.
Impact
mkallsymshost-tool behavior for Objective-C symbols on macOSTesting
Tested on:
sim:nxcamera