https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: fce1e2301f43c61b55b5887b2d8d84d78f81f2b5 authored by a1ex on 22 February 2014, 00:00:50 UTC
Close branch nanomad/fix-raw2dng-crash-1392679817240.
Tip revision: fce1e23
shoot.h
#ifndef __SHOOT_H_
#define __SHOOT_H_
void hdr_shot(int skip0, int wait);
int expo_value_rounding_ok(int raw, int is_aperture);
int round_shutter(int tv, int slowest_shutter);
int round_aperture(int av);
void redraw_after(int msec);
int is_hdr_bracketing_enabled();
#ifdef FEATURE_INTERVALOMETER
int get_interval_count();
int get_interval_time();
void set_interval_time(int seconds);
#endif
#endif // __SHOOT_H_
back to top