Skip to content

Commit 56f3b7f

Browse files
committed
camera annotation text is reset when program ends
1 parent 3b110f4 commit 56f3b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def run(self):
129129
logging.info("quit: " + str(re))
130130
finally:
131131
get_cam().video_stop() #if video is running, stop it
132+
get_cam().set_text(' ')
132133
get_motion().stop()
133134
self._running = False
134135

0 commit comments

Comments
 (0)