Property | Type | Description | |
---|---|---|---|
bitmap | System.Drawing.Bitmap | ||
cam | |||
dImg | System.Drawing.Image | ||
pEffect | Primitive[] |
Method | Description | |
---|---|---|
DoEffect ( System _dImg, eEffect _effect, Primitive parameter ) : System.Drawing.Image | ||
End ( ) : void |
End the webcam display, call this before removing the webcam shape.
|
|
Pause ( ) : void |
Pause the webcam updates.
|
|
ResizeAbort ( ) : bool | ||
Resume ( ) : void |
Resume the webcam updates.
|
|
Snapshot ( ) : void |
Take a snapshot and save it as a jpg with a SaveAs dialog.
|
|
SnapshotToFile ( Primitive fileName ) : void |
Take a snapshot and save it to a file.
|
|
SnapshotToImageList ( ) : Primitive |
Take a snapshot and save it to the ImageList (memory loaded image).
|
|
Start ( Primitive width, Primitive height ) : Primitive |
Start a webcam display object (SmallBasic shape). If this is called more than once, multiple copies af the same webcam image are be generated. This object can be moved, zommed, rotated etc using the standard Shapes methods. Maximum resolution usually at 640 x 480 pixels, smaller may be faster.
|
Method | Description | |
---|---|---|
CamThread ( ) : void | ||
Connect ( ) : void | ||
Disconnect ( ) : void | ||
SendMessage ( |
||
TakeSnapshot ( string fileName ) : string | ||
UpdateImage ( ) : void | ||
UpdateImage_Delegate ( ) : void | ||
calc_shift ( double x1, double x2, double cx, double k ) : double | ||
capCreateCaptureWindowA ( string lpszWindowName, int dwStyle, int X, int Y, int nWidth, int nHeight, |
||
getRadialX ( double x, double y, double cx, double cy, double k ) : double | ||
getRadialY ( double x, double y, double cx, double cy, double k ) : double | ||
timer_Tick ( object sender, |
public static DoEffect ( System _dImg, eEffect _effect, Primitive parameter ) : System.Drawing.Image | ||
_dImg | System | |
_effect | eEffect | |
parameter | Primitive | |
return | System.Drawing.Image |
public static SnapshotToFile ( Primitive fileName ) : void | ||
fileName | Primitive | File to save jpg snapshot to. |
return | void |
public static SnapshotToImageList ( ) : Primitive | ||
return | Primitive |
public static Start ( Primitive width, Primitive height ) : Primitive | ||
width | Primitive | The width of the webcam display object. |
height | Primitive | The height of the webcam display object. |
return | Primitive |
public static System.Drawing.Bitmap bitmap | ||
return | System.Drawing.Bitmap |
public static Capture,LitDev.Engines cam | ||
return |
public static System.Drawing.Image dImg | ||
return | System.Drawing.Image |