Method | Description | |
---|---|---|
ConfigureCapture ( ) : void |
We can configure some settings related to capturing images from the camera. Primarily we want to control how many buffers are used in the capture process. If we are doing continuous capture, we can configure the interval between subsequent frames.
|
|
GetBitmapInfo ( ) : |
||
GrabSingleFrame ( ) : bool |
Grab a single frame from the video device. Disables Overlay and preview. Since we want complete control of video grabbing, this is what we want. We don't want or need a preview window, and we don't want to be doing overlay either. As the frame is grabbed, our frameDelegate function is called with the retrieved frame.
|
|
OnConnected ( ) : void | ||
ShowCompressionChoices ( ) : void | ||
ShowPreviewWindow ( ) : bool | ||
ShowVideoFormats ( ) : void | ||
ShowVideoSourceChoices ( ) : void |
If the driver supports a dialog box to select the video Source, this method will display it on the screen.
|
|
StartStreaming ( ) : bool | ||
StopStreaming ( ) : bool | ||
VfwCameraDevice ( int width, int height ) : System | ||
VfwCameraDevice ( int index, int width, int height, int fps, int windowStyle, |
Method | Description | |
---|---|---|
ConfigureVideoFormat ( ) : void | ||
ControlCallback ( |
||
ErrorCallback ( |
||
FrameCallBack ( |
||
PrintCompressionType ( uint compression ) : void | ||
StatusCallback ( |
||
StreamCallBack ( |
public VfwCameraDevice ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public VfwCameraDevice ( int index, int width, int height, int fps, int windowStyle, |
||
index | int | |
width | int | |
height | int | |
fps | int | |
windowStyle | int | |
parentWindow | ||
return | System |