![]() |
Atlas-Cronos
7.4.0
|
Camera device information. More...
Public Member Functions | |
| CameraDeviceInfo (CameraDeviceInfo device) | |
| Initializes a new instance of camera device information. More... | |
| void | Dump (StreamWriter stream) |
| Dump Identity information to XML. This method is used for debugging purpose. More... | |
| void | DumpToFile (string path) |
| Dump Identity information to an XML file at specified location. More... | |
Static Public Member Functions | |
| static CameraDeviceInfo | Create (string source, Interface adapterInterface) |
| Creates a CameraDeviceInfo from an known IP settings. Use this method if you are using static IP settings in your camera(s). More... | |
| static Security.AuthenticationStatus | Resolve (string source, SecurityParameters securityParameters, out CameraDeviceInfo deviceInfo) |
| Resolve a CameraDeviceInfo from a source e.g. ip address. More... | |
| static CameraDeviceInfo | Create (string source, Interface adapterInterface, ImageFormat format) |
| Creates a CameraDeviceInfo from an known IP settings. Use this method if you are using static IP settings in your camera(s). More... | |
Properties | |
| IpConfig | IpConfiguration [get, set] |
| Configuration of network camera i.e. ip address. More... | |
| string | StreamingFormatName [get] |
| The name of the native streaming format. More... | |
| bool | IsFlirCamera [get, set] |
| True if this is a FLIR camera. More... | |
| Interface | CameraDeviceType [get, set] |
| Gets the used interface or adapter i.e. network, USB etc.. More... | |
| string | Name [get, set] |
| Get the name of the device. More... | |
| IpSettings | IpSettings [get, set] |
| Gets the IP settings used by the device (only valid for network cameras). More... | |
| bool | Error [get, set] |
| True if there was an error with the camera device. More... | |
| string | ErrorMessage [get, set] |
| The Error message if an error has occured in discovery. More... | |
| List< ImageFormat > | StreamingFormats [get, set] |
| List of supported streaming formats for this device i.e. 16-bit radiometric, video overlay etc. ImageFormat. More... | |
| ImageFormat | SelectedStreamingFormat [get, set] |
| Selected streaming format, ImageFormat. More... | |
| string | DeviceIdentifier [get, set] |
| The DeviceIdentifier is a unique string that identifies this device. More... | |
| string | SerialNumber [get, set] |
| Camera serial number More... | |
| string | OsImagekitName [get, set] |
| Name of the used FW in the camera. More... | |
| string | SwCombinationVersion [get, set] |
| Used software combination More... | |
| string | ConfigurationKitName [get, set] |
| Used configuration More... | |
| string | Article [get, set] |
| Name of the article More... | |
| VideoQuality | VideoQuality [get, set] |
| Set the video quality for h.264 video streaming. More... | |
| bool | IsRecorderEnabled [get, set] |
| Enable/Disable the recorder. A disabled recorder saves used memory if recording is not needed. More... | |
Camera device information.
|
inline |
Initializes a new instance of camera device information.
| device | device information from Discovery. |
|
inlinestatic |
Creates a CameraDeviceInfo from an known IP settings. Use this method if you are using static IP settings in your camera(s).
| source | For Gigabit cameras the source can be a MAC, IP or device name. For Networks camera the source have to be an IP address. |
| adapterInterface |
|
inlinestatic |
Creates a CameraDeviceInfo from an known IP settings. Use this method if you are using static IP settings in your camera(s).
| source | For Gigabit cameras the source can be a MAC, IP or device name. For Networks camera the source have to be an IP address. |
| adapterInterface | |
| format | The prefered streaming format e.g. FlirFileFormat. |
|
inline |
Dump Identity information to XML. This method is used for debugging purpose.
|
inline |
Dump Identity information to an XML file at specified location.
| path | A string that specifies the path to the location on which to save the file. |
|
inlinestatic |
Resolve a CameraDeviceInfo from a source e.g. ip address.
| source | Connection string e.g. ip address |
| securityParameters | Security settings used to connect to a secured camera. |
| deviceInfo | The returned camera device if successful |
|
getset |
Name of the article
|
getset |
Gets the used interface or adapter i.e. network, USB etc..
|
getset |
Used configuration
|
getset |
The DeviceIdentifier is a unique string that identifies this device.
|
getset |
True if there was an error with the camera device.
|
getset |
The Error message if an error has occured in discovery.
|
getset |
Configuration of network camera i.e. ip address.
|
getset |
Gets the IP settings used by the device (only valid for network cameras).
|
getset |
True if this is a FLIR camera.
|
getset |
Enable/Disable the recorder. A disabled recorder saves used memory if recording is not needed.
|
getset |
Get the name of the device.
|
getset |
Name of the used FW in the camera.
|
getset |
Selected streaming format, ImageFormat.
|
getset |
Camera serial number
|
get |
The name of the native streaming format.
|
getset |
List of supported streaming formats for this device i.e. 16-bit radiometric, video overlay etc. ImageFormat.
|
getset |
Used software combination
|
getset |
Set the video quality for h.264 video streaming.
This property is only applicable on cameras streaming h.264 or MPEG4 video (A300, A310, AX8).
1.8.14