PUT /camera/programFeedDisplay
Set the status of program feed display
Parameters
Name Type Description
enabled boolean Enable or disable the program feed display
Response
204 - Program feed display status updated successfully
400 - Invalid request format or value
500 - Internal server error
GET /camera/tallyStatus
Get the tally status of the camera
Response
200 - Returns the current tally status of the camera
The response is a JSON object.
Name Type Description
status string
Current tally status of the camera Possible values are: None,
Preview, Program.
500 - Internal server error
Color Correction Control API
API For controlling the color correction on Blackmagic Design products based on DaVinci
Resolve Color Corrector
GET /colorCorrection/lift
Get color correction lift
Response
200 - OK
The response is a JSON object.
Name Type Description
red number Default value is: 0.
green number Default value is: 0.
blue number Default value is: 0.
luma number Default value is: 0.
258Developer Information