esp32cam
OV2640 camera on ESP32-CAM
|
#include <mjpeg.hpp>
Public Attributes | |
int | minInterval = 0 |
Minimum interval between frame captures in millis. More... | |
int | maxFrames = -1 |
Maximum number of frames before disconnecting. More... | |
int | frameTimeout = 10000 |
Time limit of writing one frame in millis. More... | |
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.