This commit is contained in:
Developer
2026-03-11 10:03:46 +08:00
parent 3ec6433e14
commit 880e2696da
4 changed files with 397 additions and 133 deletions

View File

@@ -88,6 +88,7 @@ export interface VideoShotData {
img_x_size: number;
img_y_size: number;
image: string[];
pvdata?: string; // base64 protobuf: packed float32 timestamps (seconds) per frame
}
export interface HeatmapResponse {