Revision 1c2d3c8c py/scenic/gui.py
| b/py/scenic/gui.py | ||
|---|---|---|
| 365 | 365 |
print 'video_view_preview toggled', widget.get_active() |
| 366 | 366 |
if widget.get_active(): |
| 367 | 367 |
self._gather_configuration() |
| 368 |
self.app.save_configuration() |
|
| 368 | 369 |
command = "milhouse --videosource %s --videodevice %s --localvideo --window-title preview" % (self.app.config.video_source, self.app.config.video_device) |
| 369 | 370 |
print "spawning", command |
| 370 | 371 |
process.run_once(*command.split()) |
Also available in: Unified diff