#include <vtkWin32VideoSource.h>
Inheritance diagram for vtkWin32VideoSource:
vtkWin32VideoSource grabs frames or streaming video from a Video for Windows compatible device on the Win32 platform.
Definition at line 40 of file vtkWin32VideoSource.h.
Public Types | |
typedef vtkVideoSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Record () |
void | Play () |
void | Stop () |
void | SetFrameRate (float rate) |
void | VideoFormatDialog () |
void | VideoSourceDialog () |
void | Initialize () |
void | Grab () |
void | SetFrameSize (int x, int y, int z) |
virtual void | SetFrameSize (int dim[3]) |
void | SetOutputFormat (int format) |
void | SetPreview (int p) |
virtual void | PreviewOn () |
virtual void | PreviewOff () |
virtual int | GetPreview () |
void | ReleaseSystemResources () |
void | LocalInternalGrab (void *) |
void | OnParentWndDestroy () |
Static Public Member Functions | |
static vtkWin32VideoSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkWin32VideoSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkWin32VideoSource () | |
~vtkWin32VideoSource () | |
void | CheckBuffer () |
void | UnpackRasterLine (char *outptr, char *inptr, int start, int count) |
void | DoVFWFormatSetup () |
void | DoVFWFormatCheck () |
Protected Attributes | |
char | WndClassName [16] |
int | BitMapSize |
int | Preview |
vtkWin32VideoSourceInternal * | Internal |
|
Reimplemented from vtkVideoSource. Definition at line 44 of file vtkWin32VideoSource.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkVideoSource. |
|
Reimplemented from vtkVideoSource. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkVideoSource. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkVideoSource. |
|
Reimplemented from vtkVideoSource. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkVideoSource. |
|
Standard VCR functionality: Record incoming video. Reimplemented from vtkVideoSource. |
|
Standard VCR functionality: Play recorded video. Reimplemented from vtkVideoSource. |
|
Standard VCR functionality: Stop recording or playing. Reimplemented from vtkVideoSource. |
|
Grab a single video frame. Reimplemented from vtkVideoSource. |
|
Request a particular frame size (set the third value to 1). Reimplemented from vtkVideoSource. |
|
Grab a single video frame. Reimplemented from vtkVideoSource. Definition at line 62 of file vtkWin32VideoSource.h. References vtkVideoSource::SetFrameSize(). |
|
Request a particular frame rate (default 30 frames per second). Reimplemented from vtkVideoSource. |
|
Request a particular output format (default: VTK_RGB). Reimplemented from vtkVideoSource. |
|
Turn on/off the preview (overlay) window. |
|
Request a particular output format (default: VTK_RGB). |
|
Request a particular output format (default: VTK_RGB). |
|
Request a particular output format (default: VTK_RGB). |
|
Bring up a modal dialog box for video format selection. |
|
Bring up a modal dialog box for video input selection. |
|
Initialize the driver (this is called automatically when the first grab is done). Reimplemented from vtkVideoSource. |
|
Free the driver (this is called automatically inside the destructor). Reimplemented from vtkVideoSource. |
|
For internal use only |
|
Free the driver (this is called automatically inside the destructor). |
|
|
|
Reimplemented from vtkVideoSource. |
|
|
|
|
|
Definition at line 102 of file vtkWin32VideoSource.h. |
|
Definition at line 103 of file vtkWin32VideoSource.h. |
|
Definition at line 104 of file vtkWin32VideoSource.h. |
|
Definition at line 106 of file vtkWin32VideoSource.h. |