FrameSetSource Class

Definition

Represents a source of image frame data, used as input to or output from Vision AI operations.

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

Properties

Name Description
Reader

Not implemented

Methods

Name Description
Dispose()

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

FromFrameSetFormat(FrameSetFormat, Action<FrameSetWriter>)

Creates a FrameSetSource from a FrameSetFormat

GetWriter()

Gets a FrameSetWriter associated with this source

Extension Methods

Name Description
GetProperty(FrameSetSource, String, String)

Gets the value of an advanced property by name.

SetProperty(FrameSetSource, String, String)

Sets the value of an advanced property by name.

Applies to