ImageReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |