diff --git a/software/squid/abc.py b/software/squid/abc.py index c291e0b8..b26774ff 100644 --- a/software/squid/abc.py +++ b/software/squid/abc.py @@ -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,