vision(moondream): process VisionImageRawFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-28 15:06:03 -07:00
parent 817a485d94
commit ce13155d26
3 changed files with 18 additions and 49 deletions

View File

@@ -167,6 +167,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated `MoondreamService` to process `VisionImageRawFrame`.
- `VisionService` expects `VisionImageRawFrame` in order to analyze images.
- `DailyTransport` triggers `on_error` event if transcription can't be started
or stopped.