Support dynamic pausing

This commit is contained in:
Kamil Trzcinski
2022-04-05 13:53:05 +02:00
parent 7a3e851081
commit 5a81b75684
4 changed files with 12 additions and 12 deletions

View File

@ -20,11 +20,6 @@ http_method_t http_methods[] = {
{ NULL, NULL }
};
bool check_streaming()
{
return http_jpeg_needs_buffer() || http_h264_needs_buffer();
}
int main(int argc, char *argv[])
{
camera_t camera;