The 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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["The commands API allows you to execute specific commands on a camera and monitor their progress."],["All commands must adhere to the specifications outlined in the OSC API Specification."],["Once a command is completed or results in an error, the camera no longer tracks its ID."],["The `camera.getImage` command should respond with a Content-Type of `image/jpeg` upon successful completion."]]],[]]