#include <Unicap1394Capture.h>

Public Member Functions | |
| bool | CaptureImage (CByteImage **ppImages) |
| void | CloseCamera () |
| CUnicap1394Capture (int nCameras, VideoMode mode) | |
| int | GetHeight () |
| int | GetNumberOfCameras () |
| CByteImage::ImageType | GetType () |
| int | GetWidth () |
| bool | OpenCamera () |
| ~CUnicap1394Capture () | |
Public Member Functions inherited from CVideoCaptureInterface | |
| virtual bool | SetExposureTime (int nExposureInUS) |
| virtual | ~CVideoCaptureInterface () |
Private Member Functions | |
| void | Convert (const unsigned char *input, unsigned char *output) |
Private Attributes | |
| unicap_data_buffer_t | buffer [UNICAP_MAX_CAMERAS] |
| unicap_device_t | device [UNICAP_MAX_CAMERAS] |
| unicap_handle_t | handle [UNICAP_MAX_CAMERAS] |
| int | height |
| VideoMode | m_mode |
| int | m_nCameras |
| unsigned int | norm |
| unsigned int | source |
| 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 68 of file Unicap1394Capture.h.
| CUnicap1394Capture::CUnicap1394Capture | ( | int | nCameras, |
| VideoMode | mode | ||
| ) |
Definition at line 68 of file Unicap1394Capture.cpp.
| CUnicap1394Capture::~CUnicap1394Capture | ( | ) |
Definition at line 79 of file Unicap1394Capture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 308 of file Unicap1394Capture.cpp.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 236 of file Unicap1394Capture.cpp.
|
private |
Definition at line 258 of file Unicap1394Capture.cpp.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 79 of file Unicap1394Capture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 81 of file Unicap1394Capture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 80 of file Unicap1394Capture.h.
|
inlinevirtual |
Implements CVideoCaptureInterface.
Definition at line 78 of file Unicap1394Capture.h.
|
virtual |
Implements CVideoCaptureInterface.
Definition at line 89 of file Unicap1394Capture.cpp.
|
private |
Definition at line 90 of file Unicap1394Capture.h.
|
private |
Definition at line 89 of file Unicap1394Capture.h.
|
private |
Definition at line 88 of file Unicap1394Capture.h.
|
private |
Definition at line 93 of file Unicap1394Capture.h.
|
private |
Definition at line 94 of file Unicap1394Capture.h.
|
private |
Definition at line 95 of file Unicap1394Capture.h.
|
private |
Definition at line 92 of file Unicap1394Capture.h.
|
private |
Definition at line 92 of file Unicap1394Capture.h.
|
private |
Definition at line 93 of file Unicap1394Capture.h.