Hi, I am trying to implement a socket client on Openmv board with FLIR Lepton 3.5 to send the captured img with a periodic timer, but I met some problems when the thermal camera automatically calibrates.
I implement a periodic timer to snapshot and send the picture to the server, and everything is fine before the automatic calibration. However, when automatic calibration happened, the socket client sending program reported with [Errno 104] ECONNRESET, and I tried to deinit the timer and wait for some time to reconnect, but after twice reconnect but disconnect for probable calibration, the client cannot connect to the server anymore even the server is running.
I am wondering whether there is some signals before the automatic calibration happens, and I can stop the sensor.snapshot in advance to avoid the error happen, and how long time it takes the sensor to recover from the automatic calibration, and I can restart the streaming after everything.