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