Click or drag to resize
WebCamera.Capabilities Property
Gets the supported resolutions and frame rates for the selected capturing device.

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

Property Value

Type: List<VideoCapabilities>

Implements

IWebCamera.Capabilities
See Also