Handle to a projected image.
Inheritance Hierarchy SystemObject
Zivid.NET.ProjectionProjectedImage
Namespace:
Zivid.NET.Projection
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public 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 |
TopProperties
| Name | Description |
---|
| Active | Check if a handle is associated with an ongoing image projection. |
TopMethods
| 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 ObjectToString.) |
TopRemarks
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