LJMUAstroecology / flirpy

Python library to interact with FLIR camera cores
Other
184 stars 54 forks source link

TAU2 no recognized #71

Closed rafariva closed 1 year ago

rafariva commented 2 years ago

Hi , i am trying to use the code with a FLIR TAU2, connected using the USB cable in a windows. and i get the follwing error

usb.core.NoBackendError: No backend available

just with this two lines of code

from flirpy.camera.tau import TeaxGrabber
camera = TeaxGrabber()

any help?

Saswata2303 commented 1 year ago

DId you find any solution to the problem? I am also facing the same issue.

jveitchmichaelis commented 1 year ago

This is an issue with libusb. You need to make sure you've installed it properly.

https://stackoverflow.com/questions/13773132/pyusb-on-windows-no-backend-available

jveitchmichaelis commented 1 year ago

Closing as not a flirpy issue.