![]() |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Quote:
Bumping thread up, cant see it on the first couple of pages |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
No one has tried higher quality streams? The furtherest I got was use jpegenc, the quality was great but I could figure out how to get it to /dev/video0, it would only show up in its own window.
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Quote:
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
I figured it out if anyone cares.
n900: Code:
gst-launch v4l2camsrc device=/dev/video0 ! videoscale ! video/x-raw-yuv,width=640,height=480 ! ffmpegcolorspace ! dsph264enc ! rtph264pay ! udpsink host=192.168.2.14 port=1234Code:
gst-launch-0.10 udpsrc port=1234 caps="application/x-rtp" ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! v4l2loopback device=/dev/video0 sync=falseCan anyone else test it? EDIT:: I changed it to use jpeg instead of h264, seems to a lot less delay, the tint is still there though. n900: Code:
gst-launch v4l2camsrc device=/dev/video0 ! videoscale ! video/x-raw-yuv,width=640,height=480 ! ffmpegcolorspace ! jpegenc ! rtpjpegpay ! udpsink host=192.168.2.14 port=1234Code:
gst-launch-0.10 udpsrc port=1234 caps="application/x-rtp" ! rtpjpegdepay ! jpegdec ! ffmpegcolorspace ! v4l2loopback device=/dev/video0 sync=false |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Still no break true yet for windows users
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Quote:
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Doesn't the VLC player got a way to use it's output as the video feed of a virtual "webcam" ?
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
2 Attachment(s)
Quote:
here VLC stream but not tested. tested - confirmed working with h264 codec on VLC player :rolleyes: |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
I haven't tried this yet, actually i didn't even knew about this one before finding it with Google, try at your own risk:
http://sourceforge.net/projects/vlvc/ edit: erm, sorry it seems it might not be what you're looking for.... |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Hi,
Thanks for the great work. I can now get the video streaming via WIFI (though there is a bit of a green tint to the screen). Has anyone been able to get the camera to stream vie bluetooth yet. This would be much better for me to use. Cheers for any help. |
| All times are GMT. The time now is 09:53. |
vBulletin® Version 3.8.8