A vision-based alignment system for operator UI with real-time camera feed and alignment controls.
Create the conda environment from environment.yml:
conda env create -f environment.yml
conda activate visionInstall Node.js dependencies:
npm installAdd your RTSP camera stream URL to .env.local:
VITE_LINE1_MAIN_STREAM_URL=rtsp://YOUR_CAMERA_IP:8554/live.sdpThe application requires three servers running simultaneously:
conda activate vision
python backend/start_server.pyRuns on http://localhost:8000
conda activate vision
python backend/region_calibration_server.pyRuns on http://localhost:5001
npm run devRuns on http://localhost:3000
Access the application at: http://localhost:3000/tasks
- Navigate to the main dashboard to view camera feeds and alignment controls
- Use the alignment view to see real-time alignment data and instructions
- Access demo view at
/demoroute for testing