ImageBuffer: Add counter for changes in the image buffer

This commit is contained in:
2025-12-12 09:25:34 +01:00
parent a0a659a02c
commit f98561fd5f
11 changed files with 93 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ Name | Type | Description | Notes
**image_numbers** | **List[int]** | Image numbers currently present in the buffer. |
**total_slots** | **int** | Number of slots in the image buffer. This number, compared to number of images in data collection and frame rate will determine \"retention\" rate of the image buffer. |
**available_slots** | **int** | Slots available for the data collection |
**current_counter** | **int** | Counter of changes in the image buffer - either new start message or new image added. For optimization one can only load new images/datasets from the HTTP if this value changes. |
## Example