From: Max Value Date: Sat, 25 Oct 2025 01:33:08 +0000 (+0100) Subject: Added todo list X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=76f61877f750bb9526a79b61a0824de8d1c0892d;p=rust_fft Added todo list --- diff --git a/todo b/todo new file mode 100644 index 0000000..510f1f8 --- /dev/null +++ b/todo @@ -0,0 +1,12 @@ +todo: +- make calibrator for casts on the image + - could do this with HSV, i suspect that if we graph changes in HS across + the surface of the image, we would see the casts, if they collate with each + other then the new "LUT" is x,y,H. this should be simple to build into the + current LUT system + +- test the lut system in-situ, graph for optimal +- make the LUT corrector (rust) more efficient (multithreading?) +- possibly see if a version can be made that takes mic input +- implement recording for testing +- implement image display in unused channel