Error installing package for OpenCV Facial Recognition

Hi,

I saw your tutorial here

and of the setup parameters are below, the 5th line of setup. I have a problem with the

sudo apt install libjpeg-dev libtiff-dev libjasper-dev libpng-dev libwebp-dev libopenexr-dev

having error:

E: Unable to locate package libjasper-dev

Could you please help, trying to make this sample work.

Hi Clem,

A quick google lead me to this thread:

Looks like jasper only helps with JPEG2000 images, and all others are unaffected. I’d try the cmake options recommended in the link above. and apply them when doing the build step in Tim’s guide