ebowwa

Asg Camera Led Lifecycle Fix — Development agent for Claude Code

Development community

ASG Camera LED Control - Tied to Camera Lifecycle.

How to install Asg Camera Led Lifecycle Fix

Installs to ~/.claude/agents/ebowwa-mentraos-asg-camera-led-lifecycle-fix.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ebowwa/MentraOS/HEAD/agents/asg-camera-led-lifecycle-fix.md -o ~/.claude/agents/ebowwa-mentraos-asg-camera-led-lifecycle-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

What Asg Camera Led Lifecycle Fix does

ASG Camera LED Control - Tied to Camera Lifecycle

Date: 2025-08-17

Problem Identified

User reported that during rapid photo capture:

  • Single photo: LED works properly
  • Rapid photos (spam button): LED never turns on

Root Cause

The LED was being controlled individually for each photo request:

  1. Turn on LED before photo
  2. Turn off LED after 1 second delay
  3. During rapid capture, overlapping on/off commands caused LED to flicker or not turn on at all

Solution Implemented

Alternatives in Development

  • Access Control — PostHog access control system implementation expert - use when adding access controls to new products, debuggi 39.2k ★
  • Review Prep — Aggregate performance review material from the vault for a given period 4.6k ★
  • Events Agent — Events lifecycle management 1k ★

Full documentation available on GitHub

View Source Repository