Difference between revisions of "HDR images with Elphel cameras"

From ElphelWiki
Jump to: navigation, search
(Autoexposure Daemon HDR Functions)
Line 8: Line 8:
  
 
==Autoexposure Daemon HDR Functions==
 
==Autoexposure Daemon HDR Functions==
The autoexposure daemon running in the camera can alternate exposure times quickly meaning
+
The autoexposure daemon running in the camera can rapidly alternate between multiple exposure times, allowing a single video stream with over / under exposed sequential frames. In post, these frames can be separated into individual streams and finally combined into a single HDR sequence.  
recording at maximal FPS with 2 alternating exposure times is possible.  
+
This HDR-video can be recorded just like any other normal video with the harddisk-recorder, camogm or captured over the network.
This HDR-video can be record just like any other normal video with the harddisk-recorder camogm or streamed over the network.
 
  
Due to limitation how fast the exposure time change can be propagated to the image sensor HDR mode works best in Triggered mode([http://www.mail-archive.com/support-list@support.elphel.com/msg00533.html]). by altering the http://*CameraIP*/tuneseq.php?mode=latency- page, setting the EXPOS value to "0". ([http://www.mail-archive.com/support-list@support.elphel.com/msg00492.html]).
+
Due to limitations in how fast the exposure time change can be propagated to the image sensor, HDR mode works best in Triggered mode([http://www.mail-archive.com/support-list@support.elphel.com/msg00533.html]); And by altering the http://*CameraIP*/tuneseq.php?mode=latency- page, setting the EXPOS value to "0". ([http://www.mail-archive.com/support-list@support.elphel.com/msg00492.html]).
  
 
==Manual Bracketing==
 
==Manual Bracketing==

Revision as of 08:26, 23 January 2012

The purpose of this project is to get HDR images using an Elphel camera.

For informations about HDR imaging see: Wikipedia.org. For informations about HDR imaging algorithms see: Debevec.org and Columbia.edu.

There are several ways how to increase the dynamic range and to achieve HDR images:

Exposure Bracketing

Autoexposure Daemon HDR Functions

The autoexposure daemon running in the camera can rapidly alternate between multiple exposure times, allowing a single video stream with over / under exposed sequential frames. In post, these frames can be separated into individual streams and finally combined into a single HDR sequence. This HDR-video can be recorded just like any other normal video with the harddisk-recorder, camogm or captured over the network.

Due to limitations in how fast the exposure time change can be propagated to the image sensor, HDR mode works best in Triggered mode([1]); And by altering the http://*CameraIP*/tuneseq.php?mode=latency- page, setting the EXPOS value to "0". ([2]).

Manual Bracketing

You can do exposure bracketing manually with a PHP script. Just set exposure time -> capture a single frame -> change exposure time -> capture another image, etc. This will be slower than using the daemon but you have finer control over how many brackets you want and how big the EV steps between the brackets are, etc. This is best suited for still image recording where speed is not so much of an issue.

Gain Bracketing

JP4 HDR is a special raw color format that can capture a higher dynamic range in an image without introducing any artifacts as result from combining images captured at different times (exposure bracketing). Though the post processing code to develop the images is still experimental.