forked from Github/frigate
Implement object lifecycle pane (#13550)
* Object lifecycle pane * fix thumbnails and annotation offset math * snapshot endpoint height and format, yaml types, bugfixes * clean up for new type * use get_image_from_recording in recordings snapshot api * make height optional
This commit is contained in:
@@ -60,3 +60,5 @@ export type MotionData = {
|
||||
};
|
||||
|
||||
export const REVIEW_PADDING = 4;
|
||||
|
||||
export type ReviewDetailPaneType = "overview" | "details";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export type Timeline = {
|
||||
export type ObjectLifecycleSequence = {
|
||||
camera: string;
|
||||
timestamp: number;
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user