Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 008a778

Browse files
committed
Updated file for shots revision
1 parent 181febc commit 008a778

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/motionplus.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ struct ctx_dev {
441441
int text_scale;
442442

443443
int postcap; /* downcounter, frames left to to send post event */
444-
int shots;
444+
int shots_mt; /* Monotonic clock shots count*/
445+
int shots_rt; /* Realtime clock shots count*/
445446
int ref_lag;
446447
bool detecting_motion;
447448
long frame_wait[AVGCNT]; /* Last wait times through motion loop*/

0 commit comments

Comments
 (0)