-
Notifications
You must be signed in to change notification settings - Fork 26
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
Try to show images from multiple realsense devices #18
Comments
Hi, @Wesley-Lin I don't have the R200 device yet. So i have on idea. Sorry. Some time we need replug realsense device is still an issue. What is the error information? Maybe you can change the mmap buffer to 1 and test it. Thx |
Hi BlazingForests and Wesley-Lin , |
Hi, I think this is an hardware limit problem. We suppose each F200 work in RGB(1920x1080@30) + D(640x480@30) + I(640x480@30) mode So there have The USB3.0 port theoretical speed is 5Gb/s , by reason of some technical issue (eg. 8b/10b encoding ...), maybe 3.2Gb/s = 400MB/s , But actual speed maybe more lower. So one USB3.0 port(NO hub) maybe support only one F200! The intel Z97 chipset have only 6 USB3.0 port.(http://www.intel.com/content/www/us/en/chipsets/performance-chipsets/z97-chipset-diagram.html) So..... R200 even have three camera!!! so..... You can check your hardware first. thx |
Thanks BlazingForests, |
Hello You hope you got this to work looking to do some thing similar. Yes you can't have multiple cameras on the same usb bus because of bandwidth problems and other issues. If you got it to work and have details please post. Cheers. |
Hi BlazingForests,
I write a application to read realsense R200 via v4l2, it would be ok if launch single device. However, if I want to show two images from two devices, it only shows one image, the other app seems cannot get data. Have yo had any experience of showing multiple devices ?
The other issue is that when I read RGB data from single device, in first time it can get data, but it cannot get data after that unless I physically replug and plug R200, do you have any idea for that ?
Thanks
Regards
The text was updated successfully, but these errors were encountered: