...
For REST interface endpoints, use port number 11235. For example, http://localhost:11235/volumes
.
Volumes
...
Excerpt |
---|
|
Structure | |
---|
CSV Arguments + Description | The mode by which to scan the scene: Snapshot = 0Start streaming = 1 Stop streaming = 2 Clear = 3
|
---|
YAML Arguments + Description | Snapshot = “snapshot” | |
---|
Function Description | This command changes the scanning mode for RapidSense. |
---|
Response Details | Whether the system is set to the requested mode. |
---|
Example CSV Request | |
---|
Example CSV Response | Code Block |
---|
ScanScene,1,0 // success
ScanScene,1,5102 // failure |
|
---|
Example YAML Request | Code Block |
---|
{topic: ScanScene, data: {type: "snapshotstart_streaming"}} |
|
---|
Example YAML Response | Code Block |
---|
{topic: ScanScene, response: {}} |
|
---|
|
...