feat: no more warning on no video input

This commit is contained in:
2026-02-02 12:50:43 +01:00
parent 5d90ff4c44
commit c938345fc2

View File

@@ -128,7 +128,7 @@ class VisualEmotionRecognitionAgent(BaseAgent):
next_window_time = time.time() + self.window_duration
except zmq.Again:
self.logger.warning("No video frame received within timeout.")
pass
except Exception as e:
self.logger.error(f"Error in emotion recognition loop: {e}")