Inheritance diagram for vetOutputVoid:

Public Member Functions | |
| vetOutputVoid (bool deleteFrames=false) | |
| Default constructor initializes variables. | |
| VETRESULT | run () |
| Currently not used. | |
| void | setFrameMemoryClearEnabled (bool value=true) |
| Set cleaning mode on/off. | |
| bool | isFrameMemoryClearEnabled () |
| check if frames are cleaned (deleted). | |
| VETRESULT | setInputFrameRate (float fps=0) |
| Set display frame rate (elaboration time is not subtracted). | |
| long | getInputFrameRateDelay () |
| Read current input frame delay. | |
| VETRESULT | setHeight (unsigned int value) |
| Set current canvas' height. | |
| VETRESULT | setWidth (unsigned int value) |
| Set current canvas' width. | |
| VETRESULT | importFrom (vetFrameYUV420 &img) |
| Display frame, conversion to vetFrameRGB24 and data-copy routine. | |
| VETRESULT | importFrom (vetFrameRGB24 &img) |
| Display frame, data-copy routine. (optimized). | |
| VETRESULT | importFrom (vetFrameT< unsigned char > &img) |
| Display frame, conversion to vetFrameRGB24 and single channel data-copy routine. | |
Protected Attributes | |
| bool | clearMemory |
| If true frames are deleted after importing. default is false. | |
| long | v_sleeptime |
| millisec to wait before returning program control. | |
Definition at line 38 of file vetOuputVoid.h.
|
|
Default constructor initializes variables.
Definition at line 28 of file vetOuputVoid.cpp. References clearMemory, DEBUGMSG, and v_sleeptime. |
|
|
Read current input frame delay.
Definition at line 102 of file vetOuputVoid.h. References v_sleeptime. |
|
|
Display frame, conversion to vetFrameRGB24 and single channel data-copy routine.
Implements vetOutput. Definition at line 117 of file vetOuputVoid.cpp. References clearMemory, DEBUGMSG, v_sleeptime, and VETRET_OK. |
|
|
Display frame, data-copy routine. (optimized).
Implements vetOutput. Definition at line 93 of file vetOuputVoid.cpp. References clearMemory, DEBUGMSG, v_sleeptime, and VETRET_OK. |
|
|
Display frame, conversion to vetFrameRGB24 and data-copy routine.
Implements vetOutput. Definition at line 70 of file vetOuputVoid.cpp. References clearMemory, DEBUGMSG, v_sleeptime, and VETRET_OK. |
|
|
check if frames are cleaned (deleted).
Definition at line 84 of file vetOuputVoid.h. References clearMemory. |
|
|
Currently not used.
Definition at line 69 of file vetOuputVoid.h. References VETRET_NOT_IMPLEMENTED. |
|
|
Set cleaning mode on/off.
Definition at line 77 of file vetOuputVoid.h. References clearMemory. |
|
|
Set current canvas' height.
Implements vetOutput. Definition at line 110 of file vetOuputVoid.h. References VETRET_NOT_IMPLEMENTED. |
|
|
Set display frame rate (elaboration time is not subtracted).
Definition at line 45 of file vetOuputVoid.cpp. References v_sleeptime, VETRET_OK, and VETRET_PARAM_ERR. |
|
|
Set current canvas' width.
Implements vetOutput. Definition at line 117 of file vetOuputVoid.h. References VETRET_NOT_IMPLEMENTED. |
1.4.4