Skip to content

Commit

Permalink
comment unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxianhua authored and waddlesplash committed Jul 19, 2020
1 parent dcb0863 commit 05e7ba6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/example.c
Expand Up @@ -7,12 +7,11 @@
* input queue. If this function takes too long, you'll start losing frames. */
void cb(uvc_frame_t *frame, void *ptr) {
uvc_frame_t *bgr;
uvc_frame_t *rgb;
uvc_error_t ret;
enum uvc_frame_format *frame_format = (enum uvc_frame_format *)ptr;
FILE *fp;
static int jpeg_count = 0;
/* static const char *H264_FILE = "iOSDevLog.h264";
/* FILE *fp;
* static int jpeg_count = 0;
* static const char *H264_FILE = "iOSDevLog.h264";
* static const char *MJPEG_FILE = ".jpeg";
* char filename[16]; */

Expand Down

0 comments on commit 05e7ba6

Please sign in to comment.