bensondaled / pseyepy

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

Add build option for Ubuntu 22.04 #21

Open goldarte opened 9 months ago

goldarte commented 9 months ago

No manual build for libusb is required for Ubuntu 22.04. Also I made small syntax fix like in https://github.com/bensondaled/pseyepy/pull/18.

goldarte commented 9 months ago

I think installing libusb from ubuntu package registry is enough for other versions as well, but I don't have resources to test it.

elevator4096 commented 7 months ago

In python 3.10.12 platform.version() returns '#101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023' for me. I think we should use platform.freedesktop_os_release().get("VERSION") which returns '22.04.3 LTS (Jammy Jellyfish)' instead.