Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b96ef50

Browse files
add ESP32Camera Level enum
1 parent 5ae42fb commit b96ef50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/eloquentarduino/vision/camera/ESP32Camera.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ namespace Eloquent {
1212
*/
1313
class ESP32Camera {
1414
public:
15+
enum Level {
16+
Lowest = -2,
17+
Low,
18+
Normal,
19+
High,
20+
Highest
21+
};
22+
1523
/**
1624
*
1725
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /