- Timestamp:
- 06/06/10 14:28:44 (20 months ago)
- Files:
-
- 1 modified
-
trunk/software/rbconfig.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/rbconfig.py
r739 r746 23 23 drive_right_port = '/dev/ttyUSB0' 24 24 25 camera = NONE26 camera_gst_input = 'rtspsrc location=rtsp://192.168.27.3:554 ! decodebin'25 camera = REAL 26 #camera_gst_input = 'rtspsrc location=rtsp://192.168.27.3:554 ! decodebin' 27 27 #camera_gst_input = 'v4l2src' 28 28 camera_gst_input = 'filesrc location="/home/tomwm/Videos/Still_Alive_Typography.flv" ! decodebin' … … 34 34 transcript = REAL 35 35 transcript_filename = 'logs/rblog-%Y-%m-%dT%H:%M:%S.log' 36 drive_ctrl = REAL36 drive_ctrl = NONE 37 37 38 38 # Navigators

