Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am newbie to Web development, Please correct me if my question is wrong.
I have to display an images from files according to time basis, for examples in large set of images in the folder, image name saved as 201703241200.jpg, 201703241205.jpg,.. etc,
so when i mention the time in input box that is starting time and ending time, all images have to display within that time which is mentioned in input box. Please help me.

NOTE:201703241200 is a Year-month-date-time.

Story
I have a camera in my home which is continuously capture an images and saved in the directory, If something weird happens in the particular time. I can easily fetch those images in that particular time, instead of searching all images.

What I have tried:

I am totally new to this, I don't have coding experience, I need to know how it has to be done? Please help me.
Posted
Comments
SrikantSahu 24-Mar-17 12:05pm    
Web is not a right choice for this unless you want to host the web application in your local machine. This should be done by simple java/c# using desktop application.
Also if you want only the image names, you can right simple batch file with the dates as inputs and this could be done.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900