esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.39k stars 310 forks source link

github.com/esimov/pigo/webcam does not build #4

Closed h8liu closed 6 years ago

h8liu commented 6 years ago
# github.com/esimov/pigo/webcam
src/github.com/esimov/pigo/webcam/main.go:127:28: multiple-value pigo.Unpack() in single-value context

Found by smallrepo.

Build log: https://smallrepo.com/builds/20180607-063653-c1d35e4f

esimov commented 6 years ago

I've updated the core API before (https://github.com/esimov/pigo/issues/2), this is why you got the above error. This issue is fixed now.