Set and Retrieve Frame Rate
# Set and Retrieve Frame Rate
# Set Frame Rate
Path:
/api/fps
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to set the frame rate.
Request
Name | Type | Example | Description |
---|---|---|---|
fps | int | 0 | Frame rate, ranging from 15 to 120. |
Example
{"fps": 30}
# Retrieve Frame Rate
Path:
/api/fps.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to retrieve the frame rate.
Response
Name | Type | Example | Description |
---|---|---|---|
fps | int | 0 | Frame rate, ranging from 15 to 120. |
Example
{"fps": 30}