Files
PhotonVision/chameleon-client
Banks T a0b89168b4 2.2 (#52)
## features
-- added pi cam support (from wpilib v2020.2.2)
-- added gain slider for ps3 eye
-- added custom pnp model upload
-- network tables will try to reconnect if no connection
-- re did network tables key and added new values 


## bug fixes
-- fixed solve pnp not detection
-- lowered minimum fps for some camera
-- fixed vision hang bug
2020-01-22 21:53:11 +02:00
..
2020-01-22 21:53:11 +02:00
2020-01-08 00:11:34 -08:00
2020-01-08 00:11:34 -08:00
2020-01-04 11:53:18 -08:00

Chameleon 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 developing session, this command auto-build the UI after every change your 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 Configuration Reference.