Add DebugLogObserver

This commit is contained in:
Mark Backman
2025-05-07 15:05:15 -04:00
parent efeb96c4e8
commit 75ce632f84
3 changed files with 244 additions and 4 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `DebugLogObserver` for detailed frame logging with configurable
filtering by frame type and endpoint. This observer automatically extracts
and formats all frame data fields for debug logging.
- `UserImageRequestFrame.video_source` field has been added to request an image
from the desired video source.