DEV Community

Jack
Jack

Posted on

Camclave — consent-gated webcam access for AI coding agents

I built Camclave, a consent-gated webcam tool for AI coding agents.

AI agents can already see your code, terminal, and files, but they usually cannot see the physical thing you are working on. Camclave helps close that gap by giving tools like Claude Code or Codex CLI access to still-frame webcam captures.

Some examples of what this enables:

  • Read a multimeter or power supply display.
  • Check if an LED is on.
  • Inspect breadboard wiring.
  • Monitor a 3D print.
  • Look at a paper schematic while helping with code.
  • Help debug robotics or maker projects.

The consent part is central to the project. The camera only works after the user starts Camclave manually. While active, there is a visible red "CAMERA ACTIVE" window. It captures still frames, not video.

Repo: https://github.com/Mondlak1/camclave

Would love to hear from anyone else doing hardware + AI agent work. What workflows do you wish your coding agent could see?

Top comments (0)