grassybreakfast
Registered
Hello!
I am currently writing some free software to do automated video processing for underwater videos (colour correction, denoising, LUT application, transforming from log encoding, etc), because I'm sick of green videos, and while I've always post-processed my own video manually... that takes a lot of time, and mainstream free tools don't really do it well (eg. historgram stretching is not a very good solution to boost red, and can result in weird artefacts).
I would like to calculate a white balance curve for underwater footages (indexed by depth instead of lighting colour temperature), but don't currently have the data. Would appreciate if anyone with a suitable camera can help collect some data!
I need to be able to calculate linear sRGB from the colours, so practically speaking, it needs to be 10-bit and in log encoding. That's GoPro 11/12/13 or DJI Action 4/5 (ideally both!).
What I need you to do:
* Set the camera to Log encoding, 10-bit, fixed 6500K white balance, and shutter time/gain on auto.
* Shoot a photo or a short clip of white slate (or something else even and white) at different depths! If you can record the depth (write on the slate?) that could be interesting, but that information is not critical, so don't bother if it's too much hassle.
Thanks!
PS. If you are a programmer, feel free to take a peek at the in-progress code here: GitHub - matthewlai/JaxVidFlow: Experimental video processing pipeline using Jax
I am currently writing some free software to do automated video processing for underwater videos (colour correction, denoising, LUT application, transforming from log encoding, etc), because I'm sick of green videos, and while I've always post-processed my own video manually... that takes a lot of time, and mainstream free tools don't really do it well (eg. historgram stretching is not a very good solution to boost red, and can result in weird artefacts).
I would like to calculate a white balance curve for underwater footages (indexed by depth instead of lighting colour temperature), but don't currently have the data. Would appreciate if anyone with a suitable camera can help collect some data!
I need to be able to calculate linear sRGB from the colours, so practically speaking, it needs to be 10-bit and in log encoding. That's GoPro 11/12/13 or DJI Action 4/5 (ideally both!).
What I need you to do:
* Set the camera to Log encoding, 10-bit, fixed 6500K white balance, and shutter time/gain on auto.
* Shoot a photo or a short clip of white slate (or something else even and white) at different depths! If you can record the depth (write on the slate?) that could be interesting, but that information is not critical, so don't bother if it's too much hassle.
Thanks!
PS. If you are a programmer, feel free to take a peek at the in-progress code here: GitHub - matthewlai/JaxVidFlow: Experimental video processing pipeline using Jax