Panda3D
Public Member Functions | Static Public Member Functions

OpenCVTexture Class Reference

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...

List of all members.

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 ()

Detailed Description

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.


Constructor & Destructor Documentation

OpenCVTexture ( string  name)

Member Function Documentation

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]
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties