FrameSetWriter Class

Definition

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

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

Methods

Dispose()

Disposes the current object. It is safe to call this multiple times

GetMemory(Int32)

Not implemented

Write(Frame[])

Writes a set of frames of image data to the underlying FrameSetSource.

Write(Memory<Byte>[])

Writes a set of frames of image data to the underlying FrameSetSource.

Applies to