Structure of light detection parameters. More...
#include <ld.h>
Data Fields | |
UINT8 | alarm_supr |
UINT8 | alarm_latency |
UINT8 | alarm_latency_cycle |
UINT8 | det_period |
UINT16 | sen_th |
MPI_RECT_POINT_S | roi |
LD_COND_E | trig_cond |
Structure of light detection parameters.
UINT8 LD_PARAM_S::alarm_latency |
Latency(sec) for alarm and canceling.
UINT8 LD_PARAM_S::alarm_latency_cycle |
Detection period(sec) in latency interval when first alram is triggered.
UINT8 LD_PARAM_S::alarm_supr |
Interval(sec) for alarm suppression.
UINT8 LD_PARAM_S::det_period |
Detection period(sec) in normal circumstance.
MPI_RECT_POINT_S LD_PARAM_S::roi |
Defined roi.
UINT16 LD_PARAM_S::sen_th |
Threshold of light change(sensitivity).
LD_COND_E LD_PARAM_S::trig_cond |
Trigger condition.