video_dv.cc File Reference

This file implements the digital video connection and communication. More...


Functions

Framecapture_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


Detailed Description

This file implements the digital video connection and communication.


Function Documentation

void _dvvideo_close ( void   ) 

Close DV video.

Boolean _dvvideo_getframe ( Frame f  ) 

Gets the frame.

Parameters:
f the frame.
Returns:
TRUE if success, else returns FALSE

Boolean _dvvideo_getimage ( Image i  ) 

Gets the frame image.

Parameters:
i the Image.
Returns:
TRUE if success, else returns FALSE

int _dvvideo_gettype ( void   ) 

Gets the video type.

Returns:
The video type.

Image* _dvvideo_open ( void   ) 

Open DV video.

Parameters:
fname 
Returns:

void _dvvideo_startReceive (  ) 

void _dvvideo_startThread (  ) 

void _dvvideo_stopReceive (  ) 

void _dvvideo_stopThread (  ) 

Frame* capture_getframe (  ) 

Captures a new frame.

Returns:
The frame captured.


Variable Documentation

int dvCaptureBuffers = 50

int dvCaptureDriver = 0

int dvChannel = 63

int dvH = 480

int dvInterface = 0

int dvW = 720

bool exec_thread = 1


Generated on Tue Jan 22 17:07:30 2008 for MUAN by  doxygen 1.4.7