OpenCVSrcP Class Reference
List of all members.Public Member Functions | |
| OpenCVSrcP (OpenCVSrc *owner) | |
| ~OpenCVSrcP (void) | |
Public Attributes | |
| int | captureFrom |
| string | filename |
| int | cameraId |
| int | width |
| int | height |
| int | fps |
| CvCapture * | capture |
Static Public Attributes | |
| static const int | CAPTURE_FROM_CAMERA = 1 |
| static const int | CAPTURE_FROM_FILE = 2 |
Private Attributes | |
| OpenCVSrc * | owner |
Constructor & Destructor Documentation
|
|
Definition at line 68 of file OpenCVSrc.cxx. References cameraId, capture, CAPTURE_FROM_CAMERA, captureFrom, filename, fps, height, and width. |
|
|
Destructor.
Definition at line 82 of file OpenCVSrc.cxx. References capture. |
Member Data Documentation
|
|
Camera id.
Definition at line 93 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(). |
|
|
CvCapture.
Definition at line 102 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(), and ~OpenCVSrcP(). |
|
|
Definition at line 105 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(), openvideo::OpenCVSrc::setParameter(), and openvideo::OpenCVSrc::start(). |
|
|
Definition at line 106 of file OpenCVSrc.cxx. Referenced by openvideo::OpenCVSrc::setParameter(), and openvideo::OpenCVSrc::start(). |
|
|
Type of capture (either camera or file).
Definition at line 89 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(). |
|
|
Filename of video source.
Definition at line 91 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(). |
|
|
Framerate of video stream.
Definition at line 99 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(). |
|
|
Height of video stream.
Definition at line 97 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(). |
|
|
Parent class.
Definition at line 110 of file OpenCVSrc.cxx. |
|
|
Width of video stream.
Definition at line 95 of file OpenCVSrc.cxx. Referenced by OpenCVSrcP(). |
The documentation for this class was generated from the following file:
