Notices


Reply
Thread Tools
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#91
Originally Posted by azkay View Post
Any way to give it a higher birate through gstreamer or something?
Its got lots of pixelation.

Anyone got it working with ffdec_h264?
Everything I try on the n900 basically spits out: could not link videoscale/v4l2src/whatever to ffdec_h264
Anyone?

Bumping thread up, cant see it on the first couple of pages
 
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#92
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.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#93
Originally Posted by jaimex2 View Post
I noted the windows program Putty has options for it, might be worth a try.
What feature of putty did you mean? The only grafical feature that comes to my mind is X-forwarding.
 
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#94
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=1234
pc:
Code:
gst-launch-0.10 udpsrc port=1234 caps="application/x-rtp" ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! v4l2loopback device=/dev/video0 sync=false
I get a small delay though and a weird green tint.
Can 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=1234
pc:
Code:
gst-launch-0.10 udpsrc port=1234 caps="application/x-rtp" ! rtpjpegdepay ! jpegdec ! ffmpegcolorspace ! v4l2loopback device=/dev/video0 sync=false

Last edited by azkay; 2011-02-04 at 22:32.
 

The Following 6 Users Say Thank You to azkay For This Useful Post:
mrwormp's Avatar
Posts: 127 | Thanked: 40 times | Joined on Sep 2010 @ Jamaica
#95
Still no break true yet for windows users
 
Posts: 5 | Thanked: 5 times | Joined on Feb 2011 @ Poland
#96
Originally Posted by mrwormp View Post
Still no break true yet for windows users
But Linux is really easy to use so maybe try Ubuntu.
 
Posts: 1,522 | Thanked: 392 times | Joined on Jul 2010 @ São Paulo, Brazil
#97
Doesn't the VLC player got a way to use it's output as the video feed of a virtual "webcam" ?
 
mveplus's Avatar
Posts: 66 | Thanked: 77 times | Joined on Jul 2010 @ intheclouds
#98
Originally Posted by TiagoTiago View Post
Doesn't the VLC player got a way to use it's output as the video feed of a virtual "webcam" ?
I would like to ask the same

here VLC stream but not tested.

tested - confirmed working with h264 codec on VLC player
Attached Images
 
Attached Files
File Type: zip webcam2vlc.zip (50.1 KB, 205 views)

Last edited by mveplus; 2011-02-12 at 08:11.
 

The Following User Says Thank You to mveplus For This Useful Post:
Posts: 1,522 | Thanked: 392 times | Joined on Jul 2010 @ São Paulo, Brazil
#99
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....

Last edited by TiagoTiago; 2011-02-12 at 04:48.
 
Posts: 3 | Thanked: 0 times | Joined on Dec 2010
#100
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.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:12.