will [Sun, 3 Nov 2024 22:23:15 +0000 (22:23 +0000)]
Refactoring
- Created camera module to deal with camera stuff
- Created sound modue to abstract inputs and outputs of different types
to indivisual sound objects
- changed calibration image path to include src
will [Sat, 2 Nov 2024 12:33:22 +0000 (12:33 +0000)]
Begun setting up c++ functions
- moved process of taking the photo to the rust programme with only the
homography calculation and the actual perspective transformation as part
of the cpp binary.
currently having issues getting rust_cc to link the opencv library.