May bad. I should have quoted to Christopher. Sorry.
Webrtc it's nice, but, what we do with the down fall back on other browsers. 2012/12/7 Alberto Mancini <[email protected]> > Thanks, > actually I do not want a dependency on flash but in case your project will > be our first test :) > My target, in the post I cited ,was doing 'capture' in javascript only so > the real interest was on > WebRTC, but I suppose Christopher will certainly like the project. > > Looking at the code adding webrtc support to the lib may be not so > terrible just in case one > want to use 'native' support when available and flash as a fallback, don't > know if may be useful. > > > Ciao, > Alberto. > > On Sat, Dec 8, 2012 at 1:40 AM, Daniel Mauricio Patino León < > [email protected]> wrote: > >> Hey Alberto. >> >> Use http://code.google.com/p/gwt-webcam/ >> >> I just finished a project where i used it and works very well. >> >> It wraps the JSWebcam library, i add an example widget using it. >> >> Best regards >> >> >> 2012/12/7 Alberto Mancini <[email protected]> >> >>> Hi Christopher, >>> accessing the webcam is something the browser may be unable to do: >>> recent browsers (just chrome afaik) that implement WebRTC's getUserMedia >>> (http://www.webrtc.org/) may provide access to the stream coming from >>> the webcam, >>> else you're forced to use a plugin, for instance flash. >>> >>> If you want to use WebRTC, moving to GWT 2.5 and Elemental is in my >>> opinion a good choice. >>> If you want, you can find some info here >>> http://jooink.blogspot.it/2012/11/gwt-augmented-reality-howto-step-2.html >>> (just the first few lines, up to the copy into a canvas, then canvas's >>> toDataURL() will give you the snapshot). >>> >>> Ciao, >>> Alberto. >>> >>> On Thu, Dec 6, 2012 at 8:53 AM, Christopher <[email protected] >>> > wrote: >>> >>>> Hi All, >>>> >>>> My GWT version is 2.4.0 >>>> >>>> My Query is , In my application a requirement to capture images >>>> through webcam . What is the best way to do it. >>>> >>>> Thanks, >>>> Christopher >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Web Toolkit" group. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msg/google-web-toolkit/-/qzT_xi0lM_0J. >>>> To post to this group, send email to >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-web-toolkit?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> >> >> -- >> ISC. Daniel Mauricio Patiño León. >> Director ejecutivo >> Liondev S.A. de C.V. >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- ISC. Daniel Mauricio Patiño León. Director ejecutivo Liondev S.A. de C.V. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
