java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.hvt.horizonSDK.HVTView.ViewType |
Enum indicating if HVTView will show the actual camera frame or the leveled frame.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HVTView.ViewType | LEVELED | The view will show the leveled video frame, previewing what will be saved in a video file. | |||||||||
HVTView.ViewType | NORMAL | The view will show the camera's video frame without applying the leveling algorithm. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static HVTView.ViewType | valueOf(String name) | ||||||||||
final static ViewType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The view will show the leveled video frame, previewing what will be saved in a video file.
The view will show the camera's video frame without applying the leveling algorithm.