Click or drag to resize

CameraState Class

Information about camera connection state, temperatures, etc.
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraState

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class CameraState

The CameraState type exposes the following members.

Constructors
  NameDescription
Public methodCameraState
Constructor
Public methodCameraState(String)
Initializes a new instance of the CameraState class
Top
Properties
  NameDescription
Public propertyAvailable
Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect().
Public propertyConnected
Flag if camera is connected in software
Public propertyTemperature
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodLoad
Public methodSave
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also