Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6735855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:03:42+00:00 2026-05-26T11:03:42+00:00

I have a folder where are saved images from a webcam each X time.

  • 0

I have a folder where are saved images from a webcam each X time.

I want to use these image to create a slideshow without transitions effects or music => i want to make a timelaps!

These slideshow must be dynamic (i can use php to build the list of image, each time a user want to watch the “video”).

Any sugguestion and code to do this? Javascript? Php? or others??

Thanx!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:03:43+00:00Added an answer on May 26, 2026 at 11:03 am

    That’s the best way i found: simple and speedy

    <HTML>
    <HEAD>
    <TITLE>Video</TITLE>
    </HEAD>
    <BODY  BGCOLOR="#000000">
    <img name="foto">
    <SCRIPT LANGUAGE="JavaScript">
    var Pic = new Array();
    
    Pic[0] = '/images/image1.jpg'
    Pic[1] = '/images/image2.jpg'
    Pic[2] = '/images/image3.jpg'
    //this part in real code is replaced with a PHP script that print image location dinamically
    
    var t;
    var j = 0;
    var p = Pic.length;
    var preLoad = new Array();
    for (i = 0; i < p; i++) {
    preLoad[i] = new Image();
    preLoad[i].src = Pic[i];
    }
    //all images are loaded on client
    index = 0;
    function update(){
    if (preLoad[index]!= null){
    document.images['foto'].src = preLoad[index].src;
    index++;
    setTimeout(update, 1000);
    }
    
    }
    update();
    
    </script>
    
    </BODY>
    </HTML>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have generated JPG image, saved to Documents folder, that not comes with bundle.
I have problem with loading images from the Documents folder of iPhone application into
I have some images in a folder save automatically from a web camera naming
I have a folder with these files: alongfilename1.txt <--- created first alongfilename3.txt <--- created
I am attempting to download images saved in a url to a local folder,
I have to use many different images into my windows phone application. Although I
I have an image stored on server at location: C:\inetpub\wwwroot\imageupload\images in my code i
In this scenario - I have image names (eg:- abc.jpg) saved in a database
I have some strange problem with PIL not resizing the image. from PIL import
i'm using Ci and i have a form that saves image in a folder.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.