共用方式為


ImageReader Class

Definition

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

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

Methods

Dispose()

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

FromVisionSource(VisionSource)

Create a image reader from vision source. Not implemented.

Read()

Read an image. Not implemented.

Read(Memory<Byte>)

Not implemented

ReadAsync()

Asynchronously read an image. Not implemented.

ReadAsync(Memory<Byte>)

Not implemented.

Events

ImageAvailable

An event indicating a new frame is available

Applies to