Page 1 of 1

Run Webcam on button click

Posted: Mon May 11, 2015 5:12 am
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?

Re: Run Webcam on button click

Posted: Mon May 11, 2015 3:29 pm
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).