I tried to record a video using the new video APIs in S60 Python 1.4.1 but I can't get it to work. My code (inspired by instaflickr code from the S60 Python Book Sample code) runs but the red light doesn't come on on my N93 and nothing is recorded. I am guessing (Forum Nokia post, SourceForge Bug Report) I have an error in camera.start_record() in the following code (which is also attached):
import appuifw
import e32, key_codes, os, os.path, camera, graphics
def cb(im):
try:
canvas.blit(im)
except:
appuifw.note(u'cb')
def cb2(im, blah):
try:
x = 1
except:
appuifw.note(u'cb2')
def start_viewfinder():
camera.start_finder(cb)
camera.start_record('E:\\Python\\whatever.mp4', cb2 )
canvas = appuifw.Canvas()
appuifw.app.body = canvas
start_viewfinder()
e32.ao_sleep(30) # record video for 30 seconds
camera.stop_record()
camera.stop_finder()
If anybody can help, please email roland AT rolandtanglao.com, call +1 604 729 7924, skype: rtanglao or Jabber: roland@bryght.com
Yay! Go my hello world program to work and finally got the OS X Bluetooth console to work. The trick is to:
ls -l /dev
and use the last tty for the screen command
e.g. if the last modified tty is tty.bt_console6
then you have to do screen /dev/tty.bt_console6
Now on to to create a program to create video in ego blogging mode (i.e. with screen facing you) using the high res camera.
I can't get the following code to work:
import appuifw
import camera
import e32
from camera import *
def cb(im):
try:
canvas.blit(im)
#appuifw.app.body.blit(im)
except:
appuifw.note(u'cb')
def cb2(im):
try:
appuifw.app.body.blit(im)
except:
appuifw.note(u'cb2')
import graphics
canvas = appuifw.Canvas()
appuifw.app.body = canvas
start_finder(cb)
start_record('E:\\Python\whatever.mp4', cb2 )
#stop_record()
and I can't get the Nokia camera.py from Nokia's python sample code wiki page to work, help!
More N95-1 observations:
More N95-1 observations:
Day 2 thoughts:
I am doing a mobile study with Simon Fraser University and have the original N95 for a week.
"Blink" :-) reactions after 12 hours with an N95-1:
cool! Shozu slideshow - another viral attractor for ShoZu. Now if only Cognima and the ShoZu team would fix the crashing bugs that I experience when there are over 200 or so photos on my Nokia N93 (which I think is an S60 problem but what do I know? As always willing to run debug versions to help fix this and to act as a tester for S60 and ShoZu teams)
From markbole: ShoZu Slideshow Beta for Consumers - about to launch:QUOTE
ShoZu is soon to launch a web widget that runs on all major social networking sites as well as other online services such as blogs. ShoZu Slideshow creates a virtual photo frame for camera phone pictures and videos, that anyone can create and anyone can post to any web page on the internet. The content can be updated at any time directly from the mobile phone and updates will be seen immediately by anyone who has a copy of your Slideshow.
END QUOTE
Here's my ShoZu slideshow widget:
Here’s how I made the VancityBike Share 502 movie (a video of 10 bike rides in Vancouver using stills taken with a N93)
Easy eh :-)? I know there are other ways to do this (Keynote, PhotoToMovie, etc!) but this is cheap and cheerful. Highly recommended as a fun way to make fun movies out of your photos!
Here’s the finished product:
This movie (4:11) was made from 502 photos taken from my Vancity Bike Share bicycle from June 27 to July 11 2007 from my Nokia N93. Music from teru used under a Creative Commons license: Technology (ft. MTGakaCaraMelG) and Start a Digital Revolution (ft. tacet, KCentric), http://terumusic.blogspot.com/
I've asked for this before from ShoZu but nobody is listening :-) ! In the wrap up meeting today of the mobile rich media research study at SFU at that I was part of the last two months, I expressed my frustration at not being able to fluidly upload videos (sorry but email, FTP or Bluetooth or USB just don't cut it from a mobile device) to my favourite video sites like I can easily do with photos. I know videos are much much bigger but we have phones that support WiFi. so LazyWeb let's do it. And I'll pay! The USB / Bluetooth chain of pain doesn't work if you take as many videos as I do and if you use a phone like the N93 which takes gorgeous videos that have huge files which easily exceed the limits of today's mobile uploaders (the biggest I know is Vox which supports video uploads up to 50MB; unfortunately this doesn't work since the N93 videos can easily be well over 100MB).
I need to also write up a long term Nokia N93 review. Read the whole thing if you are in the mood for a longish review; I pretty much agree with what Jon wrote. My quick summary: the N93 is a great mobile computer with a great camera (well as good as my beloved first digicam from 1996 - the Olympus D500) that's hampered by lack of EDGE, RAM and only 2GB memory card support. Add EDGE (and north american 3G maybe), double the RAM and support 8GB cards and you will truly have a great multi media computer. Not as great from a user experience point of view as the iPhone but a functional, versatile device for mobile power users and geeks!
FROM Jon Arnold's Blog: Nokia N93 Review:
QUOTE
Another feature with mixed utility is the zoom. You can certainly zoom in closer than with earlier models, but there’s not much point since the photos never turn out. For taking photos at conferences, I find you can only zoom in just a touch and still get passable results. Things go out of focus in a hurry as soon as you starting getting a closer look at your subject.
I love the video capabilities too – it’s really what I enjoy most about these Nokia phones. As long as you have sufficient memory, you can have a lot of fun taking short videos – zooming is easy, and the sound quality is quite good.
END QUOTE