|
|
int | Authenticate (CameraDeviceInfo cameraDeviceInfo, string certificatePath, string baseName, string commonName, int timeoutMs) |
| |
|
bool | Connect (CameraDeviceInfo cameraDeviceInfo, SecurityParameters securityParameters) |
| |
|
bool | Connect (string typeId, string source) |
| |
|
bool | IsConnected () |
| |
|
void | Disconnect () |
| |
|
int | IsGrabberReady () |
| |
|
void | StartGrabbing () |
| |
|
void | StopGrabbing () |
| |
|
bool | IsGrabbing () |
| |
|
int | GetNumStreamingErrors () |
| |
|
float [] | GetFrameRates () |
| |
|
int | GetFrameRateIndex () |
| |
|
void | SetFrameRateIndex (int index) |
| |
|
System.Drawing.Size [] | Resolutions () |
| |
|
int | GetResolutionIndex () |
| |
|
void | SetResolutionIndex (int index) |
| |
|
XElement | ExecuteCommand (XElement xml) |
| |
|
bool | Heartbeat () |
| |
|
string | GetErrorMessageFromCode (int errorCode) |
| |