Click or drag to resize

DewarpingViewMode Enumeration

Provides possible values for dewarping view mode.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public enum DewarpingViewMode
Members
Member nameValueDescription
Circle0 The image taken by the image-sensor is displayed unaltered, which is in case of panoramic cameras the "fisheye" effect.
Panorama1 The image is dewarped to a 360-degree panorama image.
Cropped2 A part of the full panoramic image is dewarped to a view which imitates a conventional zoom lens.
See Also