Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 448 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 448 Bytes

WifiCameraCar

A simple controller server runing on Rasspberry Pi which providers camera transfer

Summary

  • opencv captures and libjpeg convert IplImage to jpeg
  • wiringPi send HIGH/LOW value to the Raspberry Pi's GPIOS to move or stop
  • android client receives jpeg stream and find out jpegs to draw

Requirements

  • opencv
  • libjpeg
  • wiringPi

How to

make clean && make

Email

leepood#gmail.com