ProjectedImageCapture2D Method  | 
 Capture a single 2D frame without stopping the ongoing image projection
 
    Namespace: 
   Zivid.NET.Projection
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic Frame2D Capture2D(
	Settings2D settings2D
)
Public Function Capture2D ( 
	settings2D As Settings2D
) As Frame2D
public:
Frame2D^ Capture2D(
	Settings2D^ settings2D
)
Parameters
- settings2D
 - Type: Zivid.NETSettings2D
Settings2D to use for the capture 
Return Value
Type: 
Frame2DA frame containing a 2D image and metadata
Remarks
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