You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
The interpol crash often.
We use Raspberry pi 4.
Here is the warning we get in Thonny Python IDE .
/home/pi/Hämtningar/AMG8833_IR_cam-main/examples/IR_cam_interp.py:68: MatplotlibDeprecationWarning:
The set_window_title function was deprecated in Matplotlib 3.4 and will be removed two minor releases later.
Use .FigureManagerBase.set_window_title or GUI-specific methods instead.
fig.canvas.set_window_title('AMG8833 Image Interpolation')
Traceback (most recent call last):
File "/home/pi/Hämtningar/AMG8833_IR_cam-main/examples/IR_cam_interp.py", line 83, in
status,pixels = sensor.read_temp(pix_to_read) # read pixels with status
File "../amg8833_i2c.py", line 125, in read_temp
raw = self.device.read16(GE_PIXEL_BASE + (i << 1))
File "../amg8833_i2c.py", line 92, in read16
result = self._bus.read_word_data(self._address,register) & 0xFFFF
OSError: [Errno 5] In/ut-fel
Any solution?
Regards from Sweden
The text was updated successfully, but these errors were encountered:
Hi.
The interpol crash often.
We use Raspberry pi 4.
Here is the warning we get in Thonny Python IDE .
/home/pi/Hämtningar/AMG8833_IR_cam-main/examples/IR_cam_interp.py:68: MatplotlibDeprecationWarning:
The set_window_title function was deprecated in Matplotlib 3.4 and will be removed two minor releases later.
Use
.FigureManagerBase.set_window_title
or GUI-specific methods instead.fig.canvas.set_window_title('AMG8833 Image Interpolation')
Traceback (most recent call last):
File "/home/pi/Hämtningar/AMG8833_IR_cam-main/examples/IR_cam_interp.py", line 83, in
status,pixels = sensor.read_temp(pix_to_read) # read pixels with status
File "../amg8833_i2c.py", line 125, in read_temp
raw = self.device.read16(GE_PIXEL_BASE + (i << 1))
File "../amg8833_i2c.py", line 92, in read16
result = self._bus.read_word_data(self._address,register) & 0xFFFF
OSError: [Errno 5] In/ut-fel
Any solution?
Regards from Sweden
The text was updated successfully, but these errors were encountered: