mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-24 03:44:07 +02:00
Expose snapshot.jpg
This commit is contained in:
parent
2cec9a9032
commit
9e7e14d15b
@ -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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user