Zivid.NET Namespace |
| Class | Description | |
|---|---|---|
| Application |
Manager class for Zivid cameras. Handles connection to cameras and configuration of the log system.
| |
| Camera |
Interface to one Zivid camera
| |
| CameraRevision | Camera revision | |
| CameraState | Information about camera connection state, live mode, temperatures,
etc. | |
| CameraStateTemperatureGroup | Current temperature(s) | |
| CloudVisualizer | Simple point cloud visualizer for console applications.
This visualization component creates a window with a CloudVisualizerControl in it.
| |
| CloudVisualizerControl |
Windows forms user control for Zivid point clouds
| |
| CloudVisualizerForm |
A Windows Form with a CloudVisualizerControl in it
| |
| ComputeDevice | Represents a Compute device to visualize or perform computations on.
In order to enable fast visualization of point clouds on the Compute device, a connection between the Compute device used by the visualizer and the Compute device used by ZividCamera internally needs to be connected. | |
| DeviceCloud | A device cloud stored on the Compute device | |
| Duration |
Hi-resolution time span. Valid range is 1 nanosecond to 292 years.
| |
| Environment |
Zivid environment, configured through environment variables
| |
| Frame | A frame captured by a Zivid camera | |
| FrameInfo | Various information for a frame | |
| FrameInfoSoftwareVersionGroup | The version information for installed software at the time of
image capture | |
| FrameInfoSoftwareVersionGroupZividAPIGroup | Version information for the Zivid API library | |
| FrameInfoSoftwareVersionGroupZividCameraFileGroup | Version information for the ZividCameraFile driver | |
| FrameInfoSoftwareVersionGroupZividCameraToshibaTeliGroup | Version information for the ZividCameraToshibaTeli
driver | |
| FrameInfoSoftwareVersionGroupZividStudioGroup | Version information for the ZividStudio applicaton | |
| HDR |
High Dynamic Range 3D imaging functions
| |
| PointCloud |
A point cloud with x,y,z, contrast and color data laid out on a 2D grid
| |
| RangeT | Class describing a range of values for a given type T | |
| SerialNumber |
Serial number of a Zivid camera
| |
| Settings | Settings for a Zivid camera | |
| SettingsFiltersGroup | Toggle on or off various filters | |
| SettingsFiltersGroupContrastGroup | Discard points with low contrast values | |
| SettingsFiltersGroupOutlierGroup | Outlier filter based on connected components | |
| SettingsFiltersGroupReflectionGroup | Detect and remove points likely to arise from reflections
(useful for shiny materials) | |
| SettingsFiltersGroupSaturatedGroup | Discard pixels that are saturated in the image | |
| Version |
Version information
|
| Delegate | Description | |
|---|---|---|
| CameraUpdateSettingsDelegate | Delegate function for updating settings | |
| FrameCallback | Callback for frames |