Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when y try to load. #19

Open
ricardorector opened this issue Nov 26, 2023 · 0 comments
Open

Error when y try to load. #19

ricardorector opened this issue Nov 26, 2023 · 0 comments

Comments

@ricardorector
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant