Created initial general documentation
This commit is contained in:
parent
dd7a3ff2e5
commit
ea10cf1ce9
16 changed files with 607 additions and 73 deletions
|
|
@ -11,6 +11,9 @@ thumbnail_size = (60, 60)
|
|||
|
||||
|
||||
class StreamObject(object):
|
||||
"""
|
||||
StreamObject used to store and process capture data, and metadata.
|
||||
"""
|
||||
def __init__(
|
||||
self,
|
||||
write_to_file: bool=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue