Skip to content

Commit 9494d8f

Browse files
rmdevproclaude
andcommitted
Cam-Wall: swap in richer wall image (jpg) and remove hero GitHub link to match the Camera Feed Lab (sim) page layout — GitHub link stays only in the Open source section
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012HV39kFZSuVujbQjdmbnDf
1 parent 2beced9 commit 9494d8f

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

398 KB
Loading
-1.74 MB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h3>Camera Feed Lab</h3>
278278

279279
<div class="flagship" style="margin-top: clamp(2.5rem, 5vw, 4rem);">
280280
<div class="art">
281-
<img src="assets/open-source/cam-wall/wall.png" alt="Agentic Cam-Wall — a 16-camera live wall with Grace's chat overlay operating it">
281+
<img src="assets/open-source/cam-wall/wall.jpg" alt="Agentic Cam-Wall — a 16-camera live wall with Grace's chat overlay operating it">
282282
</div>
283283
<div class="copy">
284284
<h3>Agentic Cam-Wall</h3>

open-source/cam-wall.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<meta property="og:url" content="https://blueprintagentic.ai/open-source/cam-wall.html">
1515
<meta property="og:title" content="Agentic Cam-Wall">
1616
<meta property="og:description" content="An open-source camera-wall appliance with an embedded agent that can operate the wall and drive your NVR. A regular camera wall is passive — this one can act.">
17-
<meta property="og:image" content="https://blueprintagentic.ai/assets/open-source/cam-wall/wall.png">
17+
<meta property="og:image" content="https://blueprintagentic.ai/assets/open-source/cam-wall/wall.jpg">
1818
<meta name="twitter:card" content="summary_large_image">
1919
<meta name="twitter:title" content="Agentic Cam-Wall">
2020
<meta name="twitter:description" content="An open-source camera-wall appliance with an embedded agent that can operate the wall and drive your NVR.">
21-
<meta name="twitter:image" content="https://blueprintagentic.ai/assets/open-source/cam-wall/wall.png">
21+
<meta name="twitter:image" content="https://blueprintagentic.ai/assets/open-source/cam-wall/wall.jpg">
2222
<link rel="stylesheet" href="../css/style.css">
2323
<style>
2424
.product-hero { padding-block: clamp(2rem, 4vw, 3.5rem) 0; }
@@ -99,16 +99,12 @@
9999
<h1><img src="../assets/open-source/cam-wall/wordmark-blue.png" alt="Agentic Cam-Wall"></h1>
100100
<p class="tagline">A live camera wall with an agent that can operate it.</p>
101101
<p class="sub">Agentic Cam-Wall turns a small PC and a display into a reliable wall of live security-camera feeds &mdash; tiled layouts, named views, rotation, single-camera mode, and stream self-healing that keeps the wall running unwatched. What makes it different is <b>Grace</b>: an agent on the appliance that understands what you want, operates the wall, configures the system, and drives connected surveillance systems. A regular camera wall is passive. This one can act.</p>
102-
<div class="gh-row">
103-
<a class="gh-btn" href="https://github.com/rmdevpro/cam-wall" target="_blank" rel="noopener">View on GitHub →</a>
104-
<span class="gh-meta">github.com/rmdevpro/cam-wall</span>
105-
</div>
106102
</div>
107103
</section>
108104

109105
<section class="banner">
110106
<div class="wrap">
111-
<div class="frame"><img src="../assets/open-source/cam-wall/wall.png" alt="Agentic Cam-Wall — a 16-camera live wall with Grace's chat overlay operating it: 'Solo camera 7 please' resolves to a tool call, then 'go back to the full wall view'"></div>
107+
<div class="frame"><img src="../assets/open-source/cam-wall/wall.jpg" alt="Agentic Cam-Wall — a 16-camera live wall with Grace's chat overlay operating it: 'Solo camera 7 please' resolves to a tool call, then 'go back to the full wall view'"></div>
112108
</div>
113109
</section>
114110

0 commit comments

Comments
 (0)