Initializes a new instance of the WebCamCapture class

Namespace:  Bespoke.Common.Video
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public WebCamCapture(
	int deviceNumber,
	int frameRate,
	int width,
	int height
)
Visual Basic (Declaration)
Public Sub New ( _
	deviceNumber As Integer, _
	frameRate As Integer, _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
WebCamCapture(
	int deviceNumber, 
	int frameRate, 
	int width, 
	int height
)

Parameters

deviceNumber
Type: System..::.Int32

[Missing <param name="deviceNumber"/> documentation for "M:Bespoke.Common.Video.WebCamCapture.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

frameRate
Type: System..::.Int32

[Missing <param name="frameRate"/> documentation for "M:Bespoke.Common.Video.WebCamCapture.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: System..::.Int32

[Missing <param name="width"/> documentation for "M:Bespoke.Common.Video.WebCamCapture.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: System..::.Int32

[Missing <param name="height"/> documentation for "M:Bespoke.Common.Video.WebCamCapture.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also