<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with mjpg-streamer]]></title><description><![CDATA[A list of topics that have been tagged with mjpg-streamer]]></description><link>http://community.onion.io/tags/mjpg-streamer</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 03:41:22 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/mjpg-streamer.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Dec 2022 14:04:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Jitter&#x2F; Lag Issue with mjpg-streamer]]></title><description><![CDATA[@Antony in the absence of any other feedback my thoughts are as follows:

Are you on wifi or ethernet?
When you are experiencing jitter, run traceroute to see if there is a bottleneck at some point in the route between your device and source of the stream.
When you experience jitter, what is the resource load on your device? I'd start with the top command to understand if there is CPU or memory issue you can identify. Or perhaps there is another process that is consuming resources and in so doing starving the streaming process (CPU, mem, network etc).

]]></description><link>http://community.onion.io/topic/4918/jitter-lag-issue-with-mjpg-streamer</link><guid isPermaLink="true">http://community.onion.io/topic/4918/jitter-lag-issue-with-mjpg-streamer</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Mon, 19 Dec 2022 14:04:45 GMT</pubDate></item><item><title><![CDATA[Webcam detected but not streaming]]></title><description><![CDATA[<p dir="auto">Hi everyone!</p>
<p dir="auto">I followed several tutorials over the web but I couldn't get my SQ11 Webcam to work. I'm working on an Omega2 with firmware version 0.3.2 b233.</p>
<p dir="auto">When I run <code>ls /dev/v*</code> it returns among other stuff <code>/dev/video0</code>, so I guess the camera is detected successfully. I also tried the SQ11 previously on my computer, it works.</p>
<p dir="auto">I tried several things:</p>
<ul>
<li>Run <code>mjpg_streamer -i "input_uvc.so -r 1280x720 -f 15 -d /dev/video0" -o "output_http.so -p 8080 -w /www/webcam"</code>, I get the output:</li>
</ul>
<pre><code>MJPG Streamer Version.: 2.0
 i: Using V4L2 device.: /dev/video0
 i: Desired Resolution: 1280 x 720
 i: Frames Per Second.: 15
 i: Format............: JPEG
 i: TV-Norm...........: DEFAULT
Unable to set format: 1196444237 res: 1280x720
 Init v4L2 failed !! exit fatal
 i: init_VideoIn failed
</code></pre>
<ul>
<li>Run <code>mjpg_streamer -i "./input_uvc.so -f 30 -r 1280x720 -d /dev/video0" -o "./output_http.so -w ./www -p 8080" -b</code> and it returned</li>
</ul>
<pre><code>enabling daemon moderoot@Omega-XXXX:~# forked to background (7126)
</code></pre>
<p dir="auto">But when I went to <code>http://192.168.3.1:8080/?action=stream</code> it gave me an ERR_CONNECTION_REFUSED error.</p>
<ul>
<li>Run <code> mjpg_streamer -i "/usr/lib/input_uvc.s -d /dev/video0" -o "output_http.so -p 8080"</code>, getting the output</li>
</ul>
<pre><code>MJPG Streamer Version.: 2.0
ERROR: could not find input plugin
       Perhaps you want to adjust the search path with:
       # export LD_LIBRARY_PATH=/path/to/plugin/folder
       dlopen: Error loading shared library /usr/lib/input_uvc.s: No such file or directory
</code></pre>
<ul>
<li>I even tried making a simple photo with <code>fswebcam --no-banner -r 1280x720 `date +"%Y-%m-%d_%H%M%S"`.jpg</code>, but I got the error</li>
</ul>
<pre><code>--- Opening /dev/video0...
Trying source module v4l2...
/dev/video0 opened.
No input was specified, using the first.
Unable to find a compatible palette format.
</code></pre>
<p dir="auto">Is there any kind soul who could help a noob out?  I would be very thankful, as I'm very lost and frustrated, and I don't know what else to try.</p>
<p dir="auto">Kind regards,<br />
Beto <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--blush" title=":blush:" alt="😊" /></p>
]]></description><link>http://community.onion.io/topic/4076/webcam-detected-but-not-streaming</link><guid isPermaLink="true">http://community.onion.io/topic/4076/webcam-detected-but-not-streaming</guid><dc:creator><![CDATA[be1234]]></dc:creator><pubDate>Tue, 17 Mar 2020 19:24:19 GMT</pubDate></item><item><title><![CDATA[mjpg-streamer don&#x27;t worked]]></title><description><![CDATA[<p dir="auto">I would do streaming video over Wi-Fi as there: <a href="https://onion.io/streaming-video-over-wifi/" rel="nofollow">https://onion.io/streaming-video-over-wifi/</a>. But it don't worked. I enter  <a href="http://omega-xxxx.local:8080/?action=stream" rel="nofollow">http://omega-xxxx.local:8080/?action=stream</a>, but video don't showing.<br />
<img src="/assets/uploads/files/1548430573216-stream.png" alt="0_1548430376771_stream.png" class="img-responsive img-markdown" /><br />
Camera is working, I sense how it heats up.</p>
]]></description><link>http://community.onion.io/topic/3423/mjpg-streamer-don-t-worked</link><guid isPermaLink="true">http://community.onion.io/topic/3423/mjpg-streamer-don-t-worked</guid><dc:creator><![CDATA[CAP 33]]></dc:creator><pubDate>Fri, 25 Jan 2019 15:35:46 GMT</pubDate></item><item><title><![CDATA[Compiling newest commit of mjpg-streamer 1&#x2F;25]]></title><description><![CDATA[<p dir="auto">I've been running into an issue with mjpg-streamer that was solved in their most recent commit (15d ago) and I need that commit compiled for the omega2+. Is anyone already working on this? I haven't cross compiled anything before.</p>
]]></description><link>http://community.onion.io/topic/2713/compiling-newest-commit-of-mjpg-streamer-1-25</link><guid isPermaLink="true">http://community.onion.io/topic/2713/compiling-newest-commit-of-mjpg-streamer-1-25</guid><dc:creator><![CDATA[Michael McKenna]]></dc:creator><pubDate>Fri, 09 Feb 2018 19:20:09 GMT</pubDate></item><item><title><![CDATA[Webcam Stream and GPIO access at the same time?]]></title><description><![CDATA[@James-Harding  i'd guess the mjpg_streamer is using most of available current, causing dht sensor to error state and would increase available current for dht sensor or pin20 also used by mjpg_streamer.
]]></description><link>http://community.onion.io/topic/2374/webcam-stream-and-gpio-access-at-the-same-time</link><guid isPermaLink="true">http://community.onion.io/topic/2374/webcam-stream-and-gpio-access-at-the-same-time</guid><dc:creator><![CDATA[Douglas Kryder]]></dc:creator><pubDate>Wed, 25 Oct 2017 16:20:05 GMT</pubDate></item><item><title><![CDATA[Problems installing mjpg-streamer]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/25/webcam">Webcam?</a></p>
<p dir="auto">Will appreciate your help with getting my camera working on the Omega2+<br />
Reading the older thread I tried to install the mjpg-streamer with opkg. The installation failed with the error message that a dependency is missing for libc *<br />
Any idea where I can find this package? Couldn't find anything on Google <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /></p>
<p dir="auto">Thanks!</p>
]]></description><link>http://community.onion.io/topic/2357/problems-installing-mjpg-streamer</link><guid isPermaLink="true">http://community.onion.io/topic/2357/problems-installing-mjpg-streamer</guid><dc:creator><![CDATA[Michael Lustig]]></dc:creator><pubDate>Mon, 11 Sep 2017 19:10:30 GMT</pubDate></item><item><title><![CDATA[mjpg_streamer would like to capture stills on SD card]]></title><description><![CDATA[@WereCatf
I have lost mjpg-streamer for some reason but it's weird....
When I try to call it I get a
-ash: mjpg-streamer: not found
But....
root@Omega-xxxx:~# find / -name mjpg-streamer
/etc/config/mjpg-streamer
/etc/init.d/mjpg-streamer
/overlay/upper/etc/config/mjpg-streamer
/overlay/upper/etc/init.d/mjpg-streamer
root@Omega-xxxx:~# opkg list-installed | grep mjpg-streamer
mjpg-streamer - r182-8

I have removed and re-installed. No luck.
Any ideas?
Ooh, HAHA, I'm such a dummy! :rolling_eyes: . the package is mjpg-streamer but the app is mjpg_streamer.  
]]></description><link>http://community.onion.io/topic/1693/mjpg_streamer-would-like-to-capture-stills-on-sd-card</link><guid isPermaLink="true">http://community.onion.io/topic/1693/mjpg_streamer-would-like-to-capture-stills-on-sd-card</guid><dc:creator><![CDATA[Jo Kritzinger]]></dc:creator><pubDate>Thu, 02 Mar 2017 08:50:29 GMT</pubDate></item><item><title><![CDATA[Mini Wireless HD Webcam]]></title><description><![CDATA[I am very impressed with this project, but I wonder Why there is so expensive camera used (over $100)? Is there a special feature you wanted to use?
My second question is - will you public more details on this project? Do you use mjpeg-streamer? As I have read it has some bugs, so maybe that's why camera broadcast freezes?
Thanks in advance for every answer! 
]]></description><link>http://community.onion.io/topic/858/mini-wireless-hd-webcam</link><guid isPermaLink="true">http://community.onion.io/topic/858/mini-wireless-hd-webcam</guid><dc:creator><![CDATA[Janek Kowal]]></dc:creator><pubDate>Mon, 03 Apr 2017 19:47:55 GMT</pubDate></item><item><title><![CDATA[What can I do to get a webcam running?]]></title><description><![CDATA[@Chris-McCaslin When I was having this problem it was suggested by  @administrators  they would add drivers for more cameras don't know what happened to that process.
]]></description><link>http://community.onion.io/topic/753/what-can-i-do-to-get-a-webcam-running</link><guid isPermaLink="true">http://community.onion.io/topic/753/what-can-i-do-to-get-a-webcam-running</guid><dc:creator><![CDATA[Guest]]></dc:creator><pubDate>Sat, 07 May 2016 13:53:07 GMT</pubDate></item><item><title><![CDATA[Taking single images from webcam: Less bizarre way of doing it?]]></title><description><![CDATA[@Alan-Smith I think thats the way how you shot images with webcams - thats why i decided to use gphoto2 library to shot photos from a camera.
Well, that wont be an alternative for you if you need to take videos also. Anyway it may be worth to have a look on the library because some webcams are supported also:
http://www.gphoto.org/doc/remote/
https://community.onion.io/topic/612/remote-control-camera-with-gphoto2
Cheers Ben
]]></description><link>http://community.onion.io/topic/660/taking-single-images-from-webcam-less-bizarre-way-of-doing-it</link><guid isPermaLink="true">http://community.onion.io/topic/660/taking-single-images-from-webcam-less-bizarre-way-of-doing-it</guid><dc:creator><![CDATA[Benjamin Rau]]></dc:creator><pubDate>Sun, 03 Apr 2016 10:26:54 GMT</pubDate></item></channel></rss>