Revision eb0c9ffde435367a5f8b090622c3b1a5f7fe66b6 authored by a1ex on 04 February 2014, 18:27:40 UTC, committed by a1ex on 04 February 2014, 18:27:40 UTC
1 parent aadb61b
Raw File
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