Active Topics

 


Reply
Thread Tools
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#11
And here i am near a pc lol....

If you have gstreamer installed you can try these commands in xterminal.

Front camera
Code:
gst-launch v4l2camsrc device=/dev/video1 num-buffers=10 ! dspjpegenc ! filesink location=/home/user/MyDocs/fcamtest.jpg
Back Camera
Code:
gst-launch v4l2camsrc device=/dev/video0 num-buffers=10 ! dspjpegenc ! filesink location=/home/user/MyDocs/fcamtest.jpg
To run it in pyqt
Code:
import os

......


b = os.popen('gst-launch v4l2camsrc device=/dev/video0 num-buffers=10 ! dspjpegenc ! filesink location=/home/user/MyDocs/fcamtest.jpg')
b.close ()
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 

The Following 2 Users Say Thank You to noobmonkey For This Useful Post:
Posts: 124 | Thanked: 52 times | Joined on May 2010 @ Sweden
#12
Originally Posted by noobmonkey View Post
And here i am near a pc lol....

If you have gstreamer installed you can try these commands in xterminal.
can these commands be modified to use another encoder? is it possible to save as BMP instead of JPEG? and will that mean that we can take lossless photos w/o compression artefacts?

something that would be a real killer app for the N900 would be a MJPEG encoder for camcording purposes.
Recorded video will have huge file sizes, but it will provide a much more detailed picture and may also bring 720p capture possibilities (if the N900 flash rom can handle such speeds at saving data). Digital Cameras with weak CPU's usually perform very well recording video in HQ, when they are bundled with a good MJPEG encoder.

such a project bringing 720p capture to the N900 is so encouraging that i will try to improve mi knowledge of c++ programming and attempt it.
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:52.