Appiko / nrf5x-firmware

The repository for the firmware of Appiko's camera triggering device
GNU General Public License v3.0
9 stars 10 forks source link

Inter trigger time (ITT) is now a global parameter that affects both PIR and timer #3

Closed EarthLord closed 5 years ago

EarthLord commented 5 years ago

ITT is now a parameter that is the blanking time after a trigger from any source where another trigger does not happen

EarthLord commented 5 years ago

As of now the implementation is such that the ITT is the time from the trigger from PIR to the time when the PIR is enabled again. So in case of burst, video or bulb mode, there can be cases where right after the pulses the PIR is enabled again since ITT is smaller than the total time the trigger is sent to the camera. I vote we keep this implementation for now and roll it out, while explaining in the app and validating that the ITT is larger than the trigger duration. Also the ITT only for PIR with this implementation. We'll revisit ITT once we reach out the potential customers.