We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c25ba commit 3918ad7Copy full SHA for 3918ad7
1 file changed
README.rst
@@ -19,6 +19,7 @@ easy interaction with a BrainFrame server.
19
connection_options={"url": "rtsp://192.168.1.100"},
20
runtime_options={},
21
))
22
+ api.start_analyzing(stream_config.id)
23
# Get results
24
analysis_results = api.get_latest_zone_statuses()
25
0 commit comments