Giter Club home page Giter Club logo

pizero-webcam-tutorial's Issues

Create a service instead of using rc.local

I prefer making an easily restartable service to help with tuning resolution/framerate options
My config is similar to this:

Filename: mjpg_streamer.service
Location: /lib/systemd/system/

Contents:

[Unit]
Description=MJPG Streaming Service
After=network.target

[Service]
Type=simple
WorkingDirectory=/home/pi
ExecStart=/home/pi/mjpg-streamer/mjpg-streamer-experimental/mjpg_streamer -o "/usr/local/lib/mjpg-streamer/output_http.so -w /home/pi/mjpg-streamer/mjpg-streamer-experimental/www" -i "/usr/local/lib/mjpg-streamer/input_raspicam.so -x 1280 -y 720 -fps 41 -quality 40 -ex sports -ifx none -mm average"
ExecStop=/bin/kill -SIGINT $MAINPID
StandardOutput=journal
StandardError=inherit
SyslogIdentifier="mjpg_streamer"
Restart=always
RestartSec=1
User=root

[Install]
WantedBy=multi-user.target

Link by running: sudo ln -s /lib/systemd/system/mjpg_streamer.service /etc/systemd/system/mjpg_streamer.service
Refresh systemd: sudo systemctl daemon-reload
Enable service: sudo systemctl enable mjpg_streamer
Start service for the first time: sudo systemctl start mjpg_streamer

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.