Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
OnNewBuffer ( double SampleTime, |
Метод | Описание | |
---|---|---|
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 | |
Результат |
public static CreateCaptureDeviceFromName ( string friendlyName, int width, int height ) : |
||
friendlyName | string | |
width | int | |
height | int | |
Результат |
public GetCameraControl ( ) : IAMCameraControl | ||
Результат | IAMCameraControl |
public static GetNumberOfInputDevices ( ) : int | ||
Результат | int |
protected OnNewBuffer ( double SampleTime, |
||
SampleTime | double | |
pBuffer | ||
BufferLen | int | |
Результат | int |
public VideoCaptureDevice ( |
||
device | ||
width | int | |
height | int | |
Результат | System |