Hi there,
my MLX90640 is working in the sense that BasicReadings.py
gives me the expected rows of pure data.
Anyway, the Python example seeed_python_ircamera.py
(executed via ircamera ISC MLX90640
) starts a blank window, but is terminating soon. Here’s the error code:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/seeed_python_ircamera.py", line 99, in run
self.readData()
File "/usr/local/lib/python3.9/dist-packages/seeed_python_ircamera.py", line 87, in i2cRead
self.dataHandle.getFrame(hetData)
File "/usr/local/lib/python3.9/dist-packages/seeed_mlx9064x.py", line 125, in getFrame
status = self._GetFrameData(mlx90640Frame)
File "/usr/local/lib/python3.9/dist-packages/seeed_mlx9064x.py", line 154, in _GetFrameData
raise RuntimeError("Too many retries")
RuntimeError: Too many retries
Aborted
Any hints?
Thanks in advance!