mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 23:48:37 +00:00
feat: add camera list and device selection
This commit is contained in:
@@ -247,6 +247,7 @@ final class BridgeConnectionController {
|
||||
|
||||
let caps = Set(self.currentCaps())
|
||||
if caps.contains(ClawdisCapability.camera.rawValue) {
|
||||
commands.append(ClawdisCameraCommand.list.rawValue)
|
||||
commands.append(ClawdisCameraCommand.snap.rawValue)
|
||||
commands.append(ClawdisCameraCommand.clip.rawValue)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user