Method | Description | |
---|---|---|
CreateCaptureDeviceFromIndex ( int index, int width, int height ) : |
||
CreateCaptureDeviceFromName ( string friendlyName, int width, int height ) : |
||
GetCameraControl ( ) : IAMCameraControl | ||
GetNumberOfInputDevices ( ) : int | ||
SignalToStop ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
VideoCaptureDevice ( ) : System | ||
VideoCaptureDevice ( |
||
WaitForStop ( ) : void | ||
WorkerThread ( ) : void |
Method | Description | |
---|---|---|
OnNewBuffer ( double SampleTime, |
Method | Description | |
---|---|---|
AcquireInterfaces ( ) : void | ||
AddFilters ( ) : void | ||
AddSampleGrabber ( ) : void | ||
AddSourceFilter ( ) : void | ||
ConfigureSourceFilter ( IAMStreamConfig streamConfig, int iWidth, int iHeight, short bitsPerPixel ) : void |
Configure the capture filter once it is in the graph. We configure the source filter with the desired size, mediasubtype, and bits per pixel. This must be done before the capture pin is connected to other filters in the graph. |
|
ConnectFilters ( ) : void | ||
Free ( ) : void | ||
GetCaptureSize ( ) : void | ||
GetIndexedVideoInputDevice ( int indexed ) : IBaseFilter | ||
ReleaseInterfaces ( ) : void | ||
SetupGraph ( ) : void |
public static CreateCaptureDeviceFromIndex ( int index, int width, int height ) : |
||
index | int | |
width | int | |
height | int | |
return |
public static CreateCaptureDeviceFromName ( string friendlyName, int width, int height ) : |
||
friendlyName | string | |
width | int | |
height | int | |
return |
public GetCameraControl ( ) : IAMCameraControl | ||
return | IAMCameraControl |
public static GetNumberOfInputDevices ( ) : int | ||
return | int |
protected OnNewBuffer ( double SampleTime, |
||
SampleTime | double | |
pBuffer | ||
BufferLen | int | |
return | int |
public VideoCaptureDevice ( |
||
device | ||
width | int | |
height | int | |
return | System |