|
|
@@ -3452,6 +3452,7 @@ export type GetStreamMonitoringDetailsQuery = {
|
|
|
|
elapsedTime?: number | null;
|
|
|
|
elapsedTime?: number | null;
|
|
|
|
currentHomography?: {
|
|
|
|
currentHomography?: {
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
frameIndex: number;
|
|
|
|
frameIndex: number;
|
|
|
|
crop: {
|
|
|
|
crop: {
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
@@ -3666,6 +3667,7 @@ export type GetVideoQuery = {
|
|
|
|
} | null;
|
|
|
|
} | null;
|
|
|
|
homographyHistory: Array<{
|
|
|
|
homographyHistory: Array<{
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
frameIndex: number;
|
|
|
|
frameIndex: number;
|
|
|
|
crop: {
|
|
|
|
crop: {
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
@@ -3876,6 +3878,7 @@ export type FindPrerecordTableLayoutMutation = {
|
|
|
|
__typename?: "Mutation";
|
|
|
|
__typename?: "Mutation";
|
|
|
|
findPrerecordTableLayout?: {
|
|
|
|
findPrerecordTableLayout?: {
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
frameIndex: number;
|
|
|
|
frameIndex: number;
|
|
|
|
crop: {
|
|
|
|
crop: {
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
@@ -3905,6 +3908,7 @@ export type FindPrerecordTableLayoutMutation = {
|
|
|
|
|
|
|
|
|
|
|
|
export type HomographyInfoFragment = {
|
|
|
|
export type HomographyInfoFragment = {
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
frameIndex: number;
|
|
|
|
frameIndex: number;
|
|
|
|
crop: {
|
|
|
|
crop: {
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
@@ -4265,6 +4269,7 @@ export const VideoDurationDataFragmentDoc = gql`
|
|
|
|
`;
|
|
|
|
`;
|
|
|
|
export const HomographyInfoFragmentDoc = gql`
|
|
|
|
export const HomographyInfoFragmentDoc = gql`
|
|
|
|
fragment HomographyInfo on HomographyInfoGQL {
|
|
|
|
fragment HomographyInfo on HomographyInfoGQL {
|
|
|
|
|
|
|
|
id
|
|
|
|
frameIndex
|
|
|
|
frameIndex
|
|
|
|
crop {
|
|
|
|
crop {
|
|
|
|
left
|
|
|
|
left
|
|
|
|