This commit is contained in:
sfop
2016-06-15 11:32:14 +02:00
parent a3b342f56d
commit 4b9934d9cd

View File

@@ -28,10 +28,10 @@ class CameraImage(ReadableMatrix):
return ret
def getWidth(self):
return 640
return 480
def getHeight(self):
return 480
return 640
cam_img = CameraImage()