#include <SVSCapture.h>
Public Member Functions | |
bool | CaptureImage (CByteImage **ppImages) |
void | CloseCamera () |
CSVSCapture (VideoMode, int nIndex=0) | |
int | GetHeight () |
int | GetNumberOfCameras () |
CByteImage::ImageType | GetType () |
int | GetWidth () |
bool | OpenCamera () |
void | SetBlue (int val) |
void | SetColor (bool bColor) |
void | SetExposure (int val) |
void | SetGain (int val) |
void | SetRectify (bool bRectify) |
void | SetRed (int val) |
~CSVSCapture () | |
Public Member Functions inherited from CVideoCaptureInterface | |
virtual bool | SetExposureTime (int nExposureInUS) |
virtual | ~CVideoCaptureInterface () |
Private Attributes | |
int | height |
bool | m_bColor |
VideoMode | m_mode |
int | m_nBytesPerPixel |
int | m_nIndex |
svsVideoImages * | svs_video |
int | width |
Additional Inherited Members | |
Public Types inherited from CVideoCaptureInterface | |
enum | ColorMode { eRGB24, eBayerPatternToRGB24, eGrayScale, eYUV411ToRGB24 } |
enum | FrameRate { e60fps, e30fps, e15fps, e7_5fps, e3_75fps, e1_875fps } |
enum | VideoMode { e320x240, e640x480, e800x600, e768x576, e1024x768, e1280x960, e1600x1200, eNone } |
Definition at line 66 of file SVSCapture.h.
CSVSCapture::CSVSCapture | ( | VideoMode | mode, |
int | nIndex = 0 |
||
) |
Definition at line 66 of file SVSCapture.cpp.
CSVSCapture::~CSVSCapture | ( | ) |
Definition at line 77 of file SVSCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 87 of file SVSCapture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 146 of file SVSCapture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 82 of file SVSCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 84 of file SVSCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 83 of file SVSCapture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 81 of file SVSCapture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 155 of file SVSCapture.cpp.
void CSVSCapture::SetBlue | ( | int | val | ) |
Definition at line 285 of file SVSCapture.cpp.
void CSVSCapture::SetColor | ( | bool | bColor | ) |
Definition at line 312 of file SVSCapture.cpp.
void CSVSCapture::SetExposure | ( | int | val | ) |
Definition at line 294 of file SVSCapture.cpp.
void CSVSCapture::SetGain | ( | int | val | ) |
Definition at line 303 of file SVSCapture.cpp.
void CSVSCapture::SetRectify | ( | bool | bRectify | ) |
Definition at line 329 of file SVSCapture.cpp.
void CSVSCapture::SetRed | ( | int | val | ) |
Definition at line 276 of file SVSCapture.cpp.
|
private |
Definition at line 101 of file SVSCapture.h.
|
private |
Definition at line 99 of file SVSCapture.h.
|
private |
Definition at line 104 of file SVSCapture.h.
|
private |
Definition at line 100 of file SVSCapture.h.
|
private |
Definition at line 103 of file SVSCapture.h.
|
private |
Definition at line 97 of file SVSCapture.h.
|
private |
Definition at line 101 of file SVSCapture.h.