byu-auvsi-imaging-client

Imaging Client GUI for manual classification


Install
pip install byu-auvsi-imaging-client==0.1.8

Documentation

Imaging Build Status

This package contains (most) all the code used by the imaging subsystem.

server/ Contains server code that is run on the ground station

client/ Runs the manual classification client. This code is run on personal machines (and can be installed via pip!)

autonomous/ Code used by the autonomous detector/classifier - generally run on a laptop or ground station

What isn't included?

The driver for the camera, currently the Sony a6000 is in its own repository. This is because it is the only piece of code that needs to be run onboard the actual plane, thus we want to make it small and easy to clone onto the planes workspace.

Running

Here's an overview of everything that needs to be running in a competition setting. Additional details on each of these pieces can be found in their respective locations.

what to run

Dependencies

This package relies on a few other BYU-Auvsi packages. Changes to them could have effects here.