Creating a camera stream
11 posts
Would it be possible to create a server that can stream live video and people could connect to the Server IP via their browser and watch the stream? 
www.Jan.Margolius.co.uk
As far as I can tell, if you can get a camera working on your pi and can get the image buffer, you can stream it out for web browsers as a motion jpeg,
- Posts: 57
- Joined: Fri Dec 14, 2012 2:04 am
How about making the Pi a mini DVR for recording inside a car (race car)?
- Posts: 4
- Joined: Thu Jan 03, 2013 8:39 pm
- Location: Northern California
aarone wrote:How about making the Pi a mini DVR for recording inside a car (race car)?
Definitely, with H264 encoding you will be able to write a lot of video onto your SD-card.
This sort of application is exactly what I am looking to do with my Pi.
I have just picked up one of these little beauties http://www.ebay.co.uk/itm/DTX1-2820L-Gl ... 1022311837, and intend to get on logging data from it as soon as I receive it.
Works over SPI and has all the sensors I could need in a car. I have looked at the USB camera options and none of them seem like the right way to go, so the CSI camera is looking mighty sweet.
I have just picked up one of these little beauties http://www.ebay.co.uk/itm/DTX1-2820L-Gl ... 1022311837, and intend to get on logging data from it as soon as I receive it.
Works over SPI and has all the sensors I could need in a car. I have looked at the USB camera options and none of them seem like the right way to go, so the CSI camera is looking mighty sweet.
- Posts: 15
- Joined: Sun Jan 08, 2012 2:54 pm
codyrigney92 wrote:As far as I can tell, if you can get a camera working on your pi and can get the image buffer, you can stream it out for web browsers as a motion jpeg,
I have to admit, I'm still new to some of this, any chance someone could explain in more simple terms how to do this?
- Posts: 1
- Joined: Sun Feb 17, 2013 7:28 pm
Note the part
I googled "mjpeg-streamer raspberry pi" and found this :
http://wolfpaulus.com/journal/embedded/raspberrypi_webcam
ghans
codyrigney92 wrote:As far as I can tell, if you can get a camera working on your pi [...]
I googled "mjpeg-streamer raspberry pi" and found this :
http://wolfpaulus.com/journal/embedded/raspberrypi_webcam
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Posts: 2923
- Joined: Mon Dec 12, 2011 8:30 pm
- Location: Germany
vlc is also available.
- Posts: 70
- Joined: Sat Dec 08, 2012 3:58 pm
is it possible to stream the video to an android phone?
- Posts: 9
- Joined: Thu Feb 21, 2013 1:18 pm
AFAIK every Android browser support MJPEG.
ghans
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Posts: 2923
- Joined: Mon Dec 12, 2011 8:30 pm
- Location: Germany
sorry, is it possible to stream the video via bluetooth?
- Posts: 9
- Joined: Thu Feb 21, 2013 1:18 pm