setNumberOfBestFramesToCollect method of the IImageCaptureService interface
Sets a number of frames with the highest quality to collect during capture. Access the frames via the BestFrames property of the Result class.
By default the number of frames is set to 0 (no additional frames will be returned).
void setNumberOfBestFramesToCollect( int numberOfBestFrames );
Parameters
- numberOfBestFrames
- The number of best frames to return.
3/2/2022 12:59:15 PM