I hope so! But I'm doubtful.. There isn't the option to set lowrescam on Mac (so it should default to always being at the right size). And I tried setting the key, and then opening the grabber, and my webcam showed up fine (at the smaller size)..
On 4 Feb 2007, at 12:19, Vivia Nikolaidou wrote: > > Thanx, fixed in 7914 > > Wonder if this fixes the "white screen" issue for some Mac users?.... > > On Sat, 3 Feb 2007, Youness Alaoui wrote: > >> hi, I have to go... just noticed something : >> in msncam.tcl, there are a few if {config::getkey lowrescam} but >> some others are only for linux, and it might cause bugs, can >> someone look >> into that please ? >> thx : >> proc SendFrame { sock encoder img } { >> #If the img is not at the right size, don't encode (crash >> issue..) >> >> if { [::config::getKey lowrescam] == 1 && [OnLinux] } { >> set camwidth 160 >> set camheight 120 >> } else { >> set camwidth 320 >> set camheight 240 >> } >> ..... >> >> proc CreateGrabberWindowMac {} { >> .... >> if { [::config::getKey lowrescam] == 1 } { >> set camwidth 160 >> } else { >> set camwidth 320 >> } >> ..... >> >> WebcamWizard : >> if { [OnLinux] } { >> pack $w.lowrescam >> } >> .... >> >> >> >> >> KKRT >> >> >> >> --------------------------------------------------------------------- >> ---- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier. >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Amsn-devel mailing list >> Amsn-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/amsn-devel >> > > > --- > > "Where is the life that we have lost in living? > Where is the wisdom that we have lost in knowledge? > Where is the knowledge that we have lost in information?" > > OEO; > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Amsn-devel mailing list > Amsn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amsn-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel