[cfaussie] Capturing a webcam image via ColdFusion

2011-07-28 Thread Darth Guybrush
That is essentially the new task - recently added to my growing list of priorities. How to capture an image from a Webcam and passing it on to ColdFusion for processing. Think like a Flash capture - like taking a photo with a webcam and letting CF deal with the image. Trick is server has no

Re: [cfaussie] Capturing a webcam image via ColdFusion

2011-07-28 Thread Andrew Scott
So you really need a JS solution like http://www.taboca.com/p/camcanvas/ -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Jul 28, 2011 at 9:23 PM, Darth Guybrush peter.tilbr...@gmail.comwrote: That is essentially

Re: [cfaussie] Capturing a webcam image via ColdFusion

2011-07-28 Thread ColdGen Internet Solutions
That is a start... Thanks for the heads up. Flash Media Server is great for what I do not need ATM lol! Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan,

[cfaussie] Re: Capturing a webcam image via ColdFusion

2011-07-28 Thread Steve Onnis
Just use flex. You don’t need flash media server. Use the flash.media.Camera library to create a little app that hooks into the webcam to take a photo and then push the binary data up to the server using remoting -- You received this message because you are subscribed to the Google Groups

Re: [cfaussie] Re: Capturing a webcam image via ColdFusion

2011-07-28 Thread ColdGen Internet Solutions
Use the flash.media.Camera library to create a little app that hooks into the webcam to take a photo and then push the binary data up to the server using remoting Man oh man all the other stuff that is part of the CS5.5 Web Creative Design library? Cmon Saturday! Peter Tilbrook Managing

RE: [cfaussie] Re: Capturing a webcam image via ColdFusion

2011-07-28 Thread Steve Onnis
Negatory All that is part of Flex 3 so it is readily available -Original Message- From: ColdGen Internet Solutions [mailto:coldgen.internet.soluti...@gmail.com] Sent: Thursday, 28 July 2011 10:38 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Re: Capturing a webcam image via