diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 52b9e98..b9b27e1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,5 +27,6 @@ # Please keep the list sorted. Marc-Antoine Ruel +Matias Insaurralde Stephan Sperber Thorsten von Eicken diff --git a/devices/lepton/lepton.go b/devices/lepton/lepton.go index 384dbc6..6217096 100644 --- a/devices/lepton/lepton.go +++ b/devices/lepton/lepton.go @@ -159,7 +159,7 @@ func (d *Dev) ReadImg() (*Frame, error) { if err := d.readFrame(f); err != nil { return nil, err } - if f.Metadata.FFCDesired == true { + if f.Metadata.FFCDesired { // TODO(maruel): Automatically trigger FFC when applicable, only do if // the camera has a shutter. //go d.RunFFC()