webcam expose set_window #22059
brianmichalk1
started this conversation in
Ideas
Replies: 1 comment 8 replies
-
@Staars Honestly idk if you showed me the possibility of using parts of a Webcam image only or if you have provided this as PR already. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this code,
https://github.com/espressif/esp32-camera/blob/7aa37d4f22503fdac9ccd449e4678c4894c40055/sensors/ov2640.c#L137
Is the function to set a window, which I think will set an ROI that is returned instead of the full resolution image.
First, can I submit a feature request for this to be exposed as on of the Wc commands?
Otherwise, this seems fairly easy to do myself. What files and structs should I change?
Beta Was this translation helpful? Give feedback.
All reactions