easimage
|
Represents an image capturing device. More...
#include <easimage.h>
Public Attributes | |
unsigned int | width |
The width of the camera frame (Number of columns) | |
unsigned int | height |
The height of the camera frame (Number of rows) | |
unsigned int | format |
Format identifier. | |
char * | name |
The name of the device. | |
int | handle |
The stream handle. | |
struct Buffer * | buffers |
location of image buffers | |
unsigned int | n_buffers |
Number of allocated buffers. | |
Represents an image capturing device.