Click or drag to resize

Frame Class

A frame captured by a Zivid camera
Inheritance Hierarchy
SystemObject
  Zivid.NETFrame

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

The Frame type exposes the following members.

Constructors
  NameDescription
Public methodFrame
Initializes a new instance of the Frame class
Public methodFrame(Frame*)
Initializes a new instance of the Frame class
Public methodFrame(String)
Create a frame by loading data from a file
Top
Properties
  NameDescription
Public propertyDeviceCloud
The point cloud on the Compute device
Public propertyInfo
Additional information associated with the frame
Public propertySettings
The camera settings at the time of the frame capture
Public propertyState
The camera state data at the time of the frame capture
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Frame
Public methodGetPointCloud
Copy the point cloud to the CPU and return it
Public methodLoad
Load a frame from a Zivid data file
Public methodSave
Save the frame as a Zivid Data File
Top
Remarks
Contains point cloud on the Compute device as well as calibration data, settings and state used by the API at time of the frame capture.
See Also