A collection of resolutions.
More...
#include <resolution.hpp>
A collection of resolutions.
for (
const auto& resolution :
Resolution::list()) {
Serial.println(resolution);
}
Picture width and height.
Definition resolution.hpp:12
◆ ResolutionList()
| esp32cam::ResolutionList::ResolutionList |
( |
int |
max = 0 | ) |
|
|
explicit |
Constructor.
- Parameters
-
| max | exclusive maximum framesize_t. |
◆ begin()
◆ end()
◆ find()
| Resolution esp32cam::ResolutionList::find |
( |
int |
minWidth, |
|
|
int |
minHeight |
|
) |
| const |
Find a resolution that satisfies given constraints.
The documentation for this class was generated from the following files: