mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
added "plain" OpenCV option
This commit is contained in:
parent
b3e9ffed26
commit
8c8f0bfcc9
1 changed files with 3 additions and 0 deletions
|
@ -55,12 +55,15 @@ class _DriverType(IntEnum):
|
|||
DSHOW = 0
|
||||
MSMF = 1
|
||||
GSTREAMER = 2
|
||||
OPENCV = 3
|
||||
|
||||
_DriverType_names = { _DriverType.DSHOW : 'DirectShow',
|
||||
_DriverType.MSMF : 'Microsoft Media Foundation',
|
||||
_DriverType.GSTREAMER : 'GStreamer',
|
||||
_DriverType.OPENCV : 'OpenCV',
|
||||
}
|
||||
|
||||
|
||||
class _RotationType(IntEnum):
|
||||
ROTATION_0 = 0
|
||||
ROTATION_90 = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue