CameraCapture2D Method (Settings2D) |
Capture a single 2D frame
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public 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 images is complete, and the camera has stopped
projecting patterns. For more information, see the remarks section of
Capture2D3D(Settings) above. Those remarks apply for both 2D, 3D, and 2D+3D
captures.
See Also