Method | Description | |
---|---|---|
GetAverageFrameRate ( int ConfigIndex ) : int | ||
GetCapabilities ( |
||
GetCapabilities ( int ConfigIndex ) : |
||
GetFrameNumber ( ) : int | ||
GetID ( ) : int | ||
GetMaximumFrameRate ( int ConfigIndex ) : int | ||
GetName ( ) : string | ||
GetNumberOfConfiguration ( ) : int | ||
GetSupportedFrameSize ( int ConfigIndex ) : |
||
LocalCameraDevice ( string aCameraName, string MonikerString, int aCameraID ) : System | ||
PrintConfigurationInfo ( ) : void | ||
RegisterBitmapAcquiredCB ( NewBitmapAcquiredCBType aNewBitmapAcquiredCBHandler ) : void | ||
ResetFrameNumber ( ) : void | ||
SetLatestFrame ( |
||
Start ( |
||
Start ( int DesiredFrameRate, |
||
Stop ( ) : void |
Method | Description | |
---|---|---|
NewFrameAcquired ( object sender, |
public GetAverageFrameRate ( int ConfigIndex ) : int | ||
ConfigIndex | int | |
return | int |
public GetCapabilities ( |
||
Resolution | ||
return |
public GetCapabilities ( int ConfigIndex ) : |
||
ConfigIndex | int | |
return |
public GetMaximumFrameRate ( int ConfigIndex ) : int | ||
ConfigIndex | int | |
return | int |
public GetSupportedFrameSize ( int ConfigIndex ) : |
||
ConfigIndex | int | |
return |
public LocalCameraDevice ( string aCameraName, string MonikerString, int aCameraID ) : System | ||
aCameraName | string | |
MonikerString | string | |
aCameraID | int | |
return | System |
public RegisterBitmapAcquiredCB ( NewBitmapAcquiredCBType aNewBitmapAcquiredCBHandler ) : void | ||
aNewBitmapAcquiredCBHandler | NewBitmapAcquiredCBType | |
return | void |
public SetLatestFrame ( |
||
aBitmap | ||
return | void |
public Start ( |
||
Capability | ||
return | void |
public Start ( int DesiredFrameRate, |
||
DesiredFrameRate | int | |
FrameSize | ||
return | void |