lagrandeours
lagrandeours
hello i try to make the install in a PC, but i'm more photographer than developper but i give a try and keep you inform
hello on windows i added some simple html code and it work fine to take the picture i added it in the core js bc in admin not working ......
and now how to get the pictures in the workflow ? bc in digicam i can send the pictures to data/temp or img but nothing happend ...
thank you so musch for your answear :-) yes great with double dot : ..\..\digiCamControl\CameraControlCmd.exe /capture /filename %s and sorry to ask you about to use a Printer in windows...
ok thanks a lot may be %s was missing :-) but in fact it print only if i press the print button after taking a picture in the gallery the...
http://localhost/photobooth-2.1.0/api/print.php?filename=images%5C20200223_182303.jpg there is %5C in the code ....
ok but when i send print command juste after taking the picture it work fine :-) this problem apear only from the gallery
juste see your reply i check this
Hi :) so in dowload.php > echo file_get_contents(__DIR__.'/../data/images/'.$image); Does the Download link work? no there is /../ and double /images folder ... no Warning: file_get_contents(C:\xampp2\htdocs\photobooth-2.1.0\api/../data/images/images\20200224_174845.jpg): failed to open stream: No...
i m trying this and the download work fine but ... echo file_get_contents(dirname(__DIR__,1).'/'.$image); // echo file_get_contents(__DIR__.'/../data/images/'.$image);