Skip to content

Preview window image size #1

@Yuri-Njathi

Description

@Yuri-Njathi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions