Run Webcam on button click
Moderator: General Moderators
-
EHTISHAM123
- Forum Newbie
- Posts: 1
- Joined: Mon May 11, 2015 5:00 am
Run Webcam on button click
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?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Run Webcam on button click
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)