Page 1 of 1

Change HTTP output file name?

Posted: Fri Jul 01, 2016 6:42 pm
by qtipextra
I'm working with the HTTP part of yawcam. In my html file, the referenced image is called as "out.jpg" but I do not see this file in the directory.

Code: Select all

<A HREF="out.jpg">
I assume "out.jpg" is a placeholder name to load a current image when the page is loaded. My question is, though, how can I change this output name? Instead of calling "out.jpg" in the html file, I would like to call it something like "yawcam.jpg" and call that from my html file instead of using the filename out.jpg.

Code: Select all

<A HREF="yawcam.jpg">
Thanks for any help!

Re: Change HTTP output file name?

Posted: Sat Jul 09, 2016 3:26 pm
by z3r0c00l12
That name is in the internal code for Yawcam, you won't be able to change that.