WebCameraFactoryGetDevice Method (VideoDeviceInfo, OzResolution, Int32) |
Retreives the specified webcamera device with additional parameters.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static IWebCamera GetDevice(
VideoDeviceInfo info,
OzResolution resolution,
int desiredFrameRate
)
Public Shared Function GetDevice (
info As VideoDeviceInfo,
resolution As OzResolution,
desiredFrameRate As Integer
) As IWebCamera
public:
static IWebCamera^ GetDevice(
VideoDeviceInfo^ info,
OzResolution^ resolution,
int desiredFrameRate
)
static member GetDevice :
info : VideoDeviceInfo *
resolution : OzResolution *
desiredFrameRate : int -> IWebCamera
Parameters
- info
- Type: Ozeki.MediaVideoDeviceInfo
Device information. - resolution
- Type: OzResolution
Size of the captured frame. - desiredFrameRate
- Type: SystemInt32
Desired frame rate.
Return Value
Type:
IWebCameraThe webcamera object.
See Also