This method displays the Capture Pin dialog.

[Delphi]   [ Boolean = ]previewcontrolname.ShowCapturePinDialog

Parameters

None

Return Value

Returns True if successful, returns False when not successful.

Explanation

The ShowCapturePinDialog method displays the Capture Pin dialog. To execute this method successfully, you must first execute the Open method and connect to a Web(USB) camera.

When the ShowCapturePinDialog method's return value is True (nonzero), the following properties are updated: BitCount, Compression, FrameRate, VideoHeight, VideoSubType, and VideoWidth. When the return value is False, values of 2, 11, or 202 will be set in the ErrorStatus property.

If output size or other format settings are changed while the preview is running, those changes will not take effect. You will have to stop the preview (execute the Stop method) first and then change the settings.

 

The ImageKit10 VCL is a product created by Newtone Corporation