> -----Original Message----- > From: ekcien [mailto:[EMAIL PROTECTED] > Sent: Monday, August 22, 2005 12:02 AM > To: CF-Talk > Subject: Control USB Camera through COLDFUSION > > We want to capture a 30 seconds video from a PC client and upload the > video > file to our database: > > Can we control the video/camera port to be able to start capture, end > capture, save file in COLDFUSION.
You could finagle such a thing on the _server_ (where ColdFusion is running) but not on the _client_ - ColdFusion isn't there to do anything! To do this on the client you would need some thing "active" and trusted: a Signed Java Applet, an ActiveX control or a Flash movie that was given permission to use the camera (the latter is probably the simplest option overall unless you find something off the shelf). There are other options... but those three cover the broadest range of possibility. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215878 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

