-
Notifications
You must be signed in to change notification settings - Fork 4.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
Multiple cameras in pyrealsense2 #1089
Comments
Hi @holstenholsten , |
Thank you for your reply! I meant cameras. Do you know of any example code that is equivalent to the C++ rs-multicam example, but in python? https://github.com/IntelRealSense/librealsense/tree/master/examples/multicam |
Unfortunately no. But the logic of rs-multicam could be easily converted to python. |
Thank you, I have looked into it and it seems doable. |
This usually ends up being a USB port/cable issue, You can try to look up other issues with similar issues and try the suggested solutions. Some major points: are you using USB3? is your cable long (>2m)? is this a USB hub with no external power? does the same thing happen on a different machine? |
Hello @holstenholsten, Do you still need help with this issue? Regards, |
Hi @jlgarcia75, We think we have the code in python for multiple cameras, but due to the hardware issues, we have not gotten to test it out yet. As far as I understand, there is only one usb bus in the macs. I also think the usb hub only has one chip-set. I am no expert in the usb-protocol, but could this be an issue? Do you have any ideas about what is happening? Kind regards, |
[Realsense Customer Engineering Team Comment] You can run below command to show the USB port capability on your MAC NB to us.
I suspect it could be the USB bandwidth issue once two D415 cameras both stream. If only one XHCI controller on MAC, it could be the case. |
I have two sr300 connected to an active usb 3.0 hub. It's a lot, but here it is: +-o AppleUSBXHCI Root Hub Simulation@14000000 <class AppleUSBRootHubDevice, id 0x100000352, registered, matched, active, busy 0 (6 ms), retain 11> |
[Realsense Customer Engineering Team Comment] |
Hi... |
[Realsense Customer Engineering Team Comment] do you need more support on this topic? |
I wrote an example of connecting multiple Realsense cameras in Python: |
Hi! Is there any way to capture depth and rgb from multiple sensors, using the python wrapper?
The text was updated successfully, but these errors were encountered: