46 #ifndef _CMU_1394_CAPTURE_H_ 
   47 #define _CMU_1394_CAPTURE_H_ 
   55 #define CMU1394_Version_645 
   82         CCMU1394Capture(
int nFormat = -1, 
int nMode = -1, 
int nRate = -1, 
int nCameras = 1);
 
  100 #ifndef CMU1394_Version_645 
  101         void SetFocus(
int nFocus, 
int nCamera = -1);
 
  103         void SetShutter(
int nShutter, 
int nCamera = -1);
 
  104         void SetGain(
int nGain, 
int nCamera = -1);
 
  105         void SetFeature(
int nFeature, 
int nValue, 
int nCamera = -1);
 
  110         int m_nNumberOfCameras;
 
  111         C1394Camera **m_ppCameras;
 
void SetGain(int nGain, int nCamera=-1)
ImageType
Enum specifying the supported image types. 
Interface to video capture modules. 
void SetFeature(int nFeature, int nValue, int nCamera=-1)
CCMU1394Capture(int nFormat=-1, int nMode=-1, int nRate=-1, int nCameras=1)
void SetShutter(int nShutter, int nCamera=-1)
CByteImage::ImageType GetType()
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
bool CaptureImage(CByteImage **ppImages)