SettingsInfoResolution Method |
Returns the resolution of captured frames according to the provided camera information and settings.
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public static Resolution Resolution(
CameraInfo cameraInfo,
Settings settings
)
Public Shared Function Resolution (
cameraInfo As CameraInfo,
settings As Settings
) As Resolution
public:
static Resolution^ Resolution(
CameraInfo^ cameraInfo,
Settings^ settings
)
Parameters
- cameraInfo
- Type: Zivid.NETCameraInfo
- settings
- Type: Zivid.NETSettings
Return Value
Type:
ResolutionRemarks
Note that for a 2D+3D capture, the 2D color image and 3D point cloud may have different resolutions,
depending on the pixel sampling and resampling settings used in the
Settings and in the
Color. This function returns the resolution of the 3D Point Cloud for the frame,
in other words, it returns the resolution of the
PointCloud returned from
PointCloud. See also
Frame2D.
If no acquisitions have been specified in the provided settings this function will throw an exception.
See Also