-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How do I time synchronize multiple L515s? #2105
Comments
Hi @jieunko First, may I confirm which depth resolution you are using for the two cameras, which are presumably simultaneously active. The white paper recommends 2 simultaneous cameras if using 1024x720 (XGA resolution) or up to 3 simultaneous cameras if using 640x480 (VGA resolution). The paper describes that capture of a pair of cameras follows the process below when Python is used to control the cameras.
Example Python code, which could be trimmed down for 2 cameras instead of the paper's 8 (cameras 0-7), is provided in the appendix of the white paper. https://dev.intelrealsense.com/docs/lidar-camera-l515-multi-camera-setup#section-appendix Are you controlling the on-off status of 2 cameras simultaneously with Python scripting using the method above, please? Or are you using a different method such as ROS to define L515 multi-camera capture (as this question is posted on the RealSense ROS forum rather than the main librealsense forum at https://github.com/IntelRealSense/librealsense/issues/ ). |
Hello! @MartyG-RealSense |
It's fine to continue the case on this forum. :) You can set Inter Cam Sync Mode in ROS, though just to the extent of setting the mode value rather than setting the GPIO to Out, High or Low as the Python script does. An L515 user in #1540 (comment) took the approach of setting the Inter Cam Sync Mode value in ROS by loading a json camera configuration file as part of their launch process. The mode is also settable in ROS1 (Kinetic, Melodic or Noetic) as a dynamic_reconfigure parameter during runtime after launch, as described in #984 (comment) |
So it seems like time sync two camera and removing interference is quite impossible.. |
Hi @MartyG-RealSense |
A list for the L515 is provided in the link below. https://dev.intelrealsense.com/docs/ros-wrapper#section-l-500-lidar-depth-cameras |
Hi @jieunko Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
I have been following multi L515 setup whitepaper
https://dev.intelrealsense.com/docs/lidar-camera-l515-multi-camera-setup
It removed interference of the depth images between two l515 cam.
However there is time difference between the images which should not expected.
Any suggestion would be helpful. Thank you
The text was updated successfully, but these errors were encountered: