Skip to content

raslasarslas/raspberrypi-camerapi-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raspberrypi-camerapi-stream

This project show you how to stream image from Raspberry pi camera pi to your PC. You can use it for your computer vision project using Machine learning.

Required

  • Python 2.7 or Python 3
  • Opencv 2
  • numpy
  • pygame

How to run it

  1. Ensure that your camera pi is configured correctly
  2. Copy stream_client.py to your raspberry pi card by using ssh usb or others methods
  3. Copy stream_server.py to your pc
  4. Ensure that your pc and raspberry pi are connected to the same network
  5. Then run stream_server.py
  6. Run stream_client.py

Install OpenCV (python)

Go to this link

Setup Camera pi

Go to this link