hi_fisheye_view_mode
Description
Defines the correction mode in the fisheye attribute.
Definition
typedef enum {
HI_FISHEYE_VIEW_MODE_360_PANORAMA = 0, /* 360 panorama mode of gdc correction */
HI_FISHEYE_VIEW_MODE_180_PANORAMA = 1, /* 180 panorama mode of gdc correction */
HI_FISHEYE_VIEW_MODE_NORM = 2, /* normal mode of gdc correction */
HI_FISHEYE_VIEW_MODE_NO_TRANS = 3, /* no gdc correction */
HI_FISHEYE_VIEW_MODE_BUTT
} hi_fisheye_view_mode;
Members
Member |
Description |
|---|---|
HI_FISHEYE_VIEW_MODE_360_PANORAMA |
360° panoramic mode. |
HI_FISHEYE_VIEW_MODE_180_PANORAMA |
180° panoramic mode. |
HI_FISHEYE_VIEW_MODE_NORM |
Normal correction mode. |
HI_FISHEYE_VIEW_MODE_NO_TRANS |
Output same as the source image, without correction. |
HI_FISHEYE_VIEW_MODE_BUTT |
Reserved. |
Parent topic: Video Processing Subsystem (VPSS)