【发布时间】:2021-03-21 19:01:34
【问题描述】:
我已经执行了 Pyepton_capture https://github.com/groupgets/pylepton 但我收到了这个错误信息 环境:树莓派 4
Traceback (most recent call last):
File "./pylepton_capture", line 37, in <module>
image = capture(flip_v = options.flip_v, device = options.device)
File "./pylepton_capture", line 10, in capture
a,_ = l.capture()
File "/home/pi/pylepton/pylepton/Lepton.py", line 153, in capture
Lepton.capture_segment(self.__handle, self.__xmit_buf, self.__msg_size, self.__capture_buf[0])
File "/home/pi/pylepton/pylepton/Lepton.py", line 125, in capture_segment
ret = ioctl(handle, iow, xs_buf[xs_size * (60 - messages):], True)
IOError: [Errno 90] Message too long
【问题讨论】:
标签: python raspberry-pi4