Description
This McCaptDevice instance is starting a live preview.
Syntax
Private Sub object_BeforePreview(CaptureDevice, PreviewWindow, PreviewType)
The BeforePreview Event syntax has these parts:
|
| object | A McCapture object. | | CaptureDevice | A McCaptDevice object. the event source device.
| | PreviewWindow | A Variant value. the preview window (IMcViewer or HWND).
| | PreviewType | A mcCaptPreviewWinType enumeration, as described in settings. the preview mode flag
|
Settings The settings for PreviewType are:
 | mcPvwWinType_HWND | 0 | |
 | mcPvwWinType_Viewer | 1 | |
|