All Projects → john-doherty → raspberry-pi-mjpeg-server

john-doherty / raspberry-pi-mjpeg-server

Licence: MIT License
Node.js module providing Motion JPEG access to the Raspberry PI camera module to enable video streaming via HTTP

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to raspberry-pi-mjpeg-server

Raspicam node
ROS node for camera module of Raspberry Pi
Stars: ✭ 218 (+395.45%)
Mutual labels:  raspberry-pi-camera
telegram-bot-rpi-camera
Telegram bot for capturing images with Raspberry Pi camera module
Stars: ✭ 13 (-70.45%)
Mutual labels:  raspberry-pi-camera
Human-detection-system-with-raspberry-Pi
A motion detection system with RaspberryPi, OpenCV, Python
Stars: ✭ 50 (+13.64%)
Mutual labels:  raspberry-pi-camera
raspberry pi photo booth
The code for my Raspberry Pi photo booth.
Stars: ✭ 55 (+25%)
Mutual labels:  raspberry-pi-camera
azure-iot-starter-kits
Samples for Azure IoT starter kits.
Stars: ✭ 29 (-34.09%)
Mutual labels:  raspberry-pi-camera
raspicam2 node
ROS2 node for camera module of Raspberry Pi
Stars: ✭ 31 (-29.55%)
Mutual labels:  raspberry-pi-camera
Mmalsharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
Stars: ✭ 152 (+245.45%)
Mutual labels:  raspberry-pi-camera
OpenMaxIL-cpp
OpenMax IL C++ wrapper for RaspberryPi
Stars: ✭ 18 (-59.09%)
Mutual labels:  raspberry-pi-camera
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (+9.09%)
Mutual labels:  raspberry-pi-camera
laav
Asynchronous Audio / Video Library for H264 / MJPEG / OPUS / AAC / MP2 encoding, transcoding, recording and streaming from live sources
Stars: ✭ 50 (+13.64%)
Mutual labels:  mjpeg-stream
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-36.36%)
Mutual labels:  raspberry-pi-camera
rps-cv
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
Stars: ✭ 102 (+131.82%)
Mutual labels:  raspberry-pi-camera
Object-sorting-using-Robotic-arm-and-Image-processing
Sorting objects of different colors using robotic arm and using computer vision (image processing).
Stars: ✭ 21 (-52.27%)
Mutual labels:  raspberry-pi-camera
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+10152.27%)
Mutual labels:  mjpeg-stream
pi-asciicam
A live stream ASCII webcam server for Raspberry Pis using websockets, written in go.
Stars: ✭ 18 (-59.09%)
Mutual labels:  raspberry-pi-camera
Picameraapp
A graphical interface for programming the Raspberry Pi PiCamera. Written in Python using Tkinter.
Stars: ✭ 188 (+327.27%)
Mutual labels:  raspberry-pi-camera
webcam-to-cctv-using-rpi
In this project, we will use a webcam with Raspberry Pi to live stream wirelessly.
Stars: ✭ 17 (-61.36%)
Mutual labels:  raspberry-pi-camera
jitsi-box
A Raspberry Pi based box to automate holding hybrid conferences with Jitsi
Stars: ✭ 15 (-65.91%)
Mutual labels:  raspberry-pi-camera
book-ml
書籍「今すぐ試したい!機械学習・深層学習(ディープラーニング)画像認識プログラミングレシピ」のソースコードを配布するレポジトリです。
Stars: ✭ 29 (-34.09%)
Mutual labels:  raspberry-pi-camera
pmvr
Raspberry Pi Motion Video Recorder
Stars: ✭ 22 (-50%)
Mutual labels:  raspberry-pi-camera

raspberry-pi-mjpeg-server

npm

Node.js mjpeg streaming server to provide video like access to the Raspberry PI camera module

Installation

npm install raspberry-pi-mjpeg-server --save

Usage

$ node raspberry-pi-mjpeg-server.js -w 1280 -l 1024

Options

  -p, --port        port number (default 8080)
  -w, --width       image width (default 640)
  -l, --height      image height (default 480)
  -q, --quality     jpeg image quality from 0 to 100 (default 85)
  -s, --sharpness  Set image sharpness (-100 - 100)
  -c, --contrast   Set image contrast (-100 - 100)
  -b, --brightness Set image brightness (0 - 100) 0 is black, 100 is white
  -s, --saturation Set image saturation (-100 - 100)
  -t, --timeout     timeout in milliseconds between frames (default 500)
  -h, --help        display this help
  -v, --version     show version

Access the stream

Open your browser and visit:

http://rpi-ip-address:port

You can get direct access to the image (HTTP multipart document) via

http://rpi-ip-address:port/image.jpg

License

MIT License © 2016 John Doherty

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].