Video Streaming Error

Having trouble trying to stream video with raspi-vid. Raspberry Pi3b+ with latest arducopter. I’ve looked to see if other apps utlilizing camera to no avail.

pi@navio:~ $ raspivid -n -w 1280 -h 720 -b 1000000 -fps 15 -t 0 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=10 pt=96 ! udpsink host=192.168.86.69 port=9000

Setting pipeline to PAUSED …
Pipeline is PREROLLING …
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn’t be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates

Pipeline is PREROLLED …
Setting pipeline to PLAYING …
New clock: GstSystemClock
Got EOS from element “pipeline0”.
Execution ended after 0:00:00.000383740
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …

I plan to use wifibroadcast but for now just waned to stream video to QGC to test in office/home.

Faulty camera.

Glad to hear that you’ve resolved this issue!

1 Like

Consider it case closed for now, new one en route.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.