RealSenseID icon indicating copy to clipboard operation
RealSenseID copied to clipboard

PORT access permission problem.

Open jeyyoon-ru opened this issue 3 years ago • 1 comments

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?

jeyyoon-ru avatar Jul 28 '21 10:07 jeyyoon-ru

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

gabime avatar Jul 28 '21 11:07 gabime