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

Crop or zoom image/stream #247

Open
adolfocartagena opened this issue Apr 17, 2022 · 3 comments
Open

Crop or zoom image/stream #247

adolfocartagena opened this issue Apr 17, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@adolfocartagena
Copy link

adolfocartagena commented Apr 17, 2022

Hello everybody!

Would it be possible to crop the image to a certain area? I have a camera in the peephole and only 30% of the image is useful
esp32
Thank you

@easytarget easytarget self-assigned this May 5, 2022
@easytarget easytarget added enhancement New feature or request help wanted Extra attention is needed back burner Low priority nice-to-haves labels May 5, 2022
@easytarget
Copy link
Owner

easytarget commented May 5, 2022

Ok; so (at present) there is nothing in the code to support this.

But the camera sensor itself does support defining a 'Region of Interest' on the sensor, effectively building a crop + zoom mechanism directly into the sensor.

The 'Official' esp camera sketch that this was forked from, and which has diverged quite a bit, now has additional controls for defining the sensor active area. I do not propose adding them to my sketch; too much work. But if somebody wants to add them using the official sketch as a guide they are welcome.

In the meantime; I am wondering if the relevant settings can be added to the config file (documenting may be hard) so that this feature is exposed for anyone who needs it.

@therealfreezoid
Copy link

I'd love to see this feature in here! In my current project both sides of the video footage are unnecessary and distracting. Would be nice to cut it out or at least cover with black bars.
Just leaving a comment in case it will help convince someone for implementation! :)

@easytarget
Copy link
Owner

I am leaving this issue open for reference; although I am archiving the project

@easytarget easytarget added wontfix This will not be worked on and removed help wanted Extra attention is needed back burner Low priority nice-to-haves labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants