Code Monkey home page Code Monkey logo

flask-video-streaming-recorder's Introduction

树莓派 flask+opencv监控系统


Master


"Did you know all your doors were locked?" - Riddick (The Chronicles of Riddick)


Branch Pull Requests License

Created by CriseLYJ


🐍First you should install Python3.x on your Raspberry Pi

$ sudo apt-get update $ sudo apt-get upgrade

  • 安装python依赖环境
  • install python Dependent environment

$ sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev

  • 下载python3.6版本源码并解压
  • Download the python version 3.6 source code and decompress it
  $ wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
  $ tar zxvf Python-3.6.1.tgz
  • 编译安装
  • Compilation and installation
  $ cd Python-3.6.1
  $ sudo ./configure
  $ sudo make
  $ sudo make install
  • 检查安装
  • Inspection and installation

$ ls -al /usr/local/bin/python*

python3自带pip3

接下来安装模块

  • 安装flask
  • install flask

$ pip3 install flask==0.10.1

  • 安装opencv
  • install opencv

$ pip3 install opencv_python

最后一步

  • Then

  • 下载所有文件运行即可

  • run server.py

$ python3 server.py

  • 2019.2.21更新

  • 增加了登录,很简单的一个登录接口,并不需要数据库

  • Increased login, a simple login interface, does not need a database

  • 测试账户

  • Test account

    Username:  admin
    Password:  admin
  • 2019.3.4更新

  • 添加多线程和录制下载等功能

  • 支持多设置访问,退出登录回复正常

  • 添加了优美的登录界面 Alt text

  • 优化前端

Alt text

  • 添加视频录制和下载功能

写在最后

  • Fiting !!!!!

  • If you like this project ! Please give me a star! cool man!

  • Have a good time!

Alt text

flask-video-streaming-recorder's People

Contributors

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