SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Public Member Functions | Properties | Private Attributes | List of all members
GyroCam Class Reference

Gyroscope-controlled camera for iPhone Android revised 2.26.12 More...

Inheritance diagram for GyroCam:

Public Member Functions

void Start ()
 
void Update ()
 

Properties

bool GyroAngleDetected get
 

Private Attributes

bool gyroBool
 
Gyroscope gyro
 
Quaternion rotFix
 
bool gyroAngleDetected = false
 
Quaternion androidRotFix
 
float angle = 0
 

Detailed Description

Gyroscope-controlled camera for iPhone Android revised 2.26.12

Definition at line 23 of file GyroCam.cs.

Member Function Documentation

void GyroCam.Start ( )
inline

Definition at line 42 of file GyroCam.cs.

void GyroCam.Update ( )
inline

Definition at line 97 of file GyroCam.cs.

Member Data Documentation

Quaternion GyroCam.androidRotFix
private

Definition at line 30 of file GyroCam.cs.

float GyroCam.angle = 0
private

Definition at line 31 of file GyroCam.cs.

Gyroscope GyroCam.gyro
private

Definition at line 26 of file GyroCam.cs.

bool GyroCam.gyroAngleDetected = false
private

Definition at line 29 of file GyroCam.cs.

bool GyroCam.gyroBool
private

Definition at line 25 of file GyroCam.cs.

Quaternion GyroCam.rotFix
private

Definition at line 27 of file GyroCam.cs.

Property Documentation

bool GyroAngleDetected GyroCam.get

Definition at line 36 of file GyroCam.cs.


The documentation for this class was generated from the following file: