I'm trying to run a website where the X10 VA11A captures pictures and then projects them onto a webpage. I can get the camera to capture pictures on the hard drive in c:\Program Files\XRay Vision under the names "_dmt_00_0.jpg" and "_dmt_00_1.jpg" but I can't get them to show up on the webpage. I've tried everything I can think of in my head.
Can someone please help me out?
Here's the HTML code I wrote for the website to read the stuff from the hard drive, its getting the image to show is the hard part. I would be very appreciated if someone could lend me a hand big time.
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="refresh" content="15; URL="index.html">
<TITLE>Active Log</TITLE>
<BODY>
I will reload myself in 15 second, due to software lag, the image might not refresh for 1 or 2 minutes
<table border="1" bordercolor="#A0A0A0" bordercolorlight="#F0F0F0">
<tr>
<td valign="top">1/8/98 3:59:30 AM, P16<br>
<img src="c:\Program Files\XRay Vision\_dmt_00_1.jpg"></td>
</tr>
</table>
</BODY>
</HTML>