কমান্ড এপিআই ক্যামেরায় নির্দিষ্ট কমান্ড চালায় এবং এক্সিকিউটেড কমান্ডের স্থিতি ( in-progress
, done
, ইত্যাদি) পরীক্ষা করে। OSC API স্পেসিফিকেশনের স্পেসিফিকেশনের উপর ভিত্তি করে সমস্ত কমান্ড প্রয়োগ করতে হবে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-08 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."]]],["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"]]