MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / startCameraServer

Method startCameraServer

examples/WebCamServer/ESP32WebCam.cpp:96–99  ·  view source on GitHub ↗

* Start Web server that allows to stream motion JPEG. The port number can be * specified. * @param port HTTP port number * @return ESP_OK * @return ESP_ERR_HTTPD_TASK */

Source from the content-addressed store, hash-verified

94 * @return ESP_ERR_HTTPD_TASK
95 */
96esp_err_t ESP32WebCam::startCameraServer(const uint16_t port) {
97 setServerPort(port);
98 return startCameraServer(nullptr, nullptr, nullptr);
99}
100
101/**
102 * Start Web server that allows to stream motion JPEG.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected