Hello,
I'm trying to use Docker to control my phidgets on the PhidgetSBC, after installing the phidget drivers and python library on the docker container and trying to read from a voltage Input, I'm getting this message:
"No Phidgets were detected at all. Make sure your device is attached."
When I run the python script without docker it works fine, I am attaching the /dev folder to the container and using the --privileged mode to access devices on the host but it didn't change much, what do you think I am missing?
Thanks!