CSMotionFeaturesSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSMotionFeaturesSensor.h

Overview

Sensor that stores several derivates of the motion data in the form of motion energy features; i.e., different aspects of a measure of the total amount of motion that occured over a specific time frame. It currently provides mean, standard deviation and of the acceleration and rotation of the device.

JSON output value format

{
    "acceleration average": FLOAT;
    "acceleration stdev": FLOAT;
    "rotation average": FLOAT;
    "rotation stdev": FLOAT;
}