imCapture

\brief Video Capture Wrapper Class * * DEPRECATED API. USE NAMESPACE BASED CLASSES. * * \ingroup capture

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Connect
int Connect(int device)
Undocumented in source. Be warned that the author may not have intended to support it.
DialogCount
int DialogCount()
Undocumented in source. Be warned that the author may not have intended to support it.
DialogDescription
const(char)* DialogDescription(int dialog)
Undocumented in source. Be warned that the author may not have intended to support it.
Disconnect
void Disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
Failed
int Failed()
Undocumented in source. Be warned that the author may not have intended to support it.
FormatCount
int FormatCount()
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttribute
int GetAttribute(const(char)* attrib, float* percent)
Undocumented in source. Be warned that the author may not have intended to support it.
GetAttributeList
const(char)** GetAttributeList(int* num_attrib)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFormat
int GetFormat(int format, int* width, int* height, char* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFrame
int GetFrame(ubyte* data, int color_mode, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
GetImageSize
void GetImageSize(int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
GetOneFrame
int GetOneFrame(ubyte* data, int color_mode)
Undocumented in source. Be warned that the author may not have intended to support it.
Live
int Live(int live)
Undocumented in source. Be warned that the author may not have intended to support it.
ResetAttribute
int ResetAttribute(const(char)* attrib, int fauto)
Undocumented in source. Be warned that the author may not have intended to support it.
SetAttribute
int SetAttribute(const(char)* attrib, float percent)
Undocumented in source. Be warned that the author may not have intended to support it.
SetFormat
int SetFormat(int format)
Undocumented in source. Be warned that the author may not have intended to support it.
SetImageSize
int SetImageSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
ShowDialog
int ShowDialog(int dialog, void* parent)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

vc
imVideoCapture* vc;
Undocumented in source.

Meta