bugfix
This commit is contained in:
parent
2bd50d0b52
commit
14dbe4f8fe
@ -18,9 +18,9 @@ from .xcamera.xcamera import XCamera
|
||||
class CustomCamera(XCamera):
|
||||
detectFaces = BooleanProperty(False)
|
||||
angle_map = {
|
||||
0:270,
|
||||
0:90,
|
||||
1:0,
|
||||
2:90,
|
||||
2:270,
|
||||
3:180
|
||||
}
|
||||
def __init__(self, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user