Expose snapshot.jpg
This commit is contained in:
@ -75,6 +75,7 @@ void camera_http_option(http_worker_t *worker, FILE *stream)
|
|||||||
|
|
||||||
http_method_t http_methods[] = {
|
http_method_t http_methods[] = {
|
||||||
{ "GET /snapshot?", http_snapshot },
|
{ "GET /snapshot?", http_snapshot },
|
||||||
|
{ "GET /snapshot.jpg?", http_snapshot },
|
||||||
{ "GET /stream?", http_stream },
|
{ "GET /stream?", http_stream },
|
||||||
{ "GET /?action=snapshot", http_snapshot },
|
{ "GET /?action=snapshot", http_snapshot },
|
||||||
{ "GET /?action=stream", http_stream },
|
{ "GET /?action=stream", http_stream },
|
||||||
|
Reference in New Issue
Block a user