|
Misc Relacs Plugins
0.9.8
|
#include <opencvcamera.h>
Public Member Functions | |
| VideoBuffer (int camid, int fraRt, int blen) | |
| int | Start () |
| int | Stop () |
| Mat | getCurrentFrame (void) |
| bool | isReady (void) const |
Protected Member Functions | |
| int | Run () |
| void | Setup () |
| void | Execute () |
| void | Exit () |
Static Protected Member Functions | |
| static void * | EntryPoint (void *) |
Protected Attributes | |
| int | CameraID |
| int | BufLen |
| int | FrameRate |
| Mat * | buf |
| bool | active |
| bool | ready |
| VideoBuffer | ( | int | camid, |
| int | fraRt, | ||
| int | blen | ||
| ) |
| int Start | ( | ) |
Referenced by OpenCVCamera::open().
| int Stop | ( | ) |
Referenced by OpenCVCamera::close().
| Mat getCurrentFrame | ( | void | ) |
Referenced by OpenCVCamera::grabFrame().
|
inline |
|
protected |
Referenced by VideoBuffer::EntryPoint().
|
staticprotected |
References VideoBuffer::Run().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.6