Click or drag to resize

Camera Class

Interface to one Zivid camera
Inheritance Hierarchy
SystemObject
  Zivid.NETCamera

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

The Camera type exposes the following members.

Constructors
  NameDescription
Public methodCamera
Initializes a new instance of the Camera class
Public methodCamera(Camera*)
Initializes a new instance of the Camera class
Public methodCamera(Camera*)
Initializes a new instance of the Camera class
Top
Properties
  NameDescription
Public propertyInfo
Information about camera model, serial number etc.
Public propertyState
Current camera state
Public propertyUserData
Read user data from camera
Top
Methods
  NameDescription
Public methodCapture(Settings)
Capture a single frame
Public methodCapture(Settings2D)
Capture a single frame in 2D
Public methodCloseAperture
Close the camera's aperture
Public methodConnect
Connect to the camera
Public methodDisconnect
Disconnect from the camera and free all resources associated with it
Public methodDispose
Releases all resources used by the Camera
Public methodToString
Get string representation of the camera info
(Overrides ObjectToString.)
Public methodWriteUserData
Write user data to camera. The total number of writes supported depends on camera model and size of data
Top
Remarks
See Settings and Settings2D for a list of settings that can be configured in the camera. Capture frames by calling Capture(Settings) or Capture(Settings2D).
See Also