public static final enum

HVTView.ViewType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.hvt.horizonSDK.HVTView.ViewType

Class Overview

Enum indicating if HVTView will show the actual camera frame or the leveled frame.

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final HVTView.ViewType LEVELED

The view will show the leveled video frame, previewing what will be saved in a video file.

public static final HVTView.ViewType NORMAL

The view will show the camera's video frame without applying the leveling algorithm.

Public Methods

public static HVTView.ViewType valueOf (String name)

public static final ViewType[] values ()