Handle to a projected image.
Inheritance HierarchySystem.Object
Zivid.NET.Projection.ProjectedImage
Namespace:
Zivid.NET.Projection
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic class ProjectedImage : IDisposable
Public Class ProjectedImage
Implements IDisposable
public ref class ProjectedImage : IDisposable
The ProjectedImage type exposes the following members.
Constructors
| Name | Description |
---|
 | ProjectedImage | Initializes a new instance of the ProjectedImage class |
Top
Properties
| Name | Description |
---|
 | Active | Check if a handle is associated with an ongoing image projection. |
Top
Methods
| Name | Description |
---|
 | Capture | Capture a single 2D frame without stopping the ongoing image projection |
 | Dispose | Releases all resources used by the ProjectedImage |
 | Stop | Stop the ongoing image projection. |
 | ToString | Get a string representation of the projected image. (Overrides Object.ToString().) |
Top
Remarks
The projector will continue to project the same image until its handle is disposed, its Stop method is called,
or a capture is performed.
See Also