So I’ve been working on a Python script to detect faces in a webcam feed and then authenticate them. However I ran into issues installing OpenCV on Ubuntu 10.04. There were some guides online, however they used pre-compiled versions of OpenCV and I wanted the newest version from source. This assumes Python 2.6, but just [...]