Frame Methods |
The Frame type exposes the following members.
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 | |
![]() | 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.) |