View Single Post
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#21
Originally Posted by rocketscientist View Post
Is it possible to use the built in N810 camera as a stills webcam, that is can you have the n810 act as a server to let you see the cameras picture over the web from a pc. Would be useful to let the N810 watch some place (e.g. laboratory), and let you remotely view it (e.g. from home). Has any software like yawcam been ported to the N810? Thanks for your answers.
Yes, please please search before! Look for the following

Stills Webcam: gstmjpg (http://talk.maemo.org/showthread.php...network+camera)

Live Stream:

http://wiki.maemo.org/Streaming_vide...uilt-in_webcam

(what I used)
Code:
gst-launch-0.10 gconfv4l2src ! video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 ! hantro4200enc stream-type=1 bit-rate=515 profile-and-level=1007 ! video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! udpsink host=COMPUTER'S_IP_ADDRESS port=5434 dsppcmsrc ! queue ! audio/x-raw-int,channels=1,rate=8000 ! mulawenc ! rtppcmupay mtu=1438 ! udpsink host=COMPUTER'S_IP_ADDRESS port=5432
__________________
----------------------------------------------------

www.ezschool.com - The best online educational experience.

Last edited by Thesandlord; 2009-05-13 at 05:33.
 

The Following User Says Thank You to Thesandlord For This Useful Post: