Panda3D
|
A specialization on VideoTexture that takes its input using the CV library, to produce an animated texture, with its source taken from an .avi file or from a camera input. More...
Public Member Functions | |
OpenCVTexture (string name) | |
OpenCVTexture () | |
bool | fromCamera (int camera_index) |
bool | fromCamera (int camera_index, int z) |
bool | fromCamera (int camera_index, int z, int alpha_file_channel) |
bool | fromCamera (int camera_index, int z, int alpha_file_channel, LoaderOptions const options) |
bool | fromCamera () |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A specialization on VideoTexture that takes its input using the CV library, to produce an animated texture, with its source taken from an .avi file or from a camera input.
OpenCVTexture | ( | string | name | ) |
OpenCVTexture | ( | ) |
bool fromCamera | ( | int | camera_index, |
int | z, | ||
int | alpha_file_channel, | ||
LoaderOptions const | options | ||
) |
bool fromCamera | ( | int | camera_index, |
int | z, | ||
int | alpha_file_channel | ||
) |
bool fromCamera | ( | ) |
bool fromCamera | ( | int | camera_index | ) |
bool fromCamera | ( | int | camera_index, |
int | z | ||
) |
static TypeHandle getClassType | ( | ) | [static] |