Missing PHP/HTML/AJAX code for webcam image display
Ngân sách $10-30 USD
- Freelancer
- Các công việc
- AJAX
- Missing PHP/HTML/AJAX code for webcam image display
I have a webcam that uploads images with random names every 3 seconds. I need 3 things:
1) Find second newest image (not newest as sometimes this isn't fully uploaded when it is fetched). This then must be updated every 3 seconds while website is open - without web page refreshing, only image. Timestamp showing date and time image was created in GMT to be included under image.
2) Create looping animation of previous 60 newest JPG images (from oldest to newest) at a speed of 3 images per second
3) Display 60 newest images from oldest to newest in a list . Timestamp showing date and time image was created in GMT to be included under each image.
Code to help:
I have used this PHP to find the newest image - but not the second newest image:
<?php
$base_url = 'page/images';
$newest_mtime = 0;
$show_file = 'page/images/[login to view URL]';
if ($handle = opendir($base_url)) {
while (false !== ($latestFile = readdir($handle))) {
if (($latestFile != '.') && ($latestFile != '..') && ($latestFile != '.htaccess')) {
$mtime = filemtime("$base_url/$latestFile");
if ($mtime > $newest_mtime) {
$newest_mtime = $mtime;
$show_file = "page/images/$latestFile";
}
}
}
}
echo '<img src="' .$show_file. '" alt="Latest from the web">';
?>
Also I made this loop when the image was always update with the same name, this doesn't;t work now that images have random names:
<table>
<tbody>
<tr>
<td align=”center”><img src=”[login to view URL] alt=”Image will refresh every 0 Minutes 5 Seconds” width=”640″ height=”480″ name=”tcimage0″ border=”1″ /></td>
</tr>
<tr>
<td>This is my webcam…</td>
</tr>
</tbody>
</table>
<script type=”text/javascript” language=”JavaScript”>// <![CDATA[
var tcimages = new Array();
tcimages[0] = “[login to view URL]”;
interval = 5000;
function Refresh() {
for (i=0; i<=0; i++) { tmp = new Date(); tmp = “?” + [login to view URL](); [login to view URL][“tcimage” + i].src = tcimages[i] + tmp; } setTimeout(“Refresh()”, interval); } Refresh();
// ]]></script>
</tbody>
</table>
6 freelancer đang chào giá trung bình $50 cho công việc này
Hello I have understood the requirements, and ready to work on this. I will work on it today and have it done asap. Let's get started! Thanks!
I am a Vietnam based Freelancer offering exceptional quality work for my clients from last 10 years. Please leave a message to review my samples.
Project Description I have a webcam that uploads images with random names every 3 seconds. I need 3 things:
Dear Sir, I would like to discuss few thing for better understanding of [login to view URL] share details and ping me for further discussion. Spare a moment on our previous work [login to view URL] http://profeenlinea. Thêm