Click or drag to resize

SettingsAcquisition Class

Settings for a single acquisition
Inheritance Hierarchy
SystemObject
  Zivid.NETSettingsAcquisition

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

The SettingsAcquisition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAperture
Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to the effective aperture diameter).
Public propertyBrightness
Brightness controls the light output from the projector. Brightness above 1.0 may be needed when the distance between the camera and the scene is large, or in case of high levels of ambient lighting. Brightness above 1.0 is supported on Zivid One Plus and Zivid Two. When brightness is above 1.0 the duty cycle of the camera (the percentage of time the camera can capture) will be reduced. For Zivid One Plus the duty cycle in boost mode is 50%. For Zivid Two the duty cycle is reduced linearly from 100% at brightness 1.0, to 50% at brightness 1.8. The duty cycle is calculated over a 10 second period. This limitation is enforced automatically by the camera. Calling capture when the duty cycle limit has been reached will cause the camera to first wait (sleep) for a duration of time to cool down, before capture will start.
Public propertyExposureTime
Exposure time for each single image in the measurement. Affects frame rate.
Public propertyGain
Analog gain in the camera
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 methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also