#include <vetInput1394L.h>
Inheritance diagram for vetInput1394L:

Public Member Functions | |
| vetInput1394L (float fps=0) | |
| unsigned int | getWidth () const |
| Pixel are generated directly into output image! | |
| unsigned int | getHeight () const |
| Pixel are generated directly into output image! | |
| VETRESULT | extractTo (vetFrameYUV420 &img) |
| Inherited class must implement this function, processing hardware/format specific stream to standard VETLib frame formats. | |
| VETRESULT | extractTo (vetFrameRGB24 &img) |
| Inherited class must implement this function, processing hardware/format specific stream to standard VETLib frame formats. | |
| VETRESULT | extractTo (vetFrameT< unsigned char > &img) |
| Inherited class must implement this function, processing hardware/format specific stream to standard VETLib frame formats. | |
Definition at line 49 of file vetInput1394L.h.
|
|
Inherited class must implement this function, processing hardware/format specific stream to standard VETLib frame formats.
Implements vetInput. Definition at line 62 of file vetInput1394L.cpp. References INFO, and VETRET_NOT_IMPLEMENTED. |
|
|
Inherited class must implement this function, processing hardware/format specific stream to standard VETLib frame formats.
Implements vetInput. Definition at line 53 of file vetInput1394L.cpp. References INFO, and VETRET_NOT_IMPLEMENTED. |
|
|
Inherited class must implement this function, processing hardware/format specific stream to standard VETLib frame formats.
Implements vetInput. Definition at line 42 of file vetInput1394L.cpp. References INFO, and VETRET_NOT_IMPLEMENTED. |
|
|
Pixel are generated directly into output image!
Implements vetInput. Definition at line 73 of file vetInput1394L.h. |
|
|
Pixel are generated directly into output image!
Implements vetInput. Definition at line 67 of file vetInput1394L.h. |
1.4.4