InputImageSelectionStrategy
Represents the strategy used to select the best input image from a pool of stable input images.
Before selecting the best quality image, a sequence of stable input images must be available. From this pool of input images, the one with the highest quality is selected. An input image is considered stable if the image analysis results are consistent across consecutive stream of input images.
A larger pool size increases the likelihood of capturing a high-quality image but may introduce a slight delay, as more stable input images need to be collected.
Entries
Selects first acceptable stable input image.
Processing is faster, but it is possible to select input image with lower quality because smaller pool of stable input images is considered.
Processing is slower in order to select high quality input image because larger pool of stable input images is considered.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.