#include <v4l2io.h>
Inheritance diagram for EMAN::V4L2IO:
Public Member Functions | |
V4L2IO (const string &filename, IOMode rw_mode=READ_ONLY) | |
~V4L2IO () | |
Static Public Member Functions | |
bool | is_valid (const void *first_block) |
int | globalinit (const char *fsp, int input=0, int brt=-1, int cont=-1, int gamma=-1, int expos=-1, int gain=-1) |
Public Attributes | |
DEFINE_IMAGEIO_FUNC | |
Private Attributes | |
char * | filename |
int | v4l_file |
bool | initialized |
int | nx |
int | ny |
Acquires images from the V4L2 interface in real-time (video4linux). ie - this will read from a framegrabber, etc.
Definition at line 49 of file v4l2io.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|