- Unified setup script with OpenFrameworks and ofxPiMapper installation. - Integrated C++ source modification for 'Highlight Surface' OSC listener. - Full-featured 5-tab React/Tailwind web UI (Dashboard, Mapping, Media, Network, System). - WebSocket-based real-time vertex/surface manipulation and throttled log streaming. - Media Vault with ffprobe validation (H.264) and Mapping Manifest persistence. - Hybrid Networking UI with WiFi scanning, connection, and AP configuration. - System control endpoints for Reboot, Shutdown, and Mapping Save.
1.5 KiB
1.5 KiB
1. Setup Script Upgrades
- 1.1 Add
ofxPiMapperinstallation logic (source build with 2GB swap safety). - 1.2 Modify
ofxPiMapperC++ source code to add/ofxPiMapper/surface/highlightOSC listener. - 1.3 Implement graphics driver configuration (KMS/DRM) for headless operation.
2. Backend Expansion (Node.js)
- 2.1 Implement WebSocket (Socket.io) handlers for low-latency vertex updates.
- 2.2 Create the Throttled Log Streamer (max 10 lines / 500ms) for process output.
- 2.3 Implement the "Mapping Manifest" with
ffprobecodec validation (H.264). - 2.4 Add System Control endpoints (Shutdown, Reboot, Restart Mapper, Save Mapping).
3. Frontend Overhaul (React/Tailwind)
- 3.1 Implement the 5-tab navigation system (Dashboard, Mapping, Media, Network, System).
- 3.2 Build the "Responsive Dashboard" with real-time stats (CPU/RAM/Temp).
- 3.3 Create the "Media Vault" with file upload, preview, and delete.
- 3.4 Upgrade the "Virtual Canvas" with Surface Naming, Quad/Triangle adding, and drag/scale/rotate.
4. Hybrid Networking UI
- 4.1 Implement the WiFi scanner and client-mode connection interface.
- 4.2 Add AP configuration (SSID/Password change) with graceful reboot handling.
5. Integration & Stress-Testing
- 5.1 Test 1080p playback stability on Pi 3B with active mapping.
- 5.2 Validate the "LAN-Rescue" mDNS connectivity.
- 5.3 Conduct end-to-end "Clean Install" test using the setup script.