You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tmf8829/tmf8829_config_page.py
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1062,11 +1062,26 @@ class _post_processing:
1062
1062
mask=255
1063
1063
width=8
1064
1064
shift=0
1065
-
_PERSISTENCE=0# persistence algorithm enabled
1066
-
_MOTION=1# motion detection, (also int_persistence must be set to >=1 in field TMF8829_CFG_INT_PERSISTENCE)
1065
+
_PERSISTENCE=0# persistence algorithm enabled, Persistence Interrupt is bit 1
1066
+
_MOTION=1# motion detection, Motion Interrupt is bit 1, (also int_persistence must be set to >=1 in field TMF8829_CFG_INT_PERSISTENCE),
1067
+
_MOTION_ALWAYS_RESULTS=2# same as motion detection but result frames are always published, Motion Interrupt is bit 1, (also int_persistence must be set to >=1 in field TMF8829_CFG_INT_PERSISTENCE)
0 commit comments