bensondaled / pseyepy

PSEye-py: a python interface to the PS3Eye camera
Apache License 2.0
78 stars 26 forks source link

Error when y try to load. #19

Open ricardorector opened 9 months ago

ricardorector commented 9 months ago

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 from .cameras import Camera, cam_count ImportError: /usr/local/lib/python3.9/dist-packages/pseyepy/cameras.cpython-39-aarch64-linux-gnu.so: undefined symbol: udev_device_get_devnode