Click or drag to resize
CameraDeviceInfo Class
Camera device information.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Live.DiscoveryCameraDeviceInfo

Namespace: Flir.Atlas.Live.Discovery
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public class CameraDeviceInfo

The CameraDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodCameraDeviceInfo
Initializes a new instance of camera device information.
Top
Methods
  NameDescription
Public methodStatic memberCode exampleCreate
Connect to a camera with a static IP address. Creates a CameraDeviceInfo from an known address. Create() is trying to find the camera on the network.
Public methodDumpToFile
Dump Identity information to an XML file at specified location.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldArticle
Name of the article
Public fieldConfigurationKitName
Used configuration
Public fieldOsImagekitName
Name of the used FW in the camera.
Public fieldSerialNumber
Camera serial number
Public fieldSwCombinationVersion
Used software combination
Top
Properties
  NameDescription
Public propertyCameraDeviceType
Device type.
Public propertyDeviceIdentifier
The DeviceIdentifier is a unique string that identifies the device.
Public propertyIpConfiguration
Configuration of network camera i.e. ip address.
Public propertyIpSettings
IP settings used by the device.
Public propertyIsFlirCamera
True if this is a FLIR camera.
Public propertyName
Name of the device.
Public propertySelectedStreamingFormat
Selected streaming format.
Public propertyStreamingFormats
List of supported streaming formats for this device.
Top
See Also