|
IVT
|
#include <CMU1394Capture.h>
Public Member Functions | |
| CCMU1394Capture (int nFormat=-1, int nMode=-1, int nRate=-1, int nCameras=1) | |
| ~CCMU1394Capture () | |
| bool | OpenCamera () |
| void | CloseCamera () |
| bool | CaptureImage (CByteImage **ppImages) |
| int | GetWidth () |
| int | GetHeight () |
| CByteImage::ImageType | GetType () |
| int | GetNumberOfCameras () |
| void | SetShutter (int nShutter, int nCamera=-1) |
| void | SetGain (int nGain, int nCamera=-1) |
| void | SetFeature (int nFeature, int nValue, int nCamera=-1) |
Public Member Functions inherited from CVideoCaptureInterface | |
| virtual | ~CVideoCaptureInterface () |
| virtual bool | SetExposureTime (int nExposureInUS) |
Additional Inherited Members | |
Public Types inherited from CVideoCaptureInterface | |
| enum | VideoMode { e320x240, e640x480, e800x600, e768x576, e1024x768, e1280x960, e1600x1200, eNone } |
| enum | ColorMode { eRGB24, eBayerPatternToRGB24, eGrayScale, eYUV411ToRGB24 } |
| enum | FrameRate { e60fps, e30fps, e15fps, e7_5fps, e3_75fps, e1_875fps } |
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.
| CCMU1394Capture::~CCMU1394Capture | ( | ) |
Definition at line 80 of file CMU1394Capture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 257 of file CMU1394Capture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 239 of file CMU1394Capture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 94 of file CMU1394Capture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 234 of file CMU1394Capture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 95 of file CMU1394Capture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 93 of file CMU1394Capture.h.
|
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.