Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is der any way to check whether webcam is connected or not in php
Posted

der is not an english word. PHP runs on the server and can perhaps check on the server end. HTML, which PHP generates, cannot interact with a webcam.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Jul-11 3:42am    
Correct, a 5.
--SA
You cant really check such things in html pages, if you are certain that this would be run on IE use custom ActiveX controls to do such things.

Jquery plugin API Check this link-
http://www.xarg.org/project/jquery-webcam-plugin/[^]
 
Share this answer
 
Comments
Christian Graus 6-Jul-11 3:54am    
And if you want to use other browsers, investigate Java or Flash.
harish85 6-Jul-11 4:16am    
yes, Hi Christian- If you dont mind just curious how do we check that on server? Thanks

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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