hi_fisheye_view_mode
Description
Defines the correction mode in the fisheye attribute.
Prototype
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 |
In non-correction mode, the original image is output. |
HI_FISHEYE_VIEW_MODE_BUTT |
Reserved |
Parent topic: VPSS