View Single Post
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#12
Trying this now... On Nokia N900, a script containing:
gst-launch v4l2camsrc device=/dev/video0 ! dsph264enc ! rtph264pay ! udpsink host=LaptopTargetIP port=5434
or
gst-launch v4l2camsrc device=/dev/video0 ! ffmpegcolorspace ! jpegenc ! multipartmux ! udpsink host=LaptopTargetIP port=5434

On laptop, installing v4l2loopback with module-assistant, to perform
sudo modprobe v4l2loopback
And then something like
gst-launch udpsrc ! decodebin ! v4l2sink device=/dev/video0
or
gst-launch udpsrc ! multipartdemux ! jpegdec ! decodebin ! v4l2sink device=/dev/video0

So far, problem is, libv4l2: error getting pixformat: Invalid argument

And dummy camera on laptop is black.

Thank you. Best wishes.
~~~~~~~~~~~~~~~~~
Per aspera ad astra...
 

The Following 2 Users Say Thank You to Wikiwide For This Useful Post: