Changeset 3192
- Timestamp:
- Aug 17, 2012 7:22:45 PM (9 months ago)
- File:
-
- 1 edited
-
dev/olpc/cameratest.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dev/olpc/cameratest.fth
r2880 r3192 14 14 read-agc 3 + 3 rshift h# f min " bright!" " $call-screen" evaluate 15 15 ; 16 : full-brightness ( -- ) h# f " bright!" " $call-screen" evaluate ; 16 17 [then] 17 18 : full-brightness ( -- ) h# f " bright!" " $call-screen" evaluate ;19 18 20 19 : timeout-read ( adr len timeout -- actual ) … … 48 47 shoot-still ?dup if stop-display close exit then ( error? ) 49 48 d# 1,000 ms 50 true set-mirrored resync shoot-movie full-brightness( error? )49 true set-mirrored resync shoot-movie ( full-brightness ) ( error? ) 51 50 stop-display close ( error? ) 52 51 ?dup 0= if confirm-selftest? then ( error? )
Note: See TracChangeset
for help on using the changeset viewer.
