Startup
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user