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
I am trying to view frames from multiple D415 cameras using a script provided in #1735.
But the script fails with the following error:
Traceback (most recent call last):
File "test_multiple_rs.py", line 44, in <module>
frames_2 = pipeline_2.wait_for_frames()
RuntimeError: Frame didn't arrive within 5000
Viewing the cameras in realsense-viewer simultaneously works.
This problem happens on Ubuntu as well as macOS.
Update: Could have sth to do with the cams being connected thru USB 2.0 repeater cables, cuz seems to work if cams are connected with the USB cables that were shipped with the cams.
Update: pipeline_2.wait_for_frames(10000) seems to fix it
The text was updated successfully, but these errors were encountered:
anthnyprschka
changed the title
Cannot get frames from multiple D415 with pyrealsense2 - no problems in realsense-viewer
Cannot get frames from multiple D415 cameras with pyrealsense2 - no problems in realsense-viewer
Aug 27, 2021
I would also recommend not exceeding a maximum distance of 20 meters with active repeater extension cables, and using the official 1 meter cable supplied with the camera when performing firmware updates instead of doing so with an active repeater cable.
If you need to extend to longer distances (up to 100 meters) then ethernet networking cabling is recommendable, or fiber optic cable like the solution provided by the company Newnex (see the links below).
Issue Description
I am trying to view frames from multiple D415 cameras using a script provided in #1735.
But the script fails with the following error:
Viewing the cameras in realsense-viewer simultaneously works.
This problem happens on Ubuntu as well as macOS.
Update: Could have sth to do with the cams being connected thru USB 2.0 repeater cables, cuz seems to work if cams are connected with the USB cables that were shipped with the cams.
Update:
pipeline_2.wait_for_frames(10000)
seems to fix itThe text was updated successfully, but these errors were encountered: