Tags: ulm0/argus
Tags
fix(ap): evict stale dnsmasq/hostapd before restarting AP (#20) After a crash or unclean shutdown the previous dnsmasq instance keeps holding the 192.168.4.1:53 socket, causing "Address already in use" on the next startAPLocked call. Kill orphaned processes (same pattern used by stopAPLocked) before touching the interface so the new dnsmasq can bind successfully. https://claude.ai/code/session_0168SwBt9HqT1qU9VirQD9Js Co-authored-by: Claude <noreply@anthropic.com>
fix(release): migrate pnpm build approvals to pnpm-workspace.yaml (#19) pnpm 11 dropped support for the pnpm field in package.json. Move sharp and unrs-resolver build approvals to allowBuilds in pnpm-workspace.yaml per the pnpm 11 migration guide. https://claude.ai/code/session_01EJxAoYdTJTqdidy1oZeJdz Co-authored-by: Claude <noreply@anthropic.com>
Claude/single video download (#14) * revert: restore Inter font, remove Universal Sans setup https://claude.ai/code/session_01YL6zD5ZwvrzNQLXm8EggEM * fix: composed view default, HUD in composed mode, proper pedal icons - DashcamPlayer opens in composed view by default. - ArgusHUD is now rendered over the master (front) camera cell in composed mode; HUD toggle button is always visible regardless of mode. - Pedal icons replaced with solid T-shaped silhouettes matching Tesla's official dashcam viewer: brake = wide plate + stem, throttle = narrower plate + stem. https://claude.ai/code/session_01YL6zD5ZwvrzNQLXm8EggEM * feat: GPS map overlay using SEI telemetry data Adds an interactive map overlay to the dashcam player using Leaflet with CartoDB dark tiles. Shows the driven route as a polyline and a heading-aware position marker that follows the vehicle in real-time as the video plays. - MapOverlay.tsx: client-side Leaflet map, dynamically imported (ssr:false) to avoid server-side window access errors - Map toggle button (map pin icon) in the player controls bar - mapEnabled persisted in localStorage alongside hudEnabled - SEI telemetry is shared between HUD and map (loaded once, used by both) - Overlay positioned bottom-right of video area in both single and composed modes - GPS frames with lat/lng = 0,0 filtered out (protobuf default = no fix) * feat: enable map overlay by default * feat: resizable map/HUD, map theme setting, light tiles by default * feat: realistic pedal icons (outline style, brake wide pad, gas angled arm) * fix: add missing react-icons dependency * feat: single video download button in player controls and per-camera cells --------- Co-authored-by: Claude <noreply@anthropic.com>
PreviousNext