• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H08-Jun-2009-11,1728,934

m4/H08-Jun-2009-641628

src/H03-May-2022-7,7705,286

COPYINGH A D08-Jun-200917.6 KiB341281

INSTALLH A D08-Jun-20099.3 KiB237179

MakefileH A D09-Jun-200920.1 KiB617542

Makefile.amH A D08-Jun-200962 43

Makefile.inH A D08-Jun-200918.8 KiB617544

READMEH A D08-Jun-2009859 4027

aclocal.m4H A D08-Jun-2009272.8 KiB7,7786,972

autogen.shH A D08-Jun-200955 31

config.statusH A D09-Jun-200931.1 KiB1,002808

configureH A D08-Jun-2009677.1 KiB20,81316,554

configure.acH A D08-Jun-2009895 4327

libtoolH A D09-Jun-2009224.5 KiB7,8865,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