await_stream#
method
- UC480Client.await_stream(timeout: float = 3.0) bool#
Blocks until the first image is available from the stream.
- Parameters:
- timeoutfloat
The number of seconds to wait for the first image (default 3).
- Returns:
- bool
Trueif an image is available,Falseotherwise.