https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 844042592e874ff242c70768901b12a24e1cc6b9 authored by alex@thinkpad on 06 May 2016, 22:43:43 UTC
mlv_snd: gray out in menu if not recording raw video
Tip revision: 8440425
hdr.h
#ifndef _hdr_h_
#define _hdr_h_

/* HDR video & related */
/* todo: rename to hdr-video.c/h? */

int hdr_video_enabled();
void hdr_get_iso_range(int* iso_low, int* iso_high);
int get_effective_hdr_iso_for_display(int raw_iso);


#endif
back to top