CameraCapture Method (Settings2D) |
Capture a single 2D frame
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.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
Settings2D to use for the capture
Return Value
Type:
Frame2DA frame containing a 2D image and metadata
Remarks
This method is deprecated as of SDK 2.14, and will be removed in the next SDK major version (3.0).
Use
Capture2D(Settings2D) instead.
This method shares the common remarks about capture functions as found in the "Remarks" section of
Capture2D3D(Settings).
See Also