- streamUrl -> relative /camera/mjpg/video.mjpg so the page loads the LAN-only CNC MJPEG cam same-origin (no mixed-content, no embedded creds). Vite dev-proxy added so the same path works under `npm run dev`. - renderDefaults: thicker lines (lineWidth 3) and fully-saturated cut/rapid colors so the toolpath reads clearly over the video feed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5 lines
156 B
JSON
5 lines
156 B
JSON
{
|
|
"streamUrl": "/camera/mjpg/video.mjpg",
|
|
"calibration": null,
|
|
"renderDefaults": { "cutColor": "#00ffff", "rapidColor": "#ff7700", "lineWidth": 3 }
|
|
}
|