Changeset 639 for trunk/software
- Timestamp:
- 01/31/10 20:41:40 (2 years ago)
- Location:
- trunk/software
- Files:
-
- 2 modified
-
rb/wiimote.py (modified) (1 diff)
-
rbconfig.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/rb/wiimote.py
r625 r639 158 158 from urllib import urlopen 159 159 img_bytes = urlopen(rbconfig.camera_still_url).read() 160 fn = ' snap%012d.jpg' % int(time.time())160 fn = 'pics/snap%012d.jpg' % int(time.time()) 161 161 with open(fn, 'wb') as f: 162 162 f.write(img_bytes) -
trunk/software/rbconfig.py
r635 r639 29 29 camera_gst_input = 'filesrc location="/home/tomwm/Videos/Still_Alive_Typography.flv" ! decodebin' 30 30 #camera_classifier = HARD 31 camera_still_url = 'http://192.168. 1.4:8081/bimg'31 camera_still_url = 'http://192.168.27.3:8081/bimg' 32 32 33 33 # Navigator helpers … … 37 37 38 38 # Navigators 39 auto = REAL39 auto = NONE 40 40 41 41 shell = NONE

