POST /presets
Send a preset file to the camera
Response
200 - OK
The response is a JSON object.
Name Type Description
presetAdded string Name of the preset uploaded
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.
652Developer Information