comparison org/skin.org @ 3:6c93f2018655

adjusted video path
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 22:54:08 -0700
parents 4588025678b0
children 50c92af2018e
comparison
equal deleted inserted replaced
2:46b2d4c9522d 3:6c93f2018655
294 "key-space" (fn [game value] 294 "key-space" (fn [game value]
295 (touch-print controls))} 295 (touch-print controls))}
296 (fn [world] 296 (fn [world]
297 (Capture/SimpleCaptureVideo 297 (Capture/SimpleCaptureVideo
298 world 298 world
299 (file-str "/home/r/proj/cortex/tmp-video/blob.avi")) 299 (file-str "/home/r/proj/cortex/tmp/blob.avi"))
300 (no-logging) 300 (no-logging)
301 (enable-debug world) 301 (enable-debug world)
302 (set-accuracy world (/ 1 60)) 302 (set-accuracy world (/ 1 60))
303 ) 303 )
304 304
307 (color-touch controls) 307 (color-touch controls)
308 )))) 308 ))))
309 309
310 #+end_src 310 #+end_src
311 311
312 #+results: skin-main
313 : #'body.skin/test-skin
314
312 315
313 316
314 317
315 318
316 319