SampleBufferMode
Viscom Software VideoCap ActiveX Control |
SampleBufferMode Property
Description: |
Enables frame grabber mode to memory, Picturebox, Bitmpa Handle, clipboard or disable it. |
Usage: |
VideoCap1.SampleBufferMode[= value] |
Data Type: |
Integer |
Example: |
This code demonstrates how to enable the frame grabber mode Private Sub VideoCap1_SampleBuffer(ByVal iwidth As Integer, ByVal iheight As Integer, ByVal iSampleTime As Double, pBuffer As Long, ByVal iBufferLen As Long) |