21 lines
589 B
Markdown
21 lines
589 B
Markdown
# NTSH-Control
|
|
|
|
A Node.js control system for Nothing to See Here installation.
|
|
|
|
## Overview
|
|
|
|
NTSH-Control provides centralized control and monitoring of:
|
|
|
|
- Camera runner processes via WebSocket communication
|
|
- Unity application lifecycle management
|
|
- Real-time system status and calibration through a web dashboard
|
|
|
|
## Configuration
|
|
|
|
Configuration is stored in `~/MorphixProductions/NTSHControl/config.json`. Default settings include:
|
|
|
|
- Web server port: `6300`
|
|
- Unity WebSocket: `127.0.0.1:3000`
|
|
- Camera runner WebSocket: `127.0.0.1:6301`
|
|
- Unity startup delay: `5000ms`
|