Skip to content

The Virtex App is a desktop application used for updating, viewing the camera stream of, and configuring Virtex. The app is not necessary to set configurations as everything is available over the I2C interface. However, if you are unsure how certain configurations change what the camera sees this is a helpful tool.

License

Notifications You must be signed in to change notification settings

34-Engineering/Virtex-App

Repository files navigation

Virtex App

Code Style: Google

The Virtex App is a desktop application used for updating, viewing the camera stream of, and configuring Virtex. The app is not necessary to set configurations as everything is available over the I2C interface. However, if you are unsure how certain configurations change what the camera sees this is a helpful tool.

Virtex App is written in Typescript runs on Angular with Electron in the background (credit to maximegris/angular-electron). It uses Open OCD to flash and update to FPGA over FT2232H's JTAG interface and FT2232H's Fast Serial Inteface to stream the video and change configurations.

How To Use

We recommend downloading the app installer directly from our website. Otherwise see directions below.

Serving

npm i
npm runs serve

Building

Build executables

npm run build

Build locally

npm run buildlocal

Linting

npm run lint

or

npm run fix

About

The Virtex App is a desktop application used for updating, viewing the camera stream of, and configuring Virtex. The app is not necessary to set configurations as everything is available over the I2C interface. However, if you are unsure how certain configurations change what the camera sees this is a helpful tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published