Install
openclaw skills install @dddjj0/camera-captureControl the local computer's built-in camera for capturing photos and basic operations.
openclaw skills install @dddjj0/camera-captureControl the local computer's built-in camera for capturing photos and basic operations.
cv2)Capture a single frame from the default camera:
python3 skills/camera/scripts/camera.py capture --output "~/.openclaw/workspace/captures/photo_$(date +%Y%m%d_%H%M%S).jpg"
Or use the wrapper for default location:
python3 skills/camera/scripts/capture.py
This saves to ~/.openclaw/workspace/captures/ with timestamp.
python3 skills/camera/scripts/camera.py list
python3 skills/camera/scripts/camera.py preview --duration 3
image tool to analyze the captured photocaptures/ directory by defaultUser: "拍张照片"
Action: Run capture script, then use image tool to show/analyze the photo.
User: "看看摄像头画面" Action: Run preview script for 3 seconds to verify camera works.
--camera 1, --camera 2, etc.