https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: bca10764dd691a38adf483ad8dc9a0fe773b56a6 authored by Giovanni C on 06 February 2014, 20:46:14 UTC
Close branch separate-vectorscope
Tip revision: bca1076
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);
#ifdef FEATURE_INTERVALOMETER
int get_interval_count();
int get_interval_time();
void set_interval_time(int seconds);
void set_interval_index(int index);
#endif
#endif // __SHOOT_H_
back to top