123456789101112 |
- #ifndef UVCCALLBACK_H
- #define UVCCALLBACK_H
- #include <sys/time.h>
- #include "../libuvc/libuvc.h"
- extern struct timeval pre_frame_time;
- void cbSaveToLocal(uvc_frame_t *frame, void *ptr);
- void cbDoNothing(uvc_frame_t *frame, void *ptr);
- #endif // UVCCALLBACK_H
|