-
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
Up Board doesn't recognize D400 or ZR300 sensors... #970
Comments
Hello @labdlau, Librealsense requires specific permissions for USB devices. I would assume that you build from sources, therefore you need to apply udev rules according to this chapter in the installation guide. Please collect and post logs with the the output of Also note that while you don't mention the librealsense version you're using, the two devices are mutually incompatible - ZR300 is supported by Librealsense1 (legacy branch) only, while for D400 requires librealsense2 to run. |
Hi @labdlau |
I also has similar problem sudo realsense-viewer |
[Realsense Customer Engineering Team Comment] Please make sure to connect D400 series camera into the USB3 OTG port of the UP board. My test configurations as follows have no this issue. "rs-capture" and "realsense-viewer" can work well.
Do you use D415 camera? |
Hi @labdlau @pribadihcr |
Running the latest Ubuntu 16.04 LTS on the original UP Board. When running the realsense-viewer tool, I get a UVCVideo error that requires me to run:
sudo modprobe uvcvideo
but now I get the warning message:
03/01 13:10:35,500 WARNING [139849252468480] (backend-hid.cpp:1091) Failed to read busnum/devnum. Device Path: /sys/bus/iio/devices/iio:device0
while the viewer doesn't recognize the D400 sensor.
The text was updated successfully, but these errors were encountered: