LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices


Reply
  Search this Thread
Old 07-27-2009, 01:29 PM   #1
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
HowTo: Timalapse movie


A new la entry has been added:

HowTo: Timalapse movie

[quote]In this tutorial I quickly show how you can make timelapse movies.

1.

First you need nice webcam where you can download pictures.
Here is couple of Google searches that I use when I'm looking for cameras.

Google image search: /record/current.jpg
http://images.google.com/images?hl=e...gbv=2&aq=f&oq=

Google image search: intext:"Shift-Reload to Refresh Image"
[URL="http://images.google.com/images?imgsz=small|medium|large|xlarge&[/quote]
 
Old 07-27-2009, 02:41 PM   #2
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
Thanks for the idea!

I wrote a simple bash script to grab the images and save them with the time and date:
Code:
#!/bin/bash

if [ \! -d $HOME/logs/webcams/soton/ ]; then
   mkdir $HOME/logs/webcams/soton/
fi
cd $HOME/logs/webcams/soton/

while true; do
   DATE=$(date "+%y-%m-%d-%H-%M-%s")
   wget --timeout=15 --quiet -nd -np \
   http://www.southampton.gov.uk/webcamimages/largesize.jpg && \
   mv largesize.jpg soton_high_street_${DATE}.jpg
   sleep 900; # be polite and use reasonable time values ;)
done
I'm looking into how to do this with my own USB webcam - I should think it's possible to grab an image from it relatively easily and it'd make an interesting video to see how we move around the flat
 
Old 09-29-2009, 07:10 AM   #3
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Original Poster
Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
I'm glad you find this tut useful, did you manage to make your own movie from your webcam ?
 
Old 09-29-2009, 07:34 AM   #4
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
In the end, I didn't.

I found a program called grabby that would take a single image from a webcam and then store it in a particular folder, but I only managed to get it to compile on Slackware after I contacted the author and he provided me with a few patches. Even then, after it successfully compiled, it wouldn't get the images from my webcam, so I gave up.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to edit AVI movie clip SOUND ONLY and re-save to original movie clip Balarabay1 Linux - Software 1 02-06-2008 01:49 PM
300 Spartans movie great movie pazzibazi Linux - General 1 04-12-2007 02:00 PM
Creating a dvd movie out of different movie files.. memo007 Linux - Software 4 04-10-2007 10:21 PM
Linux Multicasting HOWTO.HOWTO Join Multicast Groups ar24458 Linux - Networking 0 04-02-2007 01:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion

All times are GMT -5. The time now is 11:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration