#include <CMU1394Capture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
CCMU1394Capture (int nFormat=-1, int nMode=-1, int nRate=-1, int nCameras=1) | |
void | CloseCamera () |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
void | SetFeature (int nFeature, int nValue, int nCamera=-1) |
void | SetGain (int nGain, int nCamera=-1) |
void | SetShutter (int nShutter, int nCamera=-1) |
~CCMU1394Capture () | |
Private Attributes | |
int | height |
bool | m_bOK |
int | m_nFormat |
int | m_nMode |
int | m_nNumberOfCameras |
int | m_nRate |
C1394Camera ** | m_ppCameras |
int | width |
Definition at line 78 of file CMU1394Capture.h.
CCMU1394Capture::CCMU1394Capture | ( | int | nFormat = -1 , |
int | nMode = -1 , |
||
int | nRate = -1 , |
||
int | nCameras = 1 |
||
) |
Definition at line 66 of file CMU1394Capture.cpp.
Definition at line 80 of file CMU1394Capture.cpp.
bool CCMU1394Capture::CaptureImage | ( | CByteImage ** | ppImages | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 257 of file CMU1394Capture.cpp.
void CCMU1394Capture::CloseCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 239 of file CMU1394Capture.cpp.
int CCMU1394Capture::GetHeight | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 94 of file CMU1394Capture.h.
int CCMU1394Capture::GetNumberOfCameras | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 234 of file CMU1394Capture.cpp.
CByteImage::ImageType CCMU1394Capture::GetType | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 95 of file CMU1394Capture.h.
int CCMU1394Capture::GetWidth | ( | ) | [inline, virtual] |
Implements CVideoCaptureInterface.
Definition at line 93 of file CMU1394Capture.h.
bool CCMU1394Capture::OpenCamera | ( | ) | [virtual] |
Implements CVideoCaptureInterface.
Definition at line 90 of file CMU1394Capture.cpp.
void CCMU1394Capture::SetFeature | ( | int | nFeature, |
int | nValue, | ||
int | nCamera = -1 |
||
) |
Definition at line 367 of file CMU1394Capture.cpp.
void CCMU1394Capture::SetGain | ( | int | nGain, |
int | nCamera = -1 |
||
) |
Definition at line 302 of file CMU1394Capture.cpp.
void CCMU1394Capture::SetShutter | ( | int | nShutter, |
int | nCamera = -1 |
||
) |
Definition at line 334 of file CMU1394Capture.cpp.
int CCMU1394Capture::height [private] |
Definition at line 119 of file CMU1394Capture.h.
bool CCMU1394Capture::m_bOK [private] |
Definition at line 121 of file CMU1394Capture.h.
int CCMU1394Capture::m_nFormat [private] |
Definition at line 114 of file CMU1394Capture.h.
int CCMU1394Capture::m_nMode [private] |
Definition at line 115 of file CMU1394Capture.h.
int CCMU1394Capture::m_nNumberOfCameras [private] |
Definition at line 110 of file CMU1394Capture.h.
int CCMU1394Capture::m_nRate [private] |
Definition at line 116 of file CMU1394Capture.h.
C1394Camera** CCMU1394Capture::m_ppCameras [private] |
Definition at line 111 of file CMU1394Capture.h.
int CCMU1394Capture::width [private] |
Definition at line 118 of file CMU1394Capture.h.