Capture a single frame in 2D
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Frame2D Capture2D(
Settings2D settings2D
)
Public Function Capture2D (
settings2D As Settings2D
) As Frame2D
public:
Frame2D^ Capture2D(
Settings2D^ settings2D
)
Parameters
- settings2D
- Type: Zivid.NETSettings2D
2D Settings for the capture
Return Value
Type:
Frame2DA frame containing a 2D image and metadata
Remarks
Note that the provided settings will only apply to this current 2D
capture, and not future 3D captures invoked via
Capture,
StartLive.
See Also