feat: no more warning on no video input
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user