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

Reply via email to