- Timestamp:
- 01/29/09 10:39:43 (4 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
- 1 moved
-
Makefile (modified) (1 diff)
-
doc/1_intro.txt (modified) (1 diff)
-
doc/2_dryos.txt (deleted)
-
doc/2_installation.txt (moved) (moved from trunk/doc/2_vxworks.txt) (1 prop)
-
doc/4_urls.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r699 r700 108 108 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/changelog.txt > $(DEVNULL) 109 109 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)tools/vers.req > $(DEVNULL) 110 cat $(topdir)doc/1_intro.txt $(topdir)/platform/$(PLATFORM)/notes.txt $(topdir)doc/2_installation.txt $(topdir)doc/3_faq.txt $(topdir)doc/4_urls.txt $(topdir)doc/5_gpl.txt > $(topdir)doc/readme.txt 111 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/readme.txt > $(DEVNULL) 112 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/readme.txt > $(DEVNULL) 113 110 114 ifdef PLATFORMOS 111 115 ifeq ($(PLATFORMOS),vxworks) 112 116 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)bin/PS.FIR > $(DEVNULL) 113 117 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)bin/PS.FIR > $(DEVNULL) 114 cat $(topdir)doc/1_intro.txt $(topdir)/platform/$(PLATFORM)/notes.txt $(topdir)doc/2_vxworks.txt $(topdir)doc/3_faq.txt $(topdir)doc/4_urls.txt $(topdir)doc/5_gpl.txt > $(topdir)doc/readme.txt115 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/readme.txt > $(DEVNULL)116 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/readme.txt > $(DEVNULL)117 118 rm -f $(topdir)bin/PS.FIR 118 119 endif 119 120 ifeq ($(PLATFORMOS),dryos) 120 cat $(topdir)doc/1_intro.txt $(topdir)/platform/$(PLATFORM)/notes.txt $(topdir)doc/2_dryos.txt $(topdir)doc/3_faq.txt $(topdir)doc/4_urls.txt $(topdir)doc/5_gpl.txt > $(topdir)doc/readme.txt121 121 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/readme.txt > $(DEVNULL) 122 122 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/readme.txt > $(DEVNULL) -
trunk/doc/1_intro.txt
r531 r700 55 55 What are scripts? Scripts are BASIC language programs that give you the ability to control the operation of the camera under program control. They have been used to add or extend the native capability of the camera: more flexible intervalometers, extended-range exposure compensation, extended bracketing ability, lightning photography, etc. See the script pages for more details. 56 56 57 Beyond "Standard" CHDK58 59 Several developers have extended the basic features of CHDK to add additional major functions. You'll find these extended features in "special builds".60 61 There are several "Motion Detection" versions available that allow scripts to detect when motion (or any change in light intensity) occurs in one or more predefined regions of the images (the script can then take a photograph, a video, start a timer, etc) and there are some *very* cool applications based on this implementation.62 63 There is a "Stereo Data Maker" (SDM) version, specifically geared to stereo image applications (which also incorporates the Motion Detection routines).64 65 Additional video compression options (more or less), and the ability to go beyond the 1 Gbyte limit.66 67 Use your USB port as a remote control / "cable release".68 57 69 58 (to be expanded) -
trunk/doc/2_installation.txt
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/doc/2_vxworks.txt 441-444
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
trunk/doc/4_urls.txt
r531 r700 20 20 Timeline (changelog) of chdk: http://tools.assembla.com/chdk/timeline 21 21 22 For more information about this build visit: http://chdk.setepontos.com/index.php/topic,688.0.html23 24 Download the sources of this build here: http://tools.assembla.com/chdk/changeset/head/branches/juciphox?old_path=%2F&format=zip25 26 22 You can get a nice app that will help you making your card bootable on windows: http://chdk.setepontos.com/index.php/topic,964.0.html 27 23
Note: See TracChangeset
for help on using the changeset viewer.