About: UBASIC/Scripts: HDR for G7   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Use this script in "P"-Mode. It will take n pictures at -2,-1,0,+1,+2. Kinda slow but it works for me. I use the CHDK build from here @title HDR @param a Number of shots per step @default a 2 let i = 1 print "Preparing" click "expo_corr" for n = 1 to 12 wheel_left sleep 100 next n for m = 1 to 5 for n = 1 to a print "Shoot", i, "of", a*5 shoot i = i + 1 next n for n = 1 to 3 wheel_right sleep 100 next n next m print "Resetting" for n = 1 to 6 wheel_left sleep 100 next n end

AttributesValues
rdfs:label
  • UBASIC/Scripts: HDR for G7
rdfs:comment
  • Use this script in "P"-Mode. It will take n pictures at -2,-1,0,+1,+2. Kinda slow but it works for me. I use the CHDK build from here @title HDR @param a Number of shots per step @default a 2 let i = 1 print "Preparing" click "expo_corr" for n = 1 to 12 wheel_left sleep 100 next n for m = 1 to 5 for n = 1 to a print "Shoot", i, "of", a*5 shoot i = i + 1 next n for n = 1 to 3 wheel_right sleep 100 next n next m print "Resetting" for n = 1 to 6 wheel_left sleep 100 next n end
dcterms:subject
abstract
  • Use this script in "P"-Mode. It will take n pictures at -2,-1,0,+1,+2. Kinda slow but it works for me. I use the CHDK build from here @title HDR @param a Number of shots per step @default a 2 let i = 1 print "Preparing" click "expo_corr" for n = 1 to 12 wheel_left sleep 100 next n for m = 1 to 5 for n = 1 to a print "Shoot", i, "of", a*5 shoot i = i + 1 next n for n = 1 to 3 wheel_right sleep 100 next n next m print "Resetting" for n = 1 to 6 wheel_left sleep 100 next n end
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software