Skip to content

Commit

Permalink
add back --stream
Browse files Browse the repository at this point in the history
  • Loading branch information
jakethesnake420 authored Dec 13, 2024
1 parent 9fbd0bc commit 445816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/athena/streamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async def event_loop(self, end_event: threading.Event):
Runs until end_event is set.
"""
self.camera = NativeProcess("camerad", "system/camerad", ["./camerad"], True)
self.encoder = NativeProcess("encoderd", "system/loggerd", ["./encoderd"], True)
self.encoder = NativeProcess("encoderd", "system/loggerd", ["./encoderd", "--stream"], True)
logger.info("Native processes for camera and encoder initialized.")

stop_states = ['failed', 'closed']
Expand Down

0 comments on commit 445816e

Please sign in to comment.