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

ov2640 ROI/zoom-pan-tilt #3

Closed
jacceko opened this issue Dec 15, 2019 · 2 comments
Closed

ov2640 ROI/zoom-pan-tilt #3

jacceko opened this issue Dec 15, 2019 · 2 comments

Comments

@jacceko
Copy link

jacceko commented Dec 15, 2019

In some implementations of ov2640 in c already on internet are include tilt, pan, zoom (ROI) option which is supported by ov2640 hardware (for ex: this feature already exists in OpenMV as ROI -> set_windowing: https://docs.openmv.io/library/omv.sensor.html#sensor.sensor.set_windowing , https://github.com/openmv/openmv/blob/master/src/omv/sensor.c#L551
It will be very good add this feature to esp32-cam-micropython. It can be as zoom, pan, tilf or as ROI square, but it will be very helpful if someone need details on image, but don't want to always process big (slow) image.

@shariltumin
Copy link
Owner

espressif esp32-camera implement the ov2640 from OpenMV project. They somewhat disable the windowing capability. Yes it would be nice to have these features included in https://github.com/espressif/esp32-camera.git specifically in sensors/ov2640.c

@jacceko
Copy link
Author

jacceko commented Dec 16, 2019

Thank for answer - I put an issue on esp32-camera on github.
espressif/esp32-camera#104

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

2 participants