55 lines
855 B
Plaintext
55 lines
855 B
Plaintext
|
query GetStreamMonitoringDetails($videoId: Int!) {
|
||
|
getVideo(videoId: $videoId) {
|
||
|
id
|
||
|
totalShots
|
||
|
makePercentage
|
||
|
elapsedTime
|
||
|
|
||
|
stream {
|
||
|
homographyHistory {
|
||
|
crop {
|
||
|
left
|
||
|
top
|
||
|
width
|
||
|
height
|
||
|
}
|
||
|
pockets {
|
||
|
left
|
||
|
top
|
||
|
width
|
||
|
height
|
||
|
}
|
||
|
sourcePoints {
|
||
|
topLeft {
|
||
|
x
|
||
|
y
|
||
|
}
|
||
|
topSide {
|
||
|
x
|
||
|
y
|
||
|
}
|
||
|
topRight {
|
||
|
x
|
||
|
y
|
||
|
}
|
||
|
bottomLeft {
|
||
|
x
|
||
|
y
|
||
|
}
|
||
|
bottomSide {
|
||
|
x
|
||
|
y
|
||
|
}
|
||
|
bottomRight {
|
||
|
x
|
||
|
y
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
linksRequested
|
||
|
uploadsCompleted
|
||
|
segmentProcessingCursor
|
||
|
}
|
||
|
}
|
||
|
}
|