Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 244 Bytes

stop_record_cmd.md

File metadata and controls

22 lines (16 loc) · 244 Bytes

Overview

stop_record command stops the recording and update the camera state

Request

{
	"name":"camera._stopRecording"
}

Response

{
  "name":"camera._stopRecording",
  "state":"done",
  "sequence":int
}