Appiko/nrf5x-firmware

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

EarthLord opened this issue · 1 comments

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

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.