#include <vdFrame.h>
Public Member Functions | |
| vdFrame () | |
| ~vdFrame () | |
| pixel | getPixel (int x, int y) |
| void | setPixel (int x, int y, pixel px) |
Public Attributes | |
| char * | buffer |
| This is the image data in 3 bytes in BGR order. | |
| unsigned long | bufferSize |
| Size in bytes of the image data. Should always be 3*width. | |
| unsigned long | height |
| Height of this frame. | |
| unsigned long | width |
| Width of this frame. | |
| time_t | captured |
| Frame capture time. | |
| vc::vdFrame::vdFrame | ( | ) | [inline] |
| vc::vdFrame::~vdFrame | ( | ) | [inline] |
| pixel vc::vdFrame::getPixel | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| void vc::vdFrame::setPixel | ( | int | x, | |
| int | y, | |||
| pixel | px | |||
| ) | [inline] |
| char* vc::vdFrame::buffer |
This is the image data in 3 bytes in BGR order.
| unsigned long vc::vdFrame::bufferSize |
Size in bytes of the image data. Should always be 3*width.
| unsigned long vc::vdFrame::height |
Height of this frame.
| unsigned long vc::vdFrame::width |
Width of this frame.
| time_t vc::vdFrame::captured |
Frame capture time.
1.5.3