https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9b97c224ab007583d79f64f3630cb44a4da987e1 authored by a1ex on 22 October 2013, 21:24:02 UTC
Close branch unified.qemu.
Tip revision: 9b97c22
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);
#endif // __SHOOT_H_
back to top