gramps-project / gramps-web

Frontend for Gramps Web
https://www.grampsweb.org
GNU Affero General Public License v3.0
336 stars 48 forks source link

Not able to edit images if OpenCV is not installed #424

Closed Zegeri closed 2 months ago

Zegeri commented 2 months ago

If OpenCV python bindings are not installed on the server, media objects won't show up in edit mode. In this case, the user can't tag faces. OpenCV is used for face detection, but this feature should not be required.

DavidMStraub commented 2 months ago

That's true. Since OpenCV is included in the default docker images, I would consider adding handling for this special case (OpenCV not being present) in the relevant view function(s) low priority, but a contribution would be welcome.