#include <libuvc.h>
Public Attributes | |
enum uvc_vs_desc_subtype | bDescriptorSubtype |
uint8_t | bFrameIndex |
uint8_t | bFrameIntervalType |
uint8_t | bmCapabilities |
uint32_t | dwBytesPerLine |
uint32_t | dwDefaultFrameInterval |
uint32_t | dwFrameIntervalStep |
uint32_t | dwMaxBitRate |
uint32_t | dwMaxFrameInterval |
uint32_t | dwMaxVideoFrameBufferSize |
uint32_t | dwMinBitRate |
uint32_t | dwMinFrameInterval |
uint32_t * | intervals |
struct uvc_frame_desc * | next |
struct uvc_format_desc * | parent |
struct uvc_frame_desc * | prev |
uint16_t | wHeight |
uint16_t | wWidth |
Frame descriptor
A "frame" is a configuration of a streaming format for a particular image size at one of possibly several available frame rates.
enum uvc_vs_desc_subtype uvc_frame_desc::bDescriptorSubtype |
uint8_t uvc_frame_desc::bFrameIndex |
uint32_t uvc_frame_desc::dwBytesPerLine |
uint32_t uvc_frame_desc::dwDefaultFrameInterval |
uint32_t uvc_frame_desc::dwFrameIntervalStep |
uint32_t uvc_frame_desc::dwMaxBitRate |
uint32_t uvc_frame_desc::dwMaxFrameInterval |
uint32_t uvc_frame_desc::dwMaxVideoFrameBufferSize |
uint32_t uvc_frame_desc::dwMinBitRate |
uint32_t uvc_frame_desc::dwMinFrameInterval |
uint32_t* uvc_frame_desc::intervals |
struct uvc_frame_desc * uvc_frame_desc::next |
struct uvc_format_desc* uvc_frame_desc::parent |
struct uvc_frame_desc* uvc_frame_desc::prev |