https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a5bdca6355926c6f667e6afcdbc12d5d3f7cba7c authored by Pravdomil Toman on 05 April 2014, 18:30:57 UTC
ctrlexpo
Tip revision: a5bdca6
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