Atlas-Cronos  7.4.0
Public Member Functions | Events | List of all members
Flir.Atlas.Live.Interfaces.ICameraAdapter Interface Reference
Inheritance diagram for Flir.Atlas.Live.Interfaces.ICameraAdapter:
Flir.Atlas.Live.CameraEngines.CLICameraAdapter Flir.Atlas.Live.CameraEngines.SpinnakerAdapter

Public Member Functions

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)
 

Events

EventHandler< NonRecoverableErrorEventArgsNonRecoverableError
 
EventHandler< ImageReadyEventArgsImageReady
 
EventHandler< DeviceErrorEventArgsDeviceError
 
EventHandler< StreamErrorEventArgsStreamError