Added basecamera preview_active
This commit is contained in:
parent
2e9fb72f98
commit
d897ad38a5
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class BaseCamera(metaclass=ABCMeta):
|
||||||
|
|
||||||
self.stream_active = False
|
self.stream_active = False
|
||||||
self.record_active = False
|
self.record_active = False
|
||||||
|
self.preview_active = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue