메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
protected OnNewBuffer ( double SampleTime, |
||
SampleTime | double | |
pBuffer | ||
BufferLen | int | |
리턴 | int |
public VideoCaptureDevice ( |
||
device | ||
width | int | |
height | int | |
리턴 | System |