Run Webcam on button click

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
EHTISHAM123
Forum Newbie
Posts: 1
Joined: Mon May 11, 2015 5:00 am

Run Webcam on button click

Post by EHTISHAM123 »

How to run run an executable file like Webcam and also croping of captured image on the click event of button on a php page?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Run Webcam on button click

Post by Christopher »

Do you want to run the webcam software on the server or the client? If the server then exec() (use http://php.net/manual/en/ref.exec.php).
(#10850)
Post Reply