/install ipwebcam
Security monitoring over IP Camera Android app
Use the Clawd Sentinel pattern to turn any old Android smartphone into a sovereign, frugal, and intelligent motion detection system.
Setup
- Android Side: Install "IP Webcam" (by Pavel Khlebovich) and start the server.
- Connectivity: Note the local IP (e.g.,
192.168.1.100:8080). - OpenClaw Workspace:
bin/sentinel_ultra_frugal.sh: The core logic for pixel comparison.bin/sentinel_runner.sh: The background loop runner.
Detailed API Interaction
The IP Webcam server provides a REST-like API for full remote control. Base URL: http://\x3CIP>:8080/
Visual Captures
- Standard Snapshot:
/shot.jpg(Fastest, current frame) - Autofocus Snapshot:
/photoaf.jpg(Triggers autofocus before capture, highest quality) - Video Recording:
- Start:
/startvideo?name=alert_123 - Stop:
/stopvideo - List recordings:
/list_videos(returns JSON/HTML) - Download:
/v/\x3Cfilename>.mp4
- Start:
Camera Control & Settings
- Focus Distance:
/settings/focus_distance?set=\x3C0.0-10.0>(0.0 is often Infinity) - Torch (Flash):
/enabletorch|/disabletorch - Focus Mode:
/settings/focusmode?set=\x3Con|off|macro|infinity|fixed> - Scene Mode:
/settings/scenemode?set=\x3Cauto|night|action|party...> - White Balance:
/settings/whitebalance?set=\x3Cauto|daylight|cloudy...>
Device Telemetry
- Sensors Data:
/sensors.json(Battery, light level, proximity, accelerometer) - System Status:
/status.json(Camera state, recording status, uptime)
Audio
- Audio Feed:
/audio.wavor/audio.opus(Live audio stream)
Integration Examples (curl)
# Get battery level via jq
curl -s http://\x3CIP>:8080/sensors.json | jq '.battery_level[0][1][0]'
# Toggle flash remotely
curl http://\x3CIP>:8080/enabletorch
Recommended Thresholds
- Daytime (Haze/Clouds): 2500
- Nighttime (ISO noise): 1500
Notes
- Frugality: No tokens are consumed unless the pixel differential exceeds the threshold.
- Privacy: Raw frames remain local. Only alert-triggered frames are sent to the AI.
- Maintenance: Periodically check phone battery and Wi-Fi stability.
- Lens flare: Long rainbow flares in night mode usually indicate static lights, not vehicles.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ipwebcam - After installation, invoke the skill by name or use
/ipwebcam - Provide required inputs per the skill's parameter spec and get structured output
What is Android IP Webcam monitoring and alert?
Transform an Android phone with IP Webcam into an intelligent Edge AI security system with OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 686 downloads so far.
How do I install Android IP Webcam monitoring and alert?
Run "/install ipwebcam" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Android IP Webcam monitoring and alert free?
Yes, Android IP Webcam monitoring and alert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Android IP Webcam monitoring and alert support?
Android IP Webcam monitoring and alert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Android IP Webcam monitoring and alert?
It is built and maintained by AliHmaou (@alihmaou); the current version is v1.0.0.