Go to the source code of this file.
Functions | |
void * | _uvc_handle_events (void *arg) |
void | uvc_exit (uvc_context_t *ctx) |
Closes the UVC context, shutting down any active cameras. More... | |
uvc_error_t | uvc_init (uvc_context_t **pctx, struct libusb_context *usb_ctx) |
Initializes the UVC context. More... | |
void | uvc_start_handler_thread (uvc_context_t *ctx) |
Definition at line 86 of file src/libuvc/init.c.
void uvc_start_handler_thread | ( | uvc_context_t * | ctx | ) |
Definition at line 163 of file src/libuvc/init.c.