Capture a single 3D frame
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public Frame Capture3D(
Settings settings
)
Public Function Capture3D (
settings As Settings
) As Frame
public:
Frame^ Capture3D(
Settings^ settings
)
Parameters
- settings
- Type: Zivid.NETSettings
Settings to use for the capture
Return Value
Type:
FrameA frame containing a 3D point cloud and metadata
Remarks
This method is used to capture a 3D frame without a 2D color image. It ignores all color settings in the
input settings. See
Capture2D3D(Settings) for capturing a 2D+3D frame.
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