Thanks Tane.
Yes, our ColdFusion application will serve us with visitor image captured
from webcam and stored in application directory. After that I'll display in
our application where users(application) will "crop" that visitor image. Mr
Google help me and gives me this great great piece of code
There is no way AFAIK for JavaScript to capture a webcam stream, like
Flash can capture the stream. But JavaScript can capture the image
from an HTTP stream. I got this code from
http://web.nickshanks.com/code/js/cams
newImage = new Image();
function LoadNewImage() {
var unique = new Date(
Web Specialist wrote:
> jQuery haves plugins available for web images capture? I'm developing a
> ColdFusion application to store visitors personal data including your
> photo. What I'm looking for:
>
> - webcam captures visitor photo via iframe(or another solution) in our
> form application;
> -
3 matches
Mail list logo