Skip to content

Commit

Permalink
* timelapse app default set to 1440p
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Dec 4, 2024
1 parent e146bf0 commit 97bd5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app_timelapse/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
disp = display.Display()
disp2 = disp.add_channel()
ts = touchscreen.TouchScreen()
cam = camera.Camera(1280, 720, image.Format.FMT_YVU420SP)
cam = camera.Camera(2560, 1440, image.Format.FMT_YVU420SP)
path = "" # path foramt: //maixapp/share/video/%Y-%m-%d_%H%M%S.mp4
encoder = None
decoder = None
Expand Down

0 comments on commit 97bd5b0

Please sign in to comment.