Go to advanced search

by exilaus
Sun Jun 16, 2013 6:43 pm
Forum: Automation, sensing and robotics
Topic: 3D Laser Scanner
Replies: 4
Views: 4937

Re: 3D Laser Scanner

... grow and now work in: ssh with pygame web with pygame web with mjpg-stramer (cam shared mode) completed wiki and nice result. Now want see ... Cost of project Rpi 37$ webcam pygame compatible 6$ webcam mjpg-streamer compatible 15$ vx-700 or c210 laser line 4$ stepper+uln2003 board ...
by jacksonliam
Sat Jun 15, 2013 5:59 pm
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

Yeah If it doesn't clean up properly you're gunna have to restart your Pi to make the camera work again. I had that problem a couple of times during writing this. No idea why it would segfault though, perhaps everything isn't getting cleaned up before mjpeg_streamer kills the plugin :/ I have manage...
by JamesRonald
Sat Jun 15, 2013 2:54 pm
Forum: Camera board
Topic: Using raspivid with mjpg-streamer
Replies: 4
Views: 10952

Re: Using raspivid with mjpg-streamer

... add a http server option to raspivid or a raspivid type plug-in for mjpg-streamer. Using the mjpg-streamer http server as an example, I figure that I would be about ...
by TonAu
Sat Jun 15, 2013 1:41 pm
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

... added parameters like "input_raspicam.so -ex off" during stopping the streamer with CTRL-C I see : DBG(/home/pi/mjpg-streamerTA/plugins/input_raspicam/input_raspicam.c, worker_cleanup(), 865): cleaning up ...
by martin.c.webb
Sat Jun 15, 2013 9:03 am
Forum: Camera board
Topic: Using raspivid with mjpg-streamer
Replies: 4
Views: 10952

Re: Using raspivid with mjpg-streamer

Probably too late for OP - but this will help anyone else:

http://blog.miguelgrinberg.com/post/str ... nd-android
by mikerr
Thu Jun 13, 2013 3:00 pm
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

Try this: $ raspistill -t 999999 -tl 50 -o /tmp/mjpg/test.jpg -n -w 960 -h 720& $ mjpg_streamer -i 'input_file.so -f /tmp/mjpg -d 0'& I'll check out your plugin, that looks absolutely fantastic - being able to stream mjpg "properly" without stopping ...
by demonmaestro
Tue Jun 11, 2013 7:54 pm
Forum: Graphics, sound and multimedia
Topic: Weather Watch [obsolete]
Replies: 7
Views: 2465

Weather Watch [obsolete]

... power/cell signal for internet Okay i have been working with the mjpg-streamer and i got it to do a static image but even if i have the image refresh every 15 minutes ...
by wojtala6
Tue Jun 11, 2013 12:18 pm
Forum: Troubleshooting
Topic: Problem with init script.
Replies: 0
Views: 680

Problem with init script.

... linux and I have problem. I made a init script: #!/bin/sh # /etc/init.d/mjpg_streamer.sh ### BEGIN INIT INFO # Provides: mjpg_streamer.sh # Required-Start: $network # Required-Stop: ...
by TarjeiB
Tue Jun 11, 2013 10:41 am
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

... this >~7fps? I've been playing with the code with aim to write an mjpeg streamer input plugn and in a simple capture->encode loop the fastest i seem ... on an mjpeg streamer plugin for raspicam https://github.com/jacksonliam/mjpg-streamer Try this: $ raspistill -t 999999 -tl 50 -o /tmp/mjpg/test.jpg ...
by TonAu
Mon Jun 10, 2013 4:57 pm
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

... and after 800 frames or so it went black again. I stopped and restarted mjpg-streamer again and now it has been working well for hours. So rather random The link you gave ...
by TonAu
Sun Jun 09, 2013 11:34 am
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

I downloaded the experimental mjpgstreamer from github and it works fine for a couple of minutes. Had to apt-get cmake and libjpeg8-dev Also, ...
by ForToffee
Sat Jun 08, 2013 1:01 pm
Forum: Beginners
Topic: Xbox Live Vision Not Working
Replies: 4
Views: 4735

Re: Xbox Live Vision Not Working

... working with my RaspberryPi B v1 (B.1.1). I have used both Motion and mjpg-streamer. One thing I did note is that the cameras is a little hungry on the mA side (my Pi ...
by jacksonliam
Fri Jun 07, 2013 4:42 pm
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

... this >~7fps? I've been playing with the code with aim to write an mjpeg streamer input plugn and in a simple capture->encode loop the fastest i seem ... on an mjpeg streamer plugin for raspicam https://github.com/jacksonliam/mjpg-streamer
by sergkit
Fri Jun 07, 2013 10:13 am
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

Does anybody rich normal fps with streaming RaspberryCam? I have get only 0.2 fps

Code: Select all

raspistill -t 999999 -tl 50 -o /tmp/test.jpg -n -w 960 -h 720

Code: Select all

./mjpg_streamer -i './input_file.so -f /tmp/ -d 0' -o "./output_http.so -w ./www -p 8080"
by Branca
Tue Jun 04, 2013 8:11 pm
Forum: Staffroom, classroom and projects
Topic: Raspberry Pi video streaming
Replies: 3
Views: 6310

Re: Raspberry Pi video streaming

Gbaman wrote:If you need it in a web page, mjpg streamer works quite well, maybe only 0.5-1 second of lag. For trying to get the lag right down, you might want to look into gstreamer. Never used gstreamer for V4L but I am sure it shouldn't be hard.
Thanks for reply!

I will look into gstreamer ;)
by Gbaman
Tue Jun 04, 2013 2:03 pm
Forum: Staffroom, classroom and projects
Topic: Raspberry Pi video streaming
Replies: 3
Views: 6310

Re: Raspberry Pi video streaming

If you need it in a web page, mjpg streamer works quite well, maybe only 0.5-1 second of lag. For trying to get the lag right down, you might want to look into gstreamer. Never used gstreamer for V4L but I am sure it shouldn't be hard.
by bob_binz
Sat Jun 01, 2013 1:44 pm
Forum: General discussion
Topic: use mjpg-streamer out of a local network
Replies: 1
Views: 600

Re: use mjpg-streamer out of a local network

Not sure what mjpg-streamer is, but I assume it sends pics across a network. In order to access the stream from outside your local ...
by Peediesan
Sat Jun 01, 2013 1:37 pm
Forum: General discussion
Topic: use mjpg-streamer out of a local network
Replies: 1
Views: 600

use mjpg-streamer out of a local network

Hey community,
is there any possibility to use mjpg-streamer not in a local network.
My plan was to build a little drone, but now i can just drive in my house.
Any ideas?
Thank all of you for replies.
Peed.
by rndmplyr
Sat Jun 01, 2013 11:16 am
Forum: Camera board
Topic: Low latency wifi stream possible?
Replies: 42
Views: 66684

Low latency wifi stream possible?

... possible when I want to get low latency? I tried with a PS3 eye cam and mjpg-streamer but get not more than 10 fps with a noticeable delay. So my question is: Will this ...
by TarjeiB
Fri May 31, 2013 1:17 pm
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

... such frame rates ? Mine is : $ mkdir /tmp/stream $ raspistill -w 1920 -h 1080 -q 25 -o /tmp/stream/pic.jpg -tl 40 -t 9999999 -th 0:0:0 | ./mjpg_streamer -i "./input_file.so -f /tmp/stream" -o "./output_http.so -w ./www" ADB $ raspistill -t 999999 -tl 50 -o /tmp/mjpg/test.jpg -n -w 960 -h ...
by AntoineDUBOSTBULARD
Fri May 31, 2013 4:58 am
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

Dear all, According to me low frame rate is frist due to raspistill. I profiled the code and found that even if the -tl parameter is set to 40ms, we go in the callback every 0.5s. I first thought that the fwrite take a long time but profiling show that write to file takes less than 10ms. The vcos_s...
by TarjeiB
Thu May 30, 2013 10:31 am
Forum: Camera board
Topic: Streaming mjpg from Raspberry Cam
Replies: 227
Views: 209304

Re: Streaming mjpg from Raspberry Cam

... to figure out by just reading the code by a long shot. The most updated mjpg-streamer seems to be the experimental version at github: https://github.com/codewithpassion/mjpg-streamer/tree/master/mjpg-streamer-experimental ...
by BerryPicker
Wed May 29, 2013 4:23 pm
Forum: Beginners
Topic: Rpi can't handle a webcam = angry boss
Replies: 8
Views: 5102

Re: Rpi can't handle a webcam = angry boss

... the webcam? Use a webcam which can output MJPEG and stream it using MJPG-streamer. There's a total, step-by-step instruction on how to view an mjpeg stream with omxplayer ...
by naumcho
Wed May 29, 2013 4:26 am
Forum: Automation, sensing and robotics
Topic: raspberry pi + usb cam as a remote ip camera
Replies: 6
Views: 5714

Re: raspberry pi + usb cam as a remote ip camera

I just tried mjpg_streamer and it's working pretty well. Any references to the related work that you mention for getting the sound working?
by Ampix
Tue May 28, 2013 11:21 pm
Forum: Beginners
Topic: Rpi can't handle a webcam = angry boss
Replies: 8
Views: 5102

Re: Rpi can't handle a webcam = angry boss

Are you trying to stream over a network? I managed to setup my TL-MR3020 router to act as a webcam server, and stream the video over my LAN. The program I used was mjpg_streamer, and you could watch the stream from a browser on another computer. I take it you could use Raspberry Pi to do something ...

Go to advanced search