IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 57 forks source link

PORT access permission problem. #104

Open jeyyoon-ru opened 3 years ago

jeyyoon-ru commented 3 years ago

os : ubuntu

I tried to install python SDK and tried run sample codes. But I got an error number 13 which representing permission denied error.

I solved the issue with a command $ sudo chmod 666 /dev/ttyACM0

but I know the problem will happens when the port number changes.

How to solve this problem regardless of port number?

gabime commented 3 years ago

I think this PR https://github.com/IntelRealSense/RealSenseID/pull/41 can help you achieving this.