hand_motion_detection_config_t Struct Reference

Configuration for hand_motion. More...

#include <example_hand_motion_detection.h>

Data Fields

hand_motion_detection_algo_config_t algo_config
 
acc_detector_presence_config_tpresence_config
 
float hand_detection_timeout
 
bool use_presence_detection
 

Detailed Description

Configuration for hand_motion.

Definition at line 62 of file example_hand_motion_detection.h.

Field Documentation

◆ algo_config

hand_motion_detection_algo_config_t hand_motion_detection_config_t::algo_config

Definition at line 64 of file example_hand_motion_detection.h.

◆ hand_detection_timeout

float hand_motion_detection_config_t::hand_detection_timeout

Definition at line 66 of file example_hand_motion_detection.h.

◆ presence_config

acc_detector_presence_config_t* hand_motion_detection_config_t::presence_config

Definition at line 65 of file example_hand_motion_detection.h.

◆ use_presence_detection

bool hand_motion_detection_config_t::use_presence_detection

Definition at line 67 of file example_hand_motion_detection.h.


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