-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
After upgrade librealsense by apt , it can't detect and connect the camera SR300 .
Required Info | |
---|---|
Camera Model | SR300 |
Firmware Version | |
Operating System & Version | Ubuntu 18.04 |
Kernel Version (Linux Only) | 5.0.0-32-generic |
Platform | PC |
SDK Version | 2.30.0 |
Language | C++/python |
Segment | others |
Issue Description
Timestamp: 1573383002959.180176
Severity: Warn
Description: RealSense UDEV-Rules are missing!
UDEV-Rules permissions configuration
for RealSense devices.
Missing/outdated UDEV-Rules will cause 'Permissions Denied' errors
unless the application is running under 'sudo' (not recommended)
In case of Debians use:
sudo apt-get upgrade/install librealsense2-udev-rules
To manually install UDEV-Rules in terminal run:
$ sudo cp ~/.99-realsense-libusb.rules /etc/udev/rules.d/99-realsense-libusb.rules && sudo udevadm control --reload-rules && udevadm trigger
I have run this commands but it doesn't work.
Metadata
Metadata
Assignees
Labels
No labels