#include <capture.h>
Data Fields | |
char * | device |
Device name, eg. "/dev/video". | |
int | fd |
File handle for open device. | |
video_capability | caps |
Capabilities. | |
video_channel * | sources |
Input sources (eg. TV, SVideo). | |
int | source |
Currently selected source. | |
video_tuner | tuner |
TV or Radio tuner. | |
video_window | window |
Capture window. | |
video_picture | picture |
Picture controls (eg. bright). | |
video_mmap | mmap |
Memory-mapped info. | |
video_buffer | fbuffer |
Frame buffer. | |
video_mbuf | mbuf |
Memory buffer #frames, offsets. | |
void * | mb_map |
Memory-mapped buffer. | |
int | cur_frame |
Currently capuring frame no. |
Represents all information about a frame grabber device. Returned by fg_open(), and used as the first parameter for all other fg_*() calls.