Using the Moonshine SDK
Stream
Stream to get understand videos in real time.
Basic Setup
Streaming
Stream Object
Create a streaming object to capture video from your device.
Available Sources
List all available video sources on your device.
Example output:
Setting a Source
Select which source to use for streaming.
Starting a Stream
Start capturing video from the selected source.
Best Practices
- Always ensure
performance=True
when creating an index for streaming. - Use
ms.sources()
to verify available devices before setting a source. - Set reasonable timeouts for streaming to prevent excessive resource usage.
- Combine streaming and batch uploads for maximum flexibility.