#include <video.h>
Public Attributes | |
uint8_t | driver [16] |
uint8_t | card [32] |
uint8_t | bus_info [32] |
uint32_t | version |
uint32_t | capabilities |
uint32_t | device_caps |
V4L2 device capabilities for VIDIOC_QUERYCAP. Currently, only member "driver" is supported.
uint8_t driver[16] |
name of driver module(e.g. "bttv"
uint8_t card[32] |
name of the card(e.g. "Yoyodyne TV/FM"
uint8_t bus_info[32] |
name of the bus(e.g. "PCI:0000:05:06.0"
uint32_t version |
version number of the driver
uint32_t capabilities |
Available capabilities of the physical device
uint32_t device_caps |
Device capabilities of the opened device