WebCameraFactoryGetDevice(VideoDeviceInfo, OzResolution, Int32) Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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
-
- resolution OzResolution
-
- desiredFrameRate Int32
-
Return Value
IWebCamera
See Also