Minor docstring update

This commit is contained in:
Joel Collins 2019-01-08 16:01:34 +00:00
parent 4c5728b182
commit 4638071a00

View file

@ -291,7 +291,7 @@ class StreamingCamera(BaseCamera):
Start a new video recording, writing to a output object. Start a new video recording, writing to a output object.
Args: Args:
output (CaptureObject): Output object to write data bytes to. output (CaptureObject/str): Output object to write data bytes to.
write_to_file (bool/NoneType): Should the StreamObject write to a file? write_to_file (bool/NoneType): Should the StreamObject write to a file?
filename (str): Name of the stored file. Defaults to timestamp. filename (str): Name of the stored file. Defaults to timestamp.
fmt (str): Format of the capture. fmt (str): Format of the capture.