Retreives the specified webcamera device with additional parameters.

C# | Visual Basic | Visual C++ |
public static WebCamera GetDevice( VideoDeviceInfo info, Resolution resolution, int desiredFrameRate )
Public Shared Function GetDevice ( info As VideoDeviceInfo, resolution As Resolution, desiredFrameRate As Integer ) As WebCamera
public: static WebCamera^ GetDevice( VideoDeviceInfo^ info, Resolution^ resolution, int desiredFrameRate )

- info (VideoDeviceInfo)
- Device information.
- resolution (Resolution)
- Size of the captured frame.
- desiredFrameRate (Int32)
- Desired frame rate.

WebCamera
The webcamera object.
The webcamera object.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649