Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

FRAME Struct Reference

A single frame buffer. More...

#include <frame.h>


Data Fields

int width
 width in pixels

int height
 height in pixels

int depth
 bit depth (bits per pixel)

int format
 VIDEO_* format.

void * data
 pointer to data buffer


Detailed Description

A single frame buffer.

Represents a single image in the output from the frame grabber. Carries with it the dimensions, format and the data buffer. The type of the data depends on the format flag (uses the VIDEO_* flags from Video4Linux), so RGB24 would be a triplet of chars, while RGB32 would be an int.


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 01:38:22 2003 for libfg by doxygen 1.3.4