Git Product home page Git Product logo

rpisurv-cust's Introduction

Option 1 - Clone RPi image from existing SD card

Making a copy of the image on your computer

Option 2 - Start from scratch and create a new RPi image

Cloning Raspberry Pi OS to SD card

Setup with PI

  • Pi initial setup, select lang, network and get updates

Increase GPU memory

  • open terminal (black icon on menu bar) and enter these commands:
  • sudo nano /boot/config.txt
  • add this to last line: gpu_mem=512
  • ctrl + X, enter to save file

Cloning repository and installing rpisurv

  • open terminal (black icon on menu bar) and enter these commands:
  • mkdir rpisurv
  • cd rpisurv
  • git init
  • git remote add origin https://github.com/case112/rpisurv-cust
  • git pull origin master
  • sudo ./install.sh
  • sudo reboot

Other commands

Make changes in configuration file - change camera feeds

  • make sure there is internet connection
  • hold letter q on keyboard to exit feed
  • sudo nano rpisurv/surveillance/conf/surveillance.yml
  • make changes, ctrl + X, enter to save file
  • cd rpisurv
  • sudo ./install.sh
  • sudo reboot

Get new updates from git

  • make sure there is internet connection
  • hold letter q on keyboard to exit feed
  • cd rpisurv
  • git pull remote origin
  • sudo ./install.sh
  • sudo reboot

Open GUI

  • hold letter q on keyboard to exit feed
  • startx

Shut down

  • hold letter q on keyboard to exit feed
  • sudo halt

rpisurv-cust's People

Contributors

case112 avatar

Watchers

 avatar  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.