Still Commands
Last updated: 2026/1/7 17:42:17 | ||
Path To | Name | Description/Function |
/api/still | /directorytemplate | Gets the directory name. |
/api/still | /directorytemplate/{template} | Set the still directory template (Tags example: {yyyy}{MM}{dd}). |
/api/still | /filenametemplate | Gets the file name. |
/api/still | /filenametemplate/{template} | Set the still filename template (Tags example: ${HH}${mm}${ss}). |
/api/still | /hascapturefailed | Gets a value indicating whether the still capture has failed. |
/api/still | /imageformat | Get the image format. |
/api/still | /imageformat/{value} | Set the image format used for saving stills. |
/api/still | /ismonoenabled | Gets whether monochrome is enabled. |
/api/still | /ismonoenabled/{ismonoenabled} | Enable/disable monochrome. |
/api/still | /isstillrequestpending | Gets a value indicating whether a still request is pending. |
/api/still | /jpegquality | Get the JPEG quality. |
/api/still | /jpegquality/{value} | Set the JPEG quality. |
/api/still | /pathtemplate | Get the path template. |
/api/still | /pathtemplate | Set the path template. |
/api/still | /rdi/actualrate | Gets the Actual RDI rate in seconds per still. |
/api/still | /rdi/isrdiing | IsRDIing. |
/api/still | /rdi/rate | Gets the RDI rate in seconds per still. |
/api/still | /rdi/rate/{rate} | Set RDI rate. |
/api/still | /rdi/start | Start RDI. |
/api/still | /rdi/startwithfeedback | Start RDI. |
/api/still | /rdi/stop | RDI service. |
/api/still | /reset | Reset the image reader in the event of a failure. |
/api/still | /take | Take a still with the camera. |
/api/still | /takeanddispose | Take a still with the camera and discard it. |
/api/still | /takeandftp | Take a still with the camera and upload it to ftp. |
/api/still | /takeandget | Take a still with the camera. |
/api/still | /takeandget | Take a still with the camera. |
/api/still | /takeandsave | Take a still with the camera with the current path template. |
/api/still | /takeandsave | Take a still with the camera with the supplied path template. |
/api/still | /takeandsave/{filename} | Take a still with the camera with the supplied filename. |
/api/still | /takeandsavewithexif | Take a still with the camera with the current path template and supplied exif data. (returns if the storage is full or not). |
/api/still | /takeandsavewithfeedback | Take a still with the camera with the current path template. (returns if the storage is full or not). |
/directorytemplate
Description | Get the Stills directory template. |
Method | Get |
Example |
CODE
|
Response | Directory template. |
Response Type | Text |
Response Example |
CODE
|
/directorytemplate/{template}
Description | Set the Still directory template (Tags example: {yyyy}{MM}{dd}). |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Template: The template. |
Response | None |
/filenametemplate
Description | Get the Still filename template. |
Method | Get |
Example |
CODE
|
Response | Filename template. |
Response Type | Text |
Response Example |
CODE
|
/filenametemplate/{template}
Description | Set the Still filename template (Tags example: ${HH}${mm}${ss}). |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Template: Values between ${yyyy} or ${MM} or ${dd} or ${HH} or ${mm} or ${ss} or ${ms} or ${fff} |
Response | None |
/hascapturefailed
Description | Gets a value indicating whether the Still capture has failed. |
Method | Get |
Example |
CODE
|
Response | True if the previous still still capture has failed. |
Response Type | Boolean |
Response Example |
CODE
|
/imageformat
Description | Get the image format. |
Method | Get |
Example |
CODE
|
Response | The image format used for saving stills. |
Response Type | Text |
Response Example |
CODE
|
/imageformat/{value}
Description | Set the image format used for saving Stills. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Value: jpg or raw |
Response | None |
/ismonoenabled
Description | Gets whether monochrome is enabled. |
Method | Get |
Example |
CODE
|
Response | True if monochrome is enabled. False if monochrome is not enabled. |
Response Type | Boolean |
Response Example |
CODE
|
/ismonoenabled/{ismonoenabled}
Description | Enable/disable monochrome. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Ismonoenabled: true or false |
Response | None |
/isstillrequestpending
Description | Gets a value indicating whether a still request is pending. |
Method | Get |
Example |
CODE
|
Response | True if a still request is still pending. |
Response Type | Boolean |
Response Example |
CODE
|
/jpegquality
Description | Get the JPEG quality. |
Method | Get |
Example |
CODE
|
Response | The quality of the JPEG. |
Response Type | Number |
Response Example |
CODE
|
/jpegquality/{value}
Description | Set the JPEG quality. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Value: Values between 1 - 100 |
Response | None |
/pathtemplate
Description | Get the Stills path template. |
Method | Get |
Example |
CODE
|
Response | The template of the still path. |
Response Type | Text |
Response Example |
CODE
|
/pathtemplate
Description | Set the Stills path template. |
Method | Post |
Example |
CODE
|
Body |
CODE
|
Response | None |
Explanation | Task |
/rdi/actualrate
Description | Gets the Actual RDI rate in seconds per Still. |
Method | Get |
Example |
CODE
|
Response | Actual RDI rate. For JPEG -> 0.5 - 10 and for RAW -> 1.5 - 10. |
Response Type | Decimal |
Response Example |
CODE
|
/rdi/isrdiing
Description | IsRDIing. |
Method | Get |
Example |
CODE
|
Response | Isrdiing. |
Response Type | Boolean |
Response Example |
CODE
|
/rdi/rate
Description | Gets the RDI rate in seconds per Still. |
Method | Get |
Example |
CODE
|
Response | RDI rate. |
Response Type | Decimal |
Response Example |
CODE
|
/rdi/rate/{rate}
Description | Set RDI rate. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Rate: Values between 0.5 - 10 |
Response | None |
/rdi/start
Description | Start RDI. |
Method | Get |
Example |
CODE
|
Response | None |
/rdi/startwithfeedback
Description | Start RDI. |
Method | Get |
Example |
CODE
|
Response | A representing the asynchronous operation. |
Response Type | Text |
Response Example |
CODE
|
/rdi/stop
Description | Stop RDI |
Method | Get |
Example |
CODE
|
Response | None |
/reset
Description | Reset the image reader in the event of a failure. |
Method | Get |
Example |
CODE
|
Response | None |
/take
Description | Take a Still with the camera. |
Method | Get |
Example |
CODE
|
Response | The internal path to the still file. |
Response Type | Text |
Response Example |
CODE
|
/takeanddispose
Description | Take a still with the camera and discard it. |
Method | Get |
Example |
CODE
|
Response | None |
/takeandftp
Description | Take a still with the camera and upload it to ftp. |
Method | Post |
Example |
CODE
|
Body |
CODE
|
Response | None |
Explanation | Task |
/takeandget
Description | Take a still with the camera and return the image bytes. |
Method | Get |
Example |
CODE
|
Response | None |
/takeandget
Description | Take a still with the camera and embed EXIF data in the image. |
Method | Post |
Example |
CODE
|
Body |
CODE
|
Response | None |
Explanation | Task |
/takeandsave
Description | Take a still with the camera and save with the current path template. |
Method | Get |
Example |
CODE
|
Response | None |
/takeandsave
Description | Take a still with the camera and save with the supplied path template. |
Method | Post |
Example |
CODE
|
Body |
CODE
|
Response | Path of the still taken. |
Response Type | Text |
Explanation | Task |
/takeandsave/{filename}
Description | Take a still with the camera with the supplied filename. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Filename: The filename to use. |
Response | Path of the still taken. |
Response Type | Text |
Response Example |
CODE
|
/takeandsavewithexif
Description | Take a still with the camera with the current path template and supplied exif data. (returns if the storage is full or not). |
Method | Post |
Example |
CODE
|
Body |
CODE
|
Response | Path of the still taken. |
Response Type | Text |
Explanation | Task |
/takeandsavewithfeedback
Description | Take a still with the camera with the current path template. (returns if the storage is full or not). |
Method | Get |
Example |
CODE
|
Response | Path of the still taken. |
Response Type | Text |
Response Example |
CODE
|