UVCCallBack.h 272 B

123456789101112
  1. #ifndef UVCCALLBACK_H
  2. #define UVCCALLBACK_H
  3. #include <sys/time.h>
  4. #include "../libuvc/libuvc.h"
  5. extern struct timeval pre_frame_time;
  6. void cbSaveToLocal(uvc_frame_t *frame, void *ptr);
  7. void cbDoNothing(uvc_frame_t *frame, void *ptr);
  8. #endif // UVCCALLBACK_H