CameraCapture Method (Settings2D) |
Capture a single frame in 2D
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Frame2D Capture(
Settings2D settings2D
)
Public Function Capture (
settings2D As Settings2D
) As Frame2D
public:
Frame2D^ Capture(
Settings2D^ settings2D
)
Parameters
- settings2D
- Type: Zivid.NETSettings2D
2D Settings for the capture
Return Value
Type:
Frame2DA frame containing a 2D image and metadata
See Also