
It take the photo quickly (with cmd it take time to connect to the camera for each picture) \digiCamControl\CameraControlRemoteCmd.exe /c capture %s In the gallery the print button not working may be a little bug ?Īnything visible in the console log of your browser why it fails?įor the command to take the photo it s better to use Remote Ok thanks a lot may be %s was missing :-)īut in fact it print only if i press the print button after taking a picture You should now be able to use Photobooth on your Windows machine! Open in your Browser and adjust your " take picture command" (inside the " Commands" section):Ĭ:\Apache24\htdocs\digicamcontrol\CameraControlCmd.exe /capture /filename %s Enjoy!

Next you need to extract the Photobooth Release-ZIP to C:\Apache24\htdocs\. Remove all files inside C:\Apache24\htdocs\.
SOMETHING LIKE PHOTO BOOTH FOR WINDOWS INSTALL
Install Digicamcontrol to C:\Apache24\htdocs\digicamcontrol\ Setup Photobooth Open in your Browser, you should see the PHP Information page.

Httpd.exe -k stop Test your Webserver & PHP Once that's done, lets start our webserver: To start the Webserver on boot automatically, type httpd.exe -k install. Go to C:\Apache24 and right click on the cmd.bat, choose "Run as administrator":

Go to C:\php and rename the php.ini-production to php.ini.Įdit the php.ini using Notepad++ to enable the GD library:įind extension=fileinfo and remove the in front of the line.įind extension=gd2 and remove the in front of the line.įind extension_dir = "ext" and remove the in front of the line and change it to extension_dir = "C:/php/ext" Start Apache Server
