Skip to content

Commit

Permalink
* fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed May 22, 2024
1 parent 9fd175d commit 29b2bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vision/camera/camera_capture.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from maix import camera, display, time, app

cam = camera.Camera(512, 320) # Manually set resolution, default is too large
disp = display.Display() # MaixCAM default is 522x368
disp = display.Display() # MaixCAM default is 552x368

while not app.need_exit():
t = time.time_ms()
Expand Down

0 comments on commit 29b2bd7

Please sign in to comment.