Description
This McCaptDevice instance has updated a live preview frame.
Syntax
Private Sub object_PreviewFrame(CaptureDevice, PreviewWindow, PreviewType, Image)
The PreviewFrame 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 type flag
| | Image | A McImage object. The image frame updated for the preview.
|
Settings The settings for PreviewType are:
 | mcPvwWinType_HWND | 0 | |
 | mcPvwWinType_Viewer | 1 | |
|