A collection of resolutions.
More...
#include <resolution.hpp>
A collection of resolutions.
Serial.println(resolution);
}
static ResolutionList list()
Return an iterable collection of possible resolutions.
Definition: resolution.cpp:32
◆ 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: