This commit is contained in:
Kamil Trzcinski
2022-04-04 22:08:41 +02:00
parent a3fa4062f7
commit 59ba024b7f
6 changed files with 112 additions and 3 deletions

4
http.h
View File

@@ -36,3 +36,7 @@ void http_404(http_worker_t *worker, FILE *stream);
void http_snapshot(http_worker_t *worker, FILE *stream);
void http_stream(http_worker_t *worker, FILE *stream);
void http_jpeg_capture(struct buffer_s *buf);
// H264
void http_h264_capture(buffer_t *buf);
void http_video(http_worker_t *worker, FILE *stream);