You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The default
cameraconfig.json
for Realsense cameras is missing a field for defining the master camera.The text was updated successfully, but these errors were encountered: