https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9349fb59d2379b786081a6dafedd343debdfb678 authored by a1ex on 23 January 2014, 22:32:45 UTC
Close branch andy600/chdkdngc-edited-online-with-bitbucket-c-1390512855588
Tip revision: 9349fb5
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