|
esp32cam
OV2640 camera on ESP32-CAM
|
#include <mjpeg.hpp>
Public Attributes | |
| int | minInterval = 0 |
| Minimum interval between frame captures in millis. | |
| int | maxFrames = -1 |
| Maximum number of frames before disconnecting. | |
| int | frameTimeout = 10000 |
| Time limit of writing one frame in millis. | |
MJPEG stream options.
| int esp32cam::MjpegConfig::frameTimeout = 10000 |
Time limit of writing one frame in millis.
| int esp32cam::MjpegConfig::maxFrames = -1 |
Maximum number of frames before disconnecting.
Negative value means unlimited.
| int esp32cam::MjpegConfig::minInterval = 0 |
Minimum interval between frame captures in millis.
Negative value causes asyncweb::MjpegResponse to enter continuous mode.