avoss19 / Lepton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lepton

Setting Up Flir Lepton

  • Connect Flir Lepton to Raspberry Pi headers

alt text
* CS should be across from CLK, not across and down one pin

  • Enable SPI and I2C interfaces
sudo raspi-config

Setting Up Code

  • Install pylepton
git clone https://github.com/groupgets/pylepton.git

cd pylepton

git checkout lepton3-dev

sudo python setup.py install
  • Copy Lepton.html and camera_stream.sh to robo-html

How to use

  • Run camera_stream.sh in side of robo-html
./camera_stream.sh
  • Open up web browser and go to ip/Lepton.html

About


Languages

Language:HTML 84.1%Language:Shell 15.9%