๐๏ธ Overview
Engineering case studies โ 7 selected real-world cases from 17 extensions + 6 components, with full engineering analysis
๐๏ธ weather-forecast-v2
Build your first NeoMind data-type extension โ full engineering walkthrough of weather-forecast-v2 (HTTP polling + periodic metrics + React frontend)
๐๏ธ yolo-device-inference
Deploy YOLOv8 object detection to edge devices with NeoMind's first AI inference extension โ full engineering walkthrough of lazy model loading, ONNX Runtime dylib governance, and capability-based device frame acquisition
๐๏ธ yolo-video-v2
NeoMind's most complex streaming extension: Push-mode real-time video processing, YOLOv11 detection, ROI/line-crossing/smart-capture, ffmpeg-next + nokhwa dual backends, cross-platform ONNX Runtime dylib governance, and frontend MJPEG integration โ a complete engineering dissection
๐๏ธ onvif-bridge
NeoMind standard protocol bridge case study: hand-written WS-Discovery multicast discovery, SOAP/WS-Security PasswordDigest client, PTZ control โ no onvif-rs dependency, ~2700 lines of pure Rust covering ONVIF Profile S core capabilities
๐๏ธ uink-rms-bridge
NeoMind production-verified vendor bridge case study: Uink-RMS e-paper cloud platform bridging, JWT auth chain, MarkdownโImage rendering (pulldown-cmark + ab_glyph + imageproc), regional endpoint routing, DisplayEditorCard frontend integration โ contrast with 4 onvif-bridge as proprietary vs standard
๐๏ธ metric card
Write your first NeoMind dashboard component โ a complete engineering walkthrough of metric_card (IIFE injection + OKLCH glass + multi-format normalization)
๐๏ธ NE101 Camera Flagship
8 items
๐๏ธ Engineering Standards
Shared engineering standards โ centralized reference for metadata/capability/version/build/test/release/security, referenced by all case studies