Remove 31 example and update 17 example
This commit is contained in:
@@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Added
|
||||
|
||||
- Added foundational example `31-user-idle.py` demonstrating how to use
|
||||
`UserIdleProcessor` for handling user inactivity.
|
||||
|
||||
- Introduced pipeline frame observers. Observers can view all the frames that go
|
||||
through the pipeline without the need to inject processors in the
|
||||
pipeline. This can be useful, for example, to implement frame loggers or
|
||||
@@ -59,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated the `17-detect-user-idle.py` to show how to use the `retry_count`.
|
||||
|
||||
- Enhanced `UserIdleProcessor` with retry counting functionality. Callbacks now
|
||||
support an optional `retry_count` parameter to implement escalating responses
|
||||
to user inactivity.
|
||||
|
||||
Reference in New Issue
Block a user