Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi guys i need your help ...

i have a button on the .aspx page. if i click on the button so one picture should be capture from my web cam . and i want to use jquery so please guide me and help me ..
Posted

Have a look at:jQuery Webcam – Communicate With Camera In JavaScript[^]

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Tech Code Freak 9-Feb-12 0:40am    
5up!
Espen Harlinn 9-Feb-12 3:37am    
Thank you, Tech Code Freak!
thatraja 9-Feb-12 0:44am    
My 5! I bookmarked this one(I didn't know this one)
Espen Harlinn 9-Feb-12 3:37am    
Thank you, thatraja!
Sergey Alexandrovich Kryukov 9-Feb-12 12:39pm    
Me to. I would like to try it; thanks for sharing, my 5.
--SA
You're very confused. jquery runs in your browser. Actually, javascript runs in your browser and jquery is a javascript library. It is not magic. It has no access to your webcam. Nor does ASP.NET. You need to write an ActiveX, Flash, or other control that runs in the browser, to have access to a webcam or other hardware.

To be clear, I am glad to help, I just mean, you're obviously not well informed about what these things can do, and need to learn the limitations of the technologies you're asking about. If you're not sure, a better question would be, 'what's the best way to capture an image from a webcam in a web page', not, 'I want to use XXX to do that'.
 
Share this answer
 
v2
Comments
Christian Graus 7-Feb-12 15:33pm    
I don't really mind that you downvited me for telling you the truth. But, it's not the way to get help around here. I was not rude. I gave you the only true answer. I even edited my answer to comment on the comment you posted and then deleted, to make sure you did not misunderstand me.
Espen Harlinn 8-Feb-12 14:38pm    
5'ed! Generally true, but there are workarounds
Tech Code Freak 9-Feb-12 0:40am    
5up!
thatraja 9-Feb-12 0:46am    
'I want to use XXX to do that'
:D

My 5!
Agree with CG, you can't do that using jQuery. Check this question(Look at all answers)
Web Cam Image on Web Page[^]
 
Share this answer
 
Comments
Espen Harlinn 8-Feb-12 14:39pm    
You found a few workarounds too - my 5
Tech Code Freak 9-Feb-12 0:40am    
5up!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900