Fixed default video folder NoneType
This commit is contained in:
parent
9b016a76b2
commit
8a564bbdba
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ class BaseCamera(object):
|
|||
write_to_file: bool = True,
|
||||
temporary: bool = False,
|
||||
filename: str = None,
|
||||
folder: str = None,
|
||||
folder: str = "",
|
||||
fmt: str = 'h264'):
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue