diff options
| -rwxr-xr-x | bin/demo | bin | 357760 -> 357760 bytes | |||
| -rw-r--r-- | camera.c | 1 |
2 files changed, 1 insertions, 0 deletions
| Binary files differ @@ -218,6 +218,7 @@ void start_camera_stream(camera_t * camera) { void stop_camera_stream(camera_t * camera) { /* End the stream. Blocks until last callback is serviced */ uvc_stop_streaming(camera->devh); + camera->latest_frame = NULL; puts("Done streaming."); } |
