FrameGetQualityMetrics Method

Note: This API is now obsolete.
Calculates the quality metrics for the current frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public List<float> GetQualityMetrics(
	float iso = NaNf,
	int maxQualityMetrics = 100
)

Parameters

iso  Single  (Optional)
The ISO used to capture this frame
maxQualityMetrics  Int32  (Optional)
The maximum number of metrics to return

Return Value

ListSingle
list of metrics

Remarks

The provided ISO and exposure settings along with the current frame image data are used to construct a set of quality metrics which are used by the exposure algorithm to determine if the ISO needs to be increased or decreased to improve the image quality.

See Also