Code Monkey home page Code Monkey logo

rpi-misc-packages's Introduction

Raspberry Pi Miscellaneous Packages

Features

A collection of different useful installation scripts.

Prerequisites

Make sure you have an updated system

sudo apt-get update
sudo apt-get upgrade -y

Installation

Each script has to be executed manually.

wget -q https://github.com/hosac/rpi-misc-packages/archive/master.zip
unzip master.zip
rm master.zip
cd rpi-misc-packages-master

# execute the dedicated script, e.g.
# sudo ./install-mjpg-streamer.sh

Packages

MJPG-Streamer

It can be used to stream JPEG files over an IP-based network from a webcam to various types of viewers. Raspberry Pi camera and USB-cameras with the UVC standard are supported.
When using raspi-cam, the module must be activated first with raspi-config! In case of USB-cam the /etc/init.d/mjpg-streamer must be adapted.
With the installed webserver it's easy to access the pictures or stream on:

http://<hostname.local>:8080     or     http://<ip>:8080

Credentials are used for security reasons:

username: stream
password: PassworD

References

rpi-misc-packages's People

Contributors

hosac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.