دستورات API دستورات مشخص شده را روی دوربین اجرا می کند و وضعیت ( in-progress
انجام، done
و غیره) دستورات اجرا شده را بررسی می کند. همه دستورات باید بر اساس مشخصات در OSC API Specification پیاده سازی شوند.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-08 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-08 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],["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"]]