From 14dbe4f8fe19f054a506a93826cfa4992459bdda Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 1 Jul 2021 17:48:31 +0800 Subject: [PATCH] bugfix --- kivyblocks/custom_camera.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kivyblocks/custom_camera.py b/kivyblocks/custom_camera.py index 2926c75..e02d4b5 100644 --- a/kivyblocks/custom_camera.py +++ b/kivyblocks/custom_camera.py @@ -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):