pseyepy
pseyepy copied to clipboard
Error when y try to load.
from pseyepy import Camera
initialize all connected cameras
c = Camera()
read from the camera/s
frame, timestamp = c.read()
when finished, close the camera
c.end()
from pseyepy import Camera
File "/usr/local/lib/python3.9/dist-packages/pseyepy/init.py", line 1, in