Hi,
I am working on a low light data and used the same decompanding formula that was used in the camera, the output was way darker and when i checked the data range in matlab 90% of the data was within the range of 0-700 of 2^12 data, which is exactly opposite of the decompanding formula we had, so it looks to me like while capturing Auto Exposure has maxed out on all the things and this is the data that camera was able to capture.
And that resulted in a darker image in my end.
So what i did I modified the decompanding formula to fit the low light data and things are better now, when i feed the pipeline with day time images the same decompanding formula over exposes everything and all i see is a white image.,is it possible to have switch between decompanding in realtime ? to have multiple decompanding formula for different lighting conditions that can be shifted using a high level algorithm? or there is a way around this?
Or precisely can i normalize the pixel range to fit the display, just like how we do in matlab?
Regards,
Dinesh