Functions | |
| Frame * | capture_getframe () |
| Captures a new frame. | |
| Image * | _dvvideo_open (void) |
| Open DV video. | |
| void | _dvvideo_close (void) |
| Close DV video. | |
| Boolean | _dvvideo_getimage (Image *i) |
| Gets the frame image. | |
| Boolean | _dvvideo_getframe (Frame *f) |
| Gets the frame. | |
| int | _dvvideo_gettype (void) |
| Gets the video type. | |
| void | _dvvideo_stopReceive () |
| void | _dvvideo_startReceive () |
| void | _dvvideo_stopThread () |
| void | _dvvideo_startThread () |
Variables | |
| int | dvCaptureDriver = 0 |
| int | dvInterface = 0 |
| int | dvChannel = 63 |
| int | dvCaptureBuffers = 50 |
| int | dvW = 720 |
| int | dvH = 480 |
| bool | exec_thread = 1 |
| void _dvvideo_close | ( | void | ) |
Close DV video.
| Boolean _dvvideo_getframe | ( | Frame * | f | ) |
Gets the frame.
| f | the frame. |
| Boolean _dvvideo_getimage | ( | Image * | i | ) |
| int _dvvideo_gettype | ( | void | ) |
Gets the video type.
| Image* _dvvideo_open | ( | void | ) |
Open DV video.
| fname |
| void _dvvideo_startReceive | ( | ) |
| void _dvvideo_startThread | ( | ) |
| void _dvvideo_stopReceive | ( | ) |
| void _dvvideo_stopThread | ( | ) |
| Frame* capture_getframe | ( | ) |
Captures a new frame.
| int dvCaptureBuffers = 50 |
| int dvCaptureDriver = 0 |
| int dvChannel = 63 |
| int dvH = 480 |
| int dvInterface = 0 |
| int dvW = 720 |
| bool exec_thread = 1 |
1.4.7