| PixLab  & FACEIO | Knowledge Sharing & Public Forums


Enroll users in batch without reloading the entire HTML page

Asked
Modified
Viewed 12784 times
10

Hello, I'm very happy with the tests I did with Face IO.
I wanted to ask a question, I need to do facial recognition in real time.
I made an implementation that calls the face recognition function using FACEIO every time a face appears on the screen, using other libs together.
However, you can't always do facial recognition, as it takes time to be able to do another recognition.
I wanted to know if it is possible in another plan, to do the reconnaissance in an unlimited way?


Accepted Solution

21

Hi Cleber,

Thanks for reaching out, and welcome to the FACEIO support center:

  • Your application has to be upgraded at least to one of the Premium Plans such as the  Pro Plan in order to be able to call the restartSession() method, and restart the face recognition process without reloading the entire page.
  • To resume, you need to upgrade your application from the freemium plan inorder to get access to such method.
  •  Finally, restartSession()should be called only inside your failed promise if your authentication() or enroll() workflows fails, and the promise is rejected with the appropriate error code.