PUT /presets/{presetName}
Update a preset on the camera if it exists, if not create a preset and save current state with the
presetName
Parameter
Name Type Description
{presetName} string
Response
200 - OK
The response is a JSON object.
DELETE /presets/{presetName}
Delete a preset from a camera if exists
Parameter
Name Type Description
{presetName} string
Response
200 - OK
The response is a JSON object.
Audio Control API
API For controlling audio on Blackmagic Design Cameras
GET /audio/channel/{channelIndex}/input
Get the audio input (source and type) for the selected channel
Parameter
Name Type Description
{channelIndex} integer
Response
200 - Currently selected input
The response is a JSON object.
Name Type Description
input string
Possible values are: None, Camera - Left, Camera - Right,
Camera - Mono, XLR1 - Mic, XLR1 - Line, XLR2 - Mic, XLR2
- Line, 3.5mm Left - Line, 3.5mm Left - Mic, 3.5mm Right -
Line, 3.5mm Right - Mic, 3.5mm Mono - Line, 3.5mm Mono
- Mic.
404 - Channel does not exist
653Developer Information