techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

Extract HDR raw images/video #74

Closed DrDecipher closed 5 years ago

DrDecipher commented 5 years ago

This repo seems to be the most complete solution that I have found so far but I do not see this particular capability.

I’m looking to get the raw High exposure and Low exposure frames from the HDR mode for post processing not on the chip.

Any thoughts or redirection would be appreciated.

techyian commented 5 years ago

Hi, there isn't anything built in to the library specifically for HDR capture, but a quick Google will provide some insight into how you can replicate HDR using the Pi sensor. Does this give you any pointers? Exposure compensation can be tweaked in the config, check out the wiki for guidance.