Code Monkey home page Code Monkey logo

camera-python-opencv's Introduction

Two Days Workshop for Raspberry Pi Camera + Python + OpenCV

Intro

In this workshop, we will introudce the Raspberry Pi Camera and Python in day 1, including:

  1. Camera application, assembly and usage.
  2. Control the camera through command line or python with picamera module.
  3. Connect with image tag web service, such as imagga
  4. The basic of V4L2, pro and cons
  5. Build a MJPEG streaming server from scratch

The slide is available on Raspberry Pi Camera + Python + OpenCV (Day1)

In day 2, we will introduce:

  1. Color space, such as RGB and HSV, and the conversion
  2. Basic image process, including blur, erode, dilate method. How to use Canny edge detection and Hough Transform to recognize the angle of meter pointer.
  3. Face detection with Haar Feature Cascade, is a machine learning part of OpenCV
  4. K-NN classification, is a machine learning part of OpenCV

The slide is available on Raspberry Pi Camera + Python + OpenCV (Day2)

Environment

Raspberry Pi 3 + SanDisk 32G microSD + 5MP Camera for Pi + 2016-09-23-raspbian-jessie.img

Prerequisite

Install required package and Python module

$ sudo apt-get update
$ sudo apt-get install -y festival python-dev python-opencv python-pip x11vnc liblivemedia-dev libv4l-dev cmake python-matplotlib vlc
$ sudo pip install request flask numpy

Buy Camera and accessories and more

See Camera and Shop

camera-python-opencv's People

Contributors

ajrepo avatar raspberrypi-tw avatar sosorry 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.