RealSenseID
RealSenseID copied to clipboard
PORT access permission problem.
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?
I think this PR https://github.com/IntelRealSense/RealSenseID/pull/41 can help you achieving this.