Table of Contents

TTMSFNCWXCustomCameraResolution Class

Holds the preferred capture resolution requested from the camera as an ideal width and height.

API unit family: TMSFNCWXCamera Inherits from: TPersistent

Syntax

TTMSFNCWXCustomCameraResolution = class(TPersistent)

Remarks

The values are hints: the device selects the closest supported resolution rather than guaranteeing an exact match.

Properties

Name Description
IdealHeight Specifies the preferred capture height, in pixels.
IdealWidth Specifies the preferred capture width, in pixels.

Events

Name Description
OnChanged Occurs when the ideal width or height changes, so the owner can re-apply the resolution to the live camera stream.