GET
/framing/info
curl \
--request GET 'http://localhost:1888/v2/api/framing/info'
Response examples (200)
{
"Response": {
"BoundHeight": 42,
"BoundWidth": 42,
"CameraHeight": 42,
"CameraWidth": 42,
"CameraPixelSize": 42,
"DecDegrees": 42,
"DecMinutes": 42,
"DecSeconds": 42,
"RAHours": 42,
"RAMinutes": 42,
"RASeconds": 42,
"FieldOfView": 42,
"FocalLength": 42,
"HorizontalPanels": 42,
"VerticalPanels": 42,
"Rectangle": {
"OriginalX": 42,
"OriginalY": 42,
"Id": 42,
"DSOPositionAngle": 42,
"OriginalOffset": 42,
"RotationOffset": 42,
"Rotation": 42,
"TotalRotation": 42,
"X": 42,
"Y": 42,
"Width": 42,
"Height": 42
}
},
"Error": "string",
"StatusCode": 42,
"Success": true,
"Type": "string"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}