[Sumover-dev] [svn commit] r4895 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Dec 14 14:24:16 GMT 2010


Author: douglask
Date: Tue Dec 14 14:24:16 2010
New Revision: 4895

Modified:
   vic/branches/mpeg4/tcl/ui-grabber.tcl
   vic/branches/mpeg4/tcl/ui-resource.tcl

Log:
Added capResolution resource, primarily now for setting Large capture resolution with the DirectShow grabber

Modified: vic/branches/mpeg4/tcl/ui-grabber.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-grabber.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-grabber.tcl	Tue Dec 14 14:24:16 2010
@@ -60,7 +60,7 @@
     pack $w.f.properties -fill x -side right
     pack $w.title $w.f -fill x -expand 1
     set capResolutionButton $w.f.resolution
-    set capResolution undefined
+    set capResolution  [resource capResolution]
     set_capture_resolution_button_state
 }
 

Modified: vic/branches/mpeg4/tcl/ui-resource.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-resource.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-resource.tcl	Tue Dec 14 14:24:16 2010
@@ -185,6 +185,7 @@
 	option add Vic.siteDropTime "300" startupFile
 	option add Vic.quality "0" startupFile
 	option add Vic.inputType "ntsc" startupFile
+	option add Vic.capResolution "0" startupFile
 	option add Vic.scalerCapResolution "none" startupFile
 
 	option add Vic.brightness "128" startupFile



More information about the Sumover-dev mailing list