Frame Class

Definition

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

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.

Applies to