Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
added resize (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
leadnaut authored Oct 2, 2024
1 parent 5d1064d commit 4f46079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/drivers/camera_overlord.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if __name__ == '__main__':
picam2 = Picamera2()
config = picam2.create_still_configuration({'size':(640,480)})
picam2.configure(config)
picam2.start()
picam2.options['quality'] = 80

Expand Down

0 comments on commit 4f46079

Please sign in to comment.