Skip to content

Know Issues and Notes

NicholsKyle edited this page May 11, 2018 · 4 revisions

Web Scraping

  1. Facebook updates their html regularly. This means, potentially, with every update we would also have to update. The way the HTML is laid out is how we are obtaining the name and picture of a person. If this path is changed, our code won't be able to find the correct information.

  2. If members are removed or leave the Facebook group, their name and picture will remain in the database. As of right now, we are not deleting anyones name or picture from the database.


Facial Recognition

  1. If the output code isn't changed to fit the size and resolution of the given monitor, the output feed could show up discolored and/or distorted.

  2. As of right now, there is a descent amount of lag in the output feed due to the processing time of comparing the frames to the stored images.