groupgets / pylepton

Quick and dirty pure python library for interfacing with FLIR lepton
MIT License
208 stars 93 forks source link

Error while executing #36

Open wordblind opened 4 years ago

wordblind commented 4 years ago

pi@raspberrypi:~/pylepton $ sudo pylepton_overlay -a 255 Traceback (most recent call last): File "/usr/local/bin/pylepton_overlay", line 29, in main with Lepton(device) as l: File "/usr/local/lib/python2.7/dist-packages/pylepton/Lepton.py", line 84, in __enter__ ioctl(self.__handle, SPI_IOC_RD_MODE, struct.pack("=B", Lepton.MODE)) IOError: [Errno 25] Inappropriate ioctl for device

Rellim7 commented 3 years ago

@wordblind did you ever solve this issue? I am experiencing the same

alexpp97 commented 3 years ago

i have the same problem