GET /presets/active
Get the list of the presets on the camera
Response
200 - OK
The response is a JSON object.
Name Type Description
preset string
PUT /presets/active
Set the active preset on the camera
Parameter
Name Type Description
preset string
Response
200 - OK
The response is a JSON object.
GET /presets/{presetName}
Download the preset file
Parameter
Name Type Description
{presetName} string
Response
200 - OK
The response is a binary file.
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.
154Developer Information