|
2009-11-09
, 04:38
|
Posts: 40 |
Thanked: 26 times |
Joined on Nov 2009
@ Austin, Texas
|
#2
|
|
2009-11-09
, 09:09
|
Posts: 182 |
Thanked: 540 times |
Joined on Aug 2009
@ Finland
|
#3
|
|
2009-11-09
, 16:08
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#4
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2009-11-09
, 16:17
|
|
Posts: 332 |
Thanked: 76 times |
Joined on Oct 2007
@ St. Augustine, Trinidad and Tobago
|
#5
|
Had you seen this project? http://chdk.wikia.com/wiki/CHDK
What exactly do you want to control? N900 is not exposing itself through PTP protocol as a camera so I fail to see how GPhoto2 would apply here.
Yes, I do. See maemo-barcode in Garage for some code that controls it from sw.
In fact you'd probably be better off using a camerabin, but I need to split my pipeline, so I've got a hybrid system in use.
|
2009-11-09
, 18:17
|
Posts: 182 |
Thanked: 540 times |
Joined on Aug 2009
@ Finland
|
#6
|
Yes, but I don't want to change the firmware in the camera.
My current project is:
- Take one photo every two minutes during daylight hours
- TIme tag each photo in the file name
- For the first two hours, all photos overexposed by 2/3 stop
- For the last two hours, all photos underexposed by 2/3 stop
- Rest of photos use auto exposure
- Store photos locally and access them using ftp
As I said I don't seriously plan to port this to the N900, it's just a thought experiment. My project is up and running using a $200 embedded PC and I'll stick with those.
|
2009-11-09
, 18:58
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#7
|
|
2009-11-09
, 19:06
|
|
Posts: 332 |
Thanked: 76 times |
Joined on Oct 2007
@ St. Augustine, Trinidad and Tobago
|
#8
|
dormant, I'm interested in your question (software control of the Maemo camera) but I think you're using the right tools for the actual project you outlined. A small x86 PC with a connected camera is the right thing for that job. I wouldn't want to use an expensive cameraphone as a stationary webcam taking time-lapse photos!
I've just spent too much of my life trying to control a camera with gphoto2 on an embedded ARM processor running Debian. The software is great, but Canon cameras are not (I had no choice).
I don't see the N900 being used in this project, although it would be great if I could get my boss to buy me five N900s, but I'd still be interested in playing around with the camera and software.