View Single Post
Posts: 81 | Thanked: 45 times | Joined on Dec 2009
#3
Thanks again for your help, Nicolai.

I did some progress with camerabin, but then I got stuck. Here is what happened:

1. On the desktop I can view video from the videotest and I can save it in a file by doing:

PHP Code:
g_object_set(camerabin,"filename","foo.jpg",NULL);
g_signal_emit_by_name(camerabin"capture-start"); 
2. On the N900 I see the livevideo when I use the default video-source. But "capture-start" does not work. No image is recorded. Why? How can I debug this?

Another related question, is it possible to focus the camera through camerabin, or does that require gdigicam?