camera.getLivePreview

返回分辨率为 选项中的 previewFormat。 此命令应返回“Content-Type: multipart/x-mixed-Replace;”boundary="---osclivepreview---"". 此命令是在 API 级别 2 中添加的。

参数

  • 此命令的请求正文中没有参数。

结果

  • 用边界分隔符分隔各帧的连续视频流。

错误

  • disabledCommand:命令当前已停用; 例如,相机正在拍摄视频。
  • invalidParameterName:输入参数名称为 无法识别。

命令 I/O

命令输入
none
命令输出
Continuous video stream.
命令输出(错误)
{
    "error": {
        "code": "disabledCommand",
        "message": "Command is currently disabled."
    }
}