Add frameIndex in operation for getVideo in homographyHistory #29
@ -1851,6 +1851,7 @@ export type GetVideoQuery = {
|
|||||||
} | null;
|
} | null;
|
||||||
homographyHistory: Array<{
|
homographyHistory: Array<{
|
||||||
__typename?: "HomographyInfoGQL";
|
__typename?: "HomographyInfoGQL";
|
||||||
|
frameIndex: number;
|
||||||
crop: {
|
crop: {
|
||||||
__typename?: "BoundingBoxGQL";
|
__typename?: "BoundingBoxGQL";
|
||||||
left: number;
|
left: number;
|
||||||
@ -3386,6 +3387,7 @@ export const GetVideoDocument = gql`
|
|||||||
segmentDurations
|
segmentDurations
|
||||||
}
|
}
|
||||||
homographyHistory {
|
homographyHistory {
|
||||||
|
frameIndex
|
||||||
crop {
|
crop {
|
||||||
left
|
left
|
||||||
top
|
top
|
||||||
|
@ -139,6 +139,7 @@ query GetVideo($videoId: Int!) {
|
|||||||
segmentDurations
|
segmentDurations
|
||||||
}
|
}
|
||||||
homographyHistory {
|
homographyHistory {
|
||||||
|
frameIndex
|
||||||
crop {
|
crop {
|
||||||
left
|
left
|
||||||
top
|
top
|
||||||
|
Loading…
Reference in New Issue
Block a user