We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568bc1a commit 3a2b8faCopy full SHA for 3a2b8fa
videodb/collection.py
@@ -172,7 +172,7 @@ def connect_rtstream(
172
173
:param str url: URL of the rtstream
174
:param str name: Name of the rtstream
175
- :param int sample_rate: Sample rate of the rtstream default is 1fps
+ :param int sample_rate: Sample rate of the rtstream (optional)
176
:return: :class:`RTStream <RTStream>` object
177
"""
178
rtstream_data = self._connection.post(
0 commit comments