groupgets / pylepton

Quick and dirty pure python library for interfacing with FLIR lepton
MIT License
208 stars 93 forks source link

Reliable vospi sync via the breakout board #27

Open gusisin opened 5 years ago

gusisin commented 5 years ago

Hi everyone, I came across this while browsing github. Basically on the back of the breakout board is a GPIO port labelled GPIO3. This provides a sync signal that can be connected to a PI gpio port to provide bullet proof sync between the camera and the break out board. Dan Julio produced this project (see below)

Dan Julio's project

leptonic with breakout board vsync

My question is, would it be possible to include a wired vsync as an option to pylepton ? Has anyone looked at this before?

Gus

kekiefer commented 5 years ago

It should be possible. But first in order to do this, you'd have to add an I2C interface to pylepton, to change enable this configuration on the Lepton. Pull requests welcome.

TinManAkshay commented 4 years ago

@gusisin Did you try enabling the vsync pin by adding the I2C interface? If Yes, did you make changes inside the pylepton library or the main code where you using the pylepton library?

Thanks, Akshay