
04-01-2008, 01:53 PM
|
 |
N95 User
Phone: N95-1 v30.0.015 + SanDisk 8 GB MicroSDHC
|
|
Location: Ljubljana, Slovenia
Posts: 296
Thanks: 10
Thanked 58 Times in 31 Posts
|
|
|
Timelapse photography (with Python)
i found this script on the internet and then i changed it a bit. the program takes pictures at selected intervals and then you can combine them all into an animated gif image on your computer
to run the script you of course need to have python installed: Python for S60
then just start the script, put in all the required parameters, put the phone in a stabile position and wait until it's done taking pictures. you can download the script here: RapidShare: 1-Click Webhosting
the archive contains 3 files: time_lapse5, time_lapse6, time_lapse8
if you are using a N95 you can use version 8, but if you are using a S60 2nd phone you can use version 5 or 6. (i'm sure most users here are like me and still have their previous phone in a closet somewhere, i recently put my old Nokia 6630 to work with this script :D)
before you start using the script there is just one other thing you should do: if you do not want the photos to be stored in E:\Razno\TL change this line in the script
Code:
filename='e:\\razno\\tl\\'+nameOfProject+'_'+str(x)+'.jpg'
maybe it's obvious, but don't touch any of the code outside 'e:\\razno\\tl\\'
finally here are two gifs i made. they are quite big so i suggest you open them with firefox and not the windows photo and fax viewer: RapidShare: 1-Click Webhosting
i hope you find this useful and that my explanation was clear enough, if it wasn't feel free to ask questions.
|
|
The Following User Says Thank You to Georgije For This Useful Post:
|
|

04-01-2008, 04:20 PM
|
 |
MOD Princess
Phone: N95-1 & N95-2 sold, E71-2 v100 w/ 8GB SDHC
N-Gage ID: dayene
|
|
Location: PINAY - New Jersey, USA (North)
Posts: 4,860
Thanks: 370
Thanked 1,027 Times in 761 Posts
|
|
|
screenshots? :)
__________________
=>> DAYENE00.BLOGSPOT<<=
=>> DAYENE-PHOTOS.BLOGSPOT<<=
Check out my FLICKR PICTURES - and ADD me
BOSE in-ear headphones & iGo Stowaway® Ultra-Slim Bluetooth® Keyboard
T-Mobile (USA) w/ Total Internet & unlimited SMS & MMS
If you appreciate help from a member, show it by clicking on the 'Thanks' button on the right side of every post!!
|

04-01-2008, 04:53 PM
|
 |
N95 User
Phone: N95-1 v30.0.015 + SanDisk 8 GB MicroSDHC
|
|
Location: Ljubljana, Slovenia
Posts: 296
Thanks: 10
Thanked 58 Times in 31 Posts
|
|
|
sorry to disappoint you, but there are no screenshots, it's just a script and everything you see while using it is text, it writes on the screen how many pictures it has taken already and when it's done.
this "application" is as basic as it gets, version 8 is only 1027 bytes in size ;)
|

04-02-2008, 10:08 PM
|
|
Dedicated User
Phone: N95-2 8GB, V30.0.018
|
|
Location: Isle of Wight, UK
Posts: 65
Thanks: 80
Thanked 14 Times in 11 Posts
|
|
Keep getting error in the python console; size not supported by camera. Using an N95. I edited the script to have the 5 megapixel size that is native to the camera but still got the same error.
Any clues?
__________________
Doesn't anybody read anything properly any more?
Do us all a favour; spend a couple of minutes with the site's search function or Google before asking stupid questions.
|

04-02-2008, 10:14 PM
|
 |
N95 Genius
|
|
Posts: 876
Thanks: 89
Thanked 159 Times in 102 Posts
|
|
|
Why use this at all? You can set the camera up natively to do timelapse by using the sequence mode...
__________________
N95 owner since April '07
Phone 'rig': Black Sony Xperia with 16GB MicroSDHC, Black N82 V20 firmware HACKED, Motorola S805 A2DP headset, Motorola S9 A2DP headset (for the gym), Nokia DT-22 tripod, Gorillapod, iGo Ultraslim Stowaway Bluetooth keyboard. . . baw-chica-baw-baw. . .
Check out my blog!
|
|
The Following User Says Thank You to NZtechfreak For This Useful Post:
|
|

04-03-2008, 08:34 AM
|
|
Dedicated User
Phone: N95-1 v21.0.016
|
|
Location: Where the sun hits the sky
Posts: 73
Thanks: 14
Thanked 3 Times in 3 Posts
|
|
Quote:
Originally Posted by NZtechfreak
Why use this at all? You can set the camera up natively to do timelapse by using the sequence mode...
|
i know how to set it to take pictures automatically, but how do i compile those photos and turn it into a timelapse movie?
|

04-03-2008, 01:36 PM
|
|
Dedicated User
Phone: N95-1 v21.0.016
|
|
Location: Where the sun hits the sky
Posts: 73
Thanks: 14
Thanked 3 Times in 3 Posts
|
|
ah, actually i meant on the N95 itself
|

04-03-2008, 05:09 PM
|
 |
N95 User
Phone: N95-1 v30.0.015 + SanDisk 8 GB MicroSDHC
|
|
Location: Ljubljana, Slovenia
Posts: 296
Thanks: 10
Thanked 58 Times in 31 Posts
|
|
Quote:
Originally Posted by Major_Sarcasm
Keep getting error in the python console; size not supported by camera. Using an N95. I edited the script to have the 5 megapixel size that is native to the camera but still got the same error.
Any clues?
|
that is very strange, i never got that error. but i strongly suggest that you only use 640x480 because even that is very hard to process on most computers.
Quote:
Originally Posted by NZtechfreak
Why use this at all? You can set the camera up natively to do timelapse by using the sequence mode...
|
there are a few differences: you can set any interval between photos and the exact number of photos you want and you can also add a delay until the camera starts (example scenario: you want to do a timelapse of the sunrise so you set it in the evening and tell it to wait 8 hours before the start.)
but i admit that an advantage of using nokia's tool is that it doesn't mysteriously crash for no reason :D.
AqtiveJet: i am using ulead gif animator, i'm not sure where i got it though.
after looking on google for a while i found this: Download Ulead Gif Animator LE Freeware aus Animation
try to download it and see if it's the right program.
|

04-03-2008, 06:03 PM
|
 |
Newbie
Phone: N95-1 v.21.0.016
N-Gage ID: lpcr
|
|
Posts: 27
Thanks: 92
Thanked 8 Times in 7 Posts
|
|
Quote:
Originally Posted by Major_Sarcasm
Keep getting error in the python console; size not supported by camera. Using an N95. I edited the script to have the 5 megapixel size that is native to the camera but still got the same error.
Any clues?
|
Replace the lines
imageSizesDisplay = [u'1280,960',u'800,600',u'640,480']
imageSizes = [(1280,960),(800,600),(640,480)]
for
imageSizesDisplay = [u'2592,1944',u'2048,1536',u'1024,768',u'640,480']
imageSizes = [(2592,1944),(2048,1536),(1024,768),(640,480)]
|
|
The Following User Says Thank You to Lupa For This Useful Post:
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 07:47 AM.
Style Developed by Andrew Slane
|