From 9ac077a6b2d8efe9caba75c8332b5206777fbbfd Mon Sep 17 00:00:00 2001 From: James Hush Date: Sun, 25 May 2025 09:30:41 +0800 Subject: [PATCH] Save --- examples/foundational/18b-gstreamer.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/foundational/18b-gstreamer.py b/examples/foundational/18b-gstreamer.py index 60008871a..02c7373e1 100644 --- a/examples/foundational/18b-gstreamer.py +++ b/examples/foundational/18b-gstreamer.py @@ -50,7 +50,9 @@ class UserImageRequester(FrameProcessor): UserImageRequestFrame(self.participant_id), FrameDirection.UPSTREAM ) await self.push_frame( - TextFrame("Are there people in the image? Only answer with YES or NO.") + TextFrame( + "Is there a person wearing a blue shirt in this image? Only answer with YES or NO." + ) ) else: await self.push_frame(frame, direction) @@ -90,6 +92,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection, args: argparse.Names ir, va, moondream, + # alert_processor, # Send an email alert or something if the door is open transport.output(), # Transport bot output ] )