-
Notifications
You must be signed in to change notification settings - Fork 1
Triggers
Q-engineering edited this page Aug 6, 2022
·
16 revisions
A trigger warns you when a particular object is detected. There are three types of triggers.
- An email trigger that sends you an email.
- A recording trigger that starts a recording.
- A GPIO trigger sets a GPIO output pin high (or low).
The first two are available in the email version, the latter only on the GPIO YoloCam.
Different triggers can be combined. All triggers are listed in a csv file.
The csv file for the email has the following structure.
Label | Probability | Move | Area | Prio | Prolong |
---|
The csv file for the recording has the following structure.
Label | Probability | Move | Area | Prio | Prolong |
---|
The csv file for the GPIO has the following structure.
Label | Probability | Move | Area | Delay | Prolong | Pin | Inv |
---|
T
All triggers