Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview window image size #1

Open
Yuri-Njathi opened this issue Dec 5, 2024 · 0 comments
Open

Preview window image size #1

Yuri-Njathi opened this issue Dec 5, 2024 · 0 comments

Comments

@Yuri-Njathi
Copy link

Yuri-Njathi commented Dec 5, 2024

Very nice library.
I'm taking images using picamzero code snippet below:

from picamzero import Camera
from time import sleep
cam = Camera()
cam.preview_size = (4000,2500)
cam.still_size = (4608,2592)
cam.start_preview()
sleep(2)
cam.take_photo("test.jpg")

The specific issue is that the preview doesn't show exactly what the image is saved as, it previews a section.
How can I make sure I see the same thing in preview that is in image?

@Yuri-Njathi Yuri-Njathi changed the title Preview window Preview window image size Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant