Click or drag to resize

ProjectedImageCapture Method

Capture a single 2D frame without stopping the ongoing image projection

Namespace:  Zivid.NET.Projection
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public Frame2D Capture(
	Settings2D settings2D
)

Parameters

settings2D
Type: Zivid.NETSettings2D
Settings2D to use for the capture

Return Value

Type: Frame2D
A frame containing a 2D image and metadata
Remarks
This method is deprecated and will be removed in the next SDK major release (3.0). It is replaced by Capture2D(Settings2D). This method returns right after the acquisition of the image is complete. This function can only be used with a zero-brightness 2D capture, otherwise it will interfere with the projected image. An exception will be thrown if settings contains brightness > 0.
See Also