コマンド API は、カメラ上で指定されたコマンドを実行し、実行されたコマンドのステータス(in-progress
、done
など)を確認します。すべてのコマンドは、OSC API 仕様の仕様に基づいて実装する必要があります。
コマンド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe commands API allows you to execute specific commands on a camera and monitor their progress.\u003c/p\u003e\n"],["\u003cp\u003eAll commands must adhere to the specifications outlined in the OSC API Specification.\u003c/p\u003e\n"],["\u003cp\u003eOnce a command is completed or results in an error, the camera no longer tracks its ID.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecamera.getImage\u003c/code\u003e command should respond with a Content-Type of \u003ccode\u003eimage/jpeg\u003c/code\u003e upon successful completion.\u003c/p\u003e\n"]]],["The commands API manages the execution of commands on a camera and monitors their status. Commands are implemented according to the OSC API Specification. The API tracks command status as `in-progress`, `done`, or others. Upon completion or error, the camera no longer tracks the command ID. The `camera.getImage` command, when in `done` state, returns a response with `Content-Type: image/jpeg`.\n"],null,["# Commands\n\nThe commands API executes specified commands on the camera and checks the status (`in-progress`, `done`, and so on) of executed commands. All commands need to be implemented based on the specification in the [OSC API Specification](/streetview/open-spherical-camera/reference/camera).\n| **Note:**\n|\n| - After a command returns state `done` and results, or `error` state, the camera no longer needs to track the command ID.\n| - Response to command `camera.getImage` needs to be `Content-Type: image/jpeg` when the state is `done`."]]