Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default cameraconfig for Realsense missing master camera field #126

Open
troeggla opened this issue Aug 2, 2024 · 1 comment
Open

Default cameraconfig for Realsense missing master camera field #126

troeggla opened this issue Aug 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@troeggla
Copy link
Member

troeggla commented Aug 2, 2024

The default cameraconfig.json for Realsense cameras is missing a field for defining the master camera.

@jackjansen
Copy link
Contributor

This isn't as serious as I thought it was.

The current realsense implementation does a sort of "auto master": if the cameras support sync it will pick a random camera to be the master and the rest to be slaves. That should work perfectly fine, given the bus-architecture of the realsense sync solution.

But we do need to look at sync, because we may want to use another value for slaves (currently we apparently only sync the D camera, not the RGB camera), and we may also want to experiment with genlock-basd syncing (which should be supported nowadays).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants