Skip to content

Commit

Permalink
abc: add get_is_streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ianohara committed Feb 25, 2025
1 parent 8c49a0c commit 1e7d13d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software/squid/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ def stop_streaming(self):
"""
pass

@abc.abstractmethod
def get_is_streaming(self):
pass

def read_frame(self) -> np.ndarray:
"""
If needed, send a trigger to request a frame. Then block and wait until the next frame comes in,
Expand Down

0 comments on commit 1e7d13d

Please sign in to comment.