Click or drag to resize

ProjectedImage Class

Handle to a projected image.
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.ProjectionProjectedImage

Namespace:  Zivid.NET.Experimental.Projection
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class ProjectedImage : IDisposable

The ProjectedImage type exposes the following members.

Constructors
  NameDescription
Public methodProjectedImage
Initializes a new instance of the ProjectedImage class
Top
Properties
  NameDescription
Public propertyActive
Check if a handle is associated with an ongoing image projection.
Top
Methods
  NameDescription
Public methodCapture
Capture a single 2D frame without stopping the ongoing image projection
Public methodDispose
Releases all resources used by the ProjectedImage
Public methodStop
Stop the ongoing image projection.
Public methodToString
Get a string representation of the projected image.
(Overrides ObjectToString.)
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