FrameSource Class

Definition

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

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

Properties

Reader

Gets a FrameReader associated with this FrameSource

Methods

CloseWriter()

Closes the frame source for writing.

Dispose()

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

Dispose(Boolean)

Disposes of external resources

FromFormat(FrameFormat, Action<FrameWriter>)

Initializes a new instance of the FrameSource class from FrameFormat

GetWriter()

Gets the FrameWriter associated with this FrameSource

Extension Methods

GetProperty(FrameSource, String, String)

Gets the value of an advanced property by name.

SetProperty(FrameSource, String, String)

Sets the value of an advanced property by name.

Applies to