streameye icon indicating copy to clipboard operation
streameye copied to clipboard

A simple MJPEG streamer for Linux

Results 11 streameye issues
Sort by recently updated
recently updated
newest added

with script example. Feel free to edit/add more information!

First: With streameye i get the fastest video stream with my rpi zero w - top! Can i edit the 'html-streaming-page' to display another image (generated from sensor readings) or...

When trying out the first example in README.md, as follows: ``` while true; do for file in *.jpg; do cat $file echo -n "--separator--" sleep 0.5 done done | streameye...

I have an old Raspberry PI 3 laying around and I thought i might mess with it. I have a FreeNas Server with a special share just for MotionEye. The...

Hi, I'm testing a stripped back version of Motioneyeos by using the streameye package, which is the Fast Network Camera as you described in https://github.com/ccrisan/motioneyeos/wiki/Fast-Network-Camera. Via HDMI streameye is instant....

Hello, I have successfully installed streameye on my pogoplug running archlinux arm. 1. However when I run the command: ffmpeg -f video4linux2 -i /dev/video0 -r 30 -s 640x480 -f mjpeg...

The streamEye webserver should be able to serve a single JPEG frame (the most current one) at a certain URL (e.g. /snapshot), upon request.

I ran into an issue with streameye, where I could view the streams in a normal web browser, but adding them via hostname to motion wasn't working. Further investigation showed...

The raspimjpeg.py script uses the picamera library to capture frames. Would it be possible to implement OpenCV to process the JPEG frames and send them to the Streameye server?

Please add support for an extended URL path. Ex: http://localaddress:port/webcam