WebCameraFactoryGetDevice(VideoDeviceInfo, OzResolution, Int32) Method |
Retreives the specified webcamera device with additional parameters.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 VideoDeviceInfo
- Device information.
- resolution OzResolution
- Size of the captured frame.
- desiredFrameRate Int32
- Desired frame rate.
Return Value
IWebCameraThe webcamera object.
See Also