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

new zoom method in picamera #285

Open
carandraug opened this issue Oct 2, 2023 · 1 comment
Open

new zoom method in picamera #285

carandraug opened this issue Oct 2, 2023 · 1 comment

Comments

@carandraug
Copy link
Collaborator

231c5a7 added a new zoom method to PiCamera. This method is not part of the Camera interface and is also not used internally by PiCamera so not sure what the goal is here.

@iandobbie
Copy link
Collaborator

I implemented this as my pi2 was extremely slow (4-5s) to capture and image and download it. I thought the implementing this core zoom functionality to do ROIs might dramatically reduce this processing time as the system dealt with much less data, however it seems like it is just as slow so I think reverted back to doing the ROI myself as this was simpler and avoided any possible int-> float pixel position errors.

It is a tiny function and might be useful in future so I left it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants