|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| config/ | H | 08-Jun-2009 | - | 11,172 | 8,934 |
| m4/ | H | 08-Jun-2009 | - | 641 | 628 |
| src/ | H | 03-May-2022 | - | 7,770 | 5,286 |
| COPYING | H A D | 08-Jun-2009 | 17.6 KiB | 341 | 281 |
| INSTALL | H A D | 08-Jun-2009 | 9.3 KiB | 237 | 179 |
| Makefile | H A D | 09-Jun-2009 | 20.1 KiB | 617 | 542 |
| Makefile.am | H A D | 08-Jun-2009 | 62 | 4 | 3 |
| Makefile.in | H A D | 08-Jun-2009 | 18.8 KiB | 617 | 544 |
| README | H A D | 08-Jun-2009 | 859 | 40 | 27 |
| aclocal.m4 | H A D | 08-Jun-2009 | 272.8 KiB | 7,778 | 6,972 |
| autogen.sh | H A D | 08-Jun-2009 | 55 | 3 | 1 |
| config.status | H A D | 09-Jun-2009 | 31.1 KiB | 1,002 | 808 |
| configure | H A D | 08-Jun-2009 | 677.1 KiB | 20,813 | 16,554 |
| configure.ac | H A D | 08-Jun-2009 | 895 | 43 | 27 |
| libtool | H A D | 09-Jun-2009 | 224.5 KiB | 7,886 | 5,787 |
README
1To compile and install
2======================
3
4- Install wxWdigets and gPhoto2 development libraries.
5- Always use the latest gPhoto2 library!
6- I used these versions:
7
8 libgphoto2 2.4.5
9 wxWidgets 2.8.8.0
10
11- Run './configure'
12- Run 'make'
13- Run 'sudo make install'
14
15To run
16======
17
18- Run 'gtimelapse'
19- Make sure your camera is in the correct mode (e.g. normal/PTP etc):
20 http://www.gphoto.org/proj/libgphoto2/support.php
21- When you've captured your images you can make a video
22 using the 'make_vid' script in the src directory (requires
23 mencoder)
24
25To do
26=====
27
28- Refactor code so camera settings are determined whenever 'detect
29 camera' is selected, not just at startup.
30- Fix camera settings tab - sliding window when there are too many
31 setting to fit on the tab.
32
33
34Bugs/Comments/Suggestions
35=========================
36
37timnugent@gmail.com
38
39
40