تنفذ واجهة برمجة التطبيقات الأوامر أوامر محددة على الكاميرا وتتحقق من حالة (in-progress
، done
، وما إلى ذلك) من الأوامر التي تم تنفيذها. يجب تنفيذ جميع الأوامر استنادًا إلى المواصفات الواردة في مواصفات واجهة برمجة التطبيقات OSC.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-09-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-09-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]