Opens the camera and provides pseudo real-time scene descriptions by capturing a frame every second.
This skill opens the camera UI and periodically captures a still image to describe the current scene.
Use this skill when the user says things like:
When the user asks to start the camera description mode, call the run_js tool with:
index.htmlaction: "start"intervalMs: Number (optional, default 1000)language: String (optional, default "ja")style: String (optional, default "concise")focus: String (optional, default "overall")If the user asks to stop the camera description, call run_js with:
index.htmlaction: "stop"If the user asks for just one explanation from the current camera view, call run_js with:
index.htmlaction: "single"language: "ja"style: "concise"focus: "overall"