Zivid
1.0.1+3607.8a7510c4
Zivid API
|
▼NZivid | |
CApplication | Manager class for Zivid |
CArgumentException | An exception that is thrown when an argument provided to a method is invalid |
CCamera | Interface to one Zivid camera |
CCameraRevision | Camera revision |
▼CCameraState | Information about camera connection state, live mode, temperatures, etc |
CAvailable | Flag if camera is available for use or not |
CConnected | Flag if camera is initialized or not |
CLive | Camera live status |
▼CTemperature | Current temperature(s) |
CDMD | DMD temperature |
CGeneral | General temperature |
CLED | LED temperature |
CLens | Lens temperature |
CPCB | PCB temperature |
CCloudVisualizer | An instance of the point cloud visualizer |
CComputeDevice | A Compute device on which to allocate a device point cloud |
CDeviceCloud | Point cloud on the Compute device |
CException | A common base class for all Zivid exceptions |
CFrame | A frame captured by a Zivid camera |
▼CFrameInfo | Various information for a frame |
▼CSoftwareVersion | The version information for installed software at the time of image capture |
▼CZividAPI | Version information for the Zivid API library |
CComments | Comments |
CFileDescription | File description |
CFileVersion | File version |
CProductVersion | Product version |
▼CZividCameraFile | Version information for the ZividCameraFile driver |
CComments | Comments |
CFileDescription | File description |
CFileVersion | File version |
CProductVersion | Product version |
▼CZividCameraToshibaTeli | Version information for the ZividCameraToshibaTeli driver |
CComments | Comments |
CFileDescription | File description |
CFileVersion | File version |
CProductVersion | Product version |
▼CZividStudio | Version information for the ZividStudio applicaton |
CComments | Comments |
CFileDescription | File description |
CFileVersion | File version |
CProductVersion | Product version |
CTimeStamp | The time of frame capture |
CIOException | An exception that is thrown whenever an I/O error occurs |
CLogicException | An exception that is thrown when attempting to do an operation that doesn't make sense in the current execution context |
CPoint | A 3D point with contrast and RGBA values |
CPointCloud | A point cloud with x,y,z, contrast and color data laid out on a 2D grid |
CRange | Class describing a range of values for a given type T The range boudaries for both minimum and maximum are inclusive /summary> |
CRuntimeException | An exception that is thrown when an unpredictable event caused an operation to fail |
CSerialNumber | Serial number of a Zivid camera |
▼CSettings | Settings for a Zivid camera |
CBidirectional | Enable or disable the use of bi-directional patterns (requires twice as many patterns as well as increased exposure time) |
CBlueBalance | White balance of blue channel in the camera |
CBrightness | Brightness in the light output from the projector |
CExposureTime | Exposure time for each single image in the measurement |
▼CFilters | Toggle on or off various filters |
▼CContrast | Discard points with low contrast values |
CThreshold | Disregard points with contrast below the given value |
▼COutlier | Outlier filter based on connected components |
CEnabled | Enable or disable the outlier filter |
CThreshold | Mark point as an outlier if neighboring pixel has a 3D distance above given threshold |
▼CReflection | Detect and remove points likely to arise from reflections (useful for shiny materials) |
CEnabled | Enable or disable the reflection filter |
▼CSaturated | Discard pixels that are saturated in the image |
CEnabled | Enable or disable the saturation filter |
CIris | Iris (aperture) setting for the camera |
CRedBalance | White balance of red channel in the camera |
CSettingsBatch | Helper class to a apply a batch of settings changes to a camera |