Files
PhotonVision/photon-client
Chris Gerth 678961e4f2 Websocket Stream Stats & Robustness Improvements (#605)
* wip support for a stats overlay

* WIP adding stream stats. But.... eeeh. Corporate.

* kbits over mbytes

* A ton more tweaks:

- Increased thread priority for streaming to reduce "stutter/slow" issues
- revised client side URL creation order to prevent the possibility of repeat-identical URL's
- Improved overlay to only be visible on mouseover, and fully centered in the screen

* wpiformat on js
2022-12-01 12:42:21 -06:00
..
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2022-09-28 21:21:41 -04:00
2020-06-27 19:11:56 -07:00
2020-06-28 06:11:09 -04:00

PhotonVision Client UI

Install Node.js

Follow this link.

Project setup

Run this one time, this command downloades the packages the UI uses and it might take a short while

npm install

Compiles and hot-reloads for development

Run this every development session, this command auto-builds the UI after every change you make

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Node.js' Configuration Reference.