Frame Class |
Namespace: Zivid.NET
The Frame type exposes the following members.
Name | Description | |
---|---|---|
![]() | Frame | Initializes a new instance of the Frame class |
![]() | Frame(Frame*) | Initializes a new instance of the Frame class |
![]() | Frame(String) | Create a frame by loading data from a file |
Name | Description | |
---|---|---|
![]() | CameraInfo | Information about the camera used to capture the frame |
![]() | Frame2D | Get 2D frame from 2D+3D frame. |
![]() | Info | Additional information associated with the frame |
![]() | IsDisposed | Check if the frame is disposed |
![]() | PointCloud | The point cloud |
![]() | Settings | The camera settings at the time of the frame capture |
![]() | State | The camera state data at the time of the frame capture |
Name | Description | |
---|---|---|
![]() | Clone |
Returns a clone of the frame. The clone will include a copy of all of the point cloud data on
the compute device memory. This means that the returned frame will not be affected by subsequent
modifications on the original frame or point cloud.
|
![]() | Dispose | Releases all resources used by the Frame |
![]() | Load | Load a frame from a Zivid data file |
![]() | Save | Save the frame to file |
![]() | ShallowCopy |
Returns a shallow copy of the frame. The copy will share the point cloud data with the original frame.
This means that modifications to the point cloud data in the copy will also affect the original frame.
|
![]() | ToString | Get string representation of the frame (Overrides ObjectToString.) |