Click or drag to resize

WebCameraCapabilities Property

Gets the supported resolutions and frame rates for the selected capturing device.

Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public List<VideoCapabilities> Capabilities { get; }

Property Value

ListVideoCapabilities

Implements

IWebCameraCapabilities
See Also