This method displays the Pin Dialog.
[Visual Basic] Public Function ShowPinDialog()
As Boolean
[C#] public bool ShowPinDialog();
Return Value
Returns True if successful, otherwise returns False
Explanation
The ShowPinDialog method displays the Pin Dialog.
To execute this method it is first necessary to execute the Open method and establishing a connection to the Web(USB) camera.
If unsuccessful, then "Step", "Connect" or "ETC" will be set in the ErrorStatus property.
Note: Changing resolution and other settings during capture will not alter the recording. You must first stop the capture (execute the Stop method) then make your resolution and other setting changes.
See Also
Record Members | Newtone.ImageKit.Win.WebCamera.Record