Max Value [Sun, 11 Jan 2026 23:57:18 +0000 (23:57 +0000)]
Color correction and C++ changes
+ windows support for camera capture (switched rscam for nokhwa)
+ windows support for paths
+ show_image GPU flag in build
+ more todo notes
~ split of the major structs into own files
+ the example sound (Souled American - Second of All)
NEW:
+ C++ color correction and integrated into the main script
(not currently working)
+ improvements to the lut generator
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.