changeset 3:6c93f2018655

adjusted video path
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 22:54:08 -0700
parents 46b2d4c9522d
children 50c92af2018e
files org/skin.org
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/skin.org	Sun Oct 16 06:49:58 2011 -0700
     1.2 +++ b/org/skin.org	Sun Oct 16 22:54:08 2011 -0700
     1.3 @@ -296,7 +296,7 @@
     1.4       (fn [world]
     1.5         (Capture/SimpleCaptureVideo
     1.6          world 
     1.7 -        (file-str "/home/r/proj/cortex/tmp-video/blob.avi"))
     1.8 +        (file-str "/home/r/proj/cortex/tmp/blob.avi"))
     1.9         (no-logging)
    1.10         (enable-debug world)
    1.11         (set-accuracy world (/ 1 60))
    1.12 @@ -309,6 +309,9 @@
    1.13  
    1.14  #+end_src
    1.15  
    1.16 +#+results: skin-main
    1.17 +: #'body.skin/test-skin
    1.18 +
    1.19  
    1.20  
    1.21