FrameReader Class

Definition

Represents the ability to read image frame data, for use as input with Vision AI operations.

public class FrameReader : IDisposable
type FrameReader = class
    interface IDisposable
Public Class FrameReader
Implements IDisposable
Inheritance
FrameReader
Implements

Properties

Name Description
Format

Get the frame format of the reader

Methods

Name Description
Close()

Close the FrameReader. Not implemented.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FromVisionSource(VisionSource)

Create a frame reader from vision source. Not implemented.

Read()

Read a frame. Not implemented.

Read(Memory<Byte>)

Not implemented

ReadAsync()

Asynchronously read a frame. Not implemented.

ReadAsync(Memory<Byte>)

Not implemented.

Events

Name Description
FrameAvailable

An event indicating a new frame is available

Applies to