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