From 76f61877f750bb9526a79b61a0824de8d1c0892d Mon Sep 17 00:00:00 2001 From: Max Value Date: Sat, 25 Oct 2025 02:33:08 +0100 Subject: [PATCH] Added todo list --- todo | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 todo 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 -- 2.39.2