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
| Name | Description |
|---|---|
| Frame(Memory<Byte>) |
Constructs a frame object with existing data. |
Properties
| Name | Description |
|---|---|
| Data |
Gets available data from the frame. |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Extension Methods
| Name | Description |
|---|---|
| GetProperty(Frame, String, String) |
Gets the value of an advanced property by name. |
| SetProperty(Frame, String, String) |
Sets the value of an advanced property by name. |