Random Face Authentication

We are currently developing a virtual classroom where the student would be randomly required to authenticate his attendance by taking a picture of them during the class. The initial idea is not having students’ cameras activated during the class, but the camera would have to be used in this particular situation. My question is: is it possible to implement such thing? Or should we do the face authentication on an external service/page?

Yes, You can do it with OpenVidu if you want.

But if you only want to take a picture, maybe is easier if you use other JavaScript libraries to take pictures in web applications.

1 Like