Functions | |
| Frame * | v4lcapture_getframe () |
| Captures a new frame. | |
| Image * | _video_open (char *_deviceName, int _channelNumber, int _videoMode) |
| Open DV video. | |
| void | _video_close (void) |
| Close DV video. | |
| Boolean | _video_getimage (Image *i) |
| Gets the frame image. | |
| Boolean | _video_getframe (Frame *f) |
| Gets the frame. | |
| int | _video_gettype (void) |
| Gets the video type. | |
| void | _video_stopReceive () |
| void | _video_startReceive () |
| void | _video_stopThread () |
| void | _video_startThread () |
Variables | |
| bool | _v4lActive = false |
| dv_encoder_t * | encoder |
| void _video_close | ( | void | ) |
Close DV video.
| Boolean _video_getframe | ( | Frame * | f | ) |
Gets the frame.
| f | the frame. |
| Boolean _video_getimage | ( | Image * | i | ) |
| int _video_gettype | ( | void | ) |
Gets the video type.
| Image* _video_open | ( | char * | _deviceName, | |
| int | _channelNumber, | |||
| int | _videoMode | |||
| ) |
Open DV video.
| fname |
| void _video_startReceive | ( | ) |
| void _video_startThread | ( | ) |
| void _video_stopReceive | ( | ) |
| void _video_stopThread | ( | ) |
| Frame* v4lcapture_getframe | ( | ) |
Captures a new frame.
| bool _v4lActive = false |
| dv_encoder_t* encoder |
1.4.7