Click or drag to resize

CameraState Class

Information about camera connection state, live mode, 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 propertyLive
Camera live status
Public propertyTemperature
Current temperature(s)
Top
Methods
  NameDescription
Public methodload
Public methodsave
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also