ST / Mbed 2 deprecated 53L0A1_HandGestureRecognition

Dependencies:   X_NUCLEO_53L0A1 mbed

Fork of 53L0A1_HandGestureRecognition by Licio Mapelli

Embed: (wiki syntax)

« Back to documentation index

MotionData_t Struct Reference

MotionData_t Struct Reference
[Motion]

Data structure for motion detection. More...

#include <tof_motion.h>

Data Fields

int threshold
int duration
int previousRange
int timestamp
bool firstTime

Detailed Description

Data structure for motion detection.

Definition at line 71 of file tof_motion.h.


Field Documentation

int duration

Output : Duration (in ms)

Definition at line 73 of file tof_motion.h.

bool firstTime

Private : True only the first time

Definition at line 76 of file tof_motion.h.

Private : Obvious

Definition at line 74 of file tof_motion.h.

int threshold

Input : Range threshold

Definition at line 72 of file tof_motion.h.

int timestamp

Private : Obvious

Definition at line 75 of file tof_motion.h.