| Line | |
|---|
| 1 | |
|---|
| 2 | void camera_press(const char *s); |
|---|
| 3 | void camera_release(const char *s); |
|---|
| 4 | void camera_wait_click(int timeout); |
|---|
| 5 | int camera_is_pressed(const char *s); |
|---|
| 6 | int camera_is_clicked(const char *s); |
|---|
| 7 | void camera_click(const char *s); |
|---|
| 8 | void camera_sleep(long v); |
|---|
| 9 | void camera_shoot(); |
|---|
| 10 | int md_detect_motion(void); |
|---|
| 11 | int md_get_cell_diff(int column, int row); |
|---|
| 12 | int md_init_motion_detector(); |
|---|
| 13 | void camera_set_raw(int mode); |
|---|
| 14 | void ubasic_camera_get_raw(); |
|---|
| 15 | void camera_set_nr(int to); |
|---|
| 16 | int camera_get_nr(); |
|---|
| 17 | void shooting_set_prop(int id, int v); |
|---|
| 18 | int shooting_get_prop(int id); |
|---|
| 19 | long stat_get_vbatt(); |
|---|
| 20 | void camera_set_led(int led, int state, int bright); |
|---|
| 21 | int shooting_get_day_seconds(); |
|---|
| 22 | int shooting_get_tick_count(); |
|---|
| 23 | int ubasic_camera_script_autostart(); |
|---|
| 24 | int get_usb_power(int edge); |
|---|
| 25 | void camera_set_script_autostart(int state); |
|---|
| 26 | void exit_alt(); |
|---|
| 27 | //#include "../../core/motion_detector.h" |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.