
Go to the source code of this file.
Classes | |
| struct | _uvc_error_msg |
Typedefs | |
| typedef struct _uvc_error_msg | _uvc_error_msg_t |
Functions | |
| static const char * | _uvc_name_for_format_subtype (uint8_t subtype) |
| void | uvc_perror (uvc_error_t err, const char *msg) |
| Print a message explaining an error in the UVC driver. More... | |
| void | uvc_print_diag (uvc_device_handle_t *devh, FILE *stream) |
| Print camera capabilities and configuration. More... | |
| void | uvc_print_stream_ctrl (uvc_stream_ctrl_t *ctrl, FILE *stream) |
| Print the values in a stream control block. More... | |
| const char * | uvc_strerror (uvc_error_t err) |
| Return a string explaining an error in the UVC driver. More... | |
Variables | |
| static const _uvc_error_msg_t | uvc_error_msgs [] |
| typedef struct _uvc_error_msg _uvc_error_msg_t |
|
static |
|
static |