Frame Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Frame being passed into or retrieved from the Vision SDK.
public class Frame : IDisposable
type Frame = class
interface IDisposable
Public Class Frame
Implements IDisposable
- Inheritance
-
Frame
- Implements
Constructors
Frame(Memory<Byte>) |
Constructs a frame object with existing data. |
Properties
Data |
Gets available data from the frame. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Extension Methods
SetProperty(Frame, String, String) |
Sets the value of an advanced property by name. |
TryGetProperty(Frame, String, String) |
Gets the value of an advanced property by name. |