ProjectedImageCapture2D Method (Settings) |
Capture a single 2D frame without stopping the ongoing image projection
Namespace:
Zivid.NET.Projection
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic Frame2D Capture2D(
Settings settings
)
Public Function Capture2D (
settings As Settings
) As Frame2D
public:
Frame2D^ Capture2D(
Settings^ settings
)
Parameters
- settings
- Type: Zivid.NETSettings
Settings 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.
This overload is provided for convenience. Note that only the Settings2D part under
Color will be used for the capture. The other parts of the settings will be
ignored.
See Also