I am using Raspian Jessie
I have two problems.
The first is that I was having a problem launching BR and was getting a libEGL authentication error.
I executed the following commands and it fixed the problem:
sudo ln -fs /opt/vc/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so.1
sudo ln -fs /opt/vc/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2
After this I do not get that error, but when I execute "sudo ldconfig", it comes back.
The next problem is, I am just trying to learn from trying the tutorials and when I attempt the first one:
br -gui -algorithm "Show(false)" -enroll 0.webcam
I get an error back that it cannot load the webcam:
Enrolling 0.webcam
Fatal: Failed to open webcam with index: 0
SDK Path: /usr/local
File: /home/pi/openbr/openbr/plugins/gallery/video.cpp
Function: virtual void br::webcamGallery::deferredInit()
Line: 143
Comments and suggestions are very helpful.
Thank you.
-David