Click or drag to resize

PointCloudCopyPointsXYZColorsBGRA_SRGB Method

Get PointXYZColorBGRA_SRGB as an array of rank 2 with size height * width

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntax
public PointXYZColorBGRA_SRGB[,] CopyPointsXYZColorsBGRA_SRGB()

Return Value

Type: PointXYZColorBGRA_SRGB
Rank 2 array of PointXYZColorBGRA_SRGB
Remarks
This method copies the 3D point coordinates and colors from compute device memory to host (CPU) system memory (RAM) and returns them as an array of PointXYZColorBGRA_SRGB. PointXYZColorBGRA_SRGB contains point coordinates stored as floats in a PointXYZ, and colors stored as BGRA_SRGB (8 bits per channel in the sRGB color space) in a ColorBGRA_SRGB.
See Also