We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

MetonymyQT
Posts: 2
Joined: Sat Jul 22, 2017 1:55 pm

How to stream with Picamera?

Thu Mar 22, 2018 5:54 pm

Hello,

I would like to stream video from a raspberry pi zero w with picamera to my android phone.

What would be the best solution to accomplish this?

I've tried: sudo raspivid -t 0 -l -o tcp://0.0.0.0:80

But this breaks stops the client disconnects, I'd like this to be available all the time and possibly supports at least 2 clients.

User avatar
bob_binz
Posts: 441
Joined: Thu Feb 02, 2012 7:58 pm
Location: Stockport, UK

Re: How to stream with Picamera?

Mon Mar 26, 2018 9:38 am

Using motion with bcm2835-v4l2 seems to be fairly stable. Try this tutorial

https://hackernoon.com/spy-your-pet-wit ... 1bb74f79ea

It streams via http, so you can view in your phone's browser.

--
BBz

Return to “Camera board”