Camclave — consent-gated webcam access for AI coding agents A developer created Camclave, a consent-gated webcam tool that gives AI coding agents access to still-frame captures of physical hardware. The tool enables agents like Claude Code or Codex CLI to see the physical object a developer is working on, filling a gap where AI agents can view code and files but not real-world items. Camclave only activates when manually started, displays a visible "CAMERA ACTIVE" window, and captures still frames rather than video to prioritize user consent. 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: 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 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?