Shun Gao
Alex Soler
Jun 21, 2024
Oct 14, 2024
...
Structure
ScanScene
CSV Arguments + Description
The mode by which to scan the scene:
Snapshot = 0
Start streaming = 1
Stop streaming = 2
Clear = 3
YAML Arguments + Description
Start streaming = “start_streaming”
Stop streaming = “stop_streaming”
Clear = “clear”
Function Description
This command changes the scanning mode for RapidSense.
Response Details
Whether the system is set to the requested mode.
Example CSV Request
ScanScene,1
Example CSV Response
ScanScene,1,0 // success ScanScene,1,5102 // failure
Example YAML Request
{topic: ScanScene, data: {type: "snapshotstart_streaming"}}
Example YAML Response
{topic: ScanScene, response: {}}