1. Project background
As required by the company, we need to develop a set of apps similar to face punch card function. However, since our company does not have strong native Android developers, we chose the third-party cross-platform Uniapp according to the current situation. I think most people know about this platform now, so I will not repeat it, but go directly to itOfficial website of Uniapp
, it has a disadvantage is a lot of complex functions can not be realized, such as today we are going to say based on the rainbow soft open platform face recognition function, so how to do? Of course, there is a way to use the Android native integrated Rainbow SDK and make it into a plug-in for UniApp, which is our topic today. In addition, you can go to the official official to do a deeper understanding of what hongsoft open platform does, and go to the official link:Rainbow soft official
“, why use rainbow soft, more do not say, I will say a point: free, free, free, how about this reason? ! The following is the solution provided by Hongsoft open platform:
2. Technology stack and SDK used in this article– Hongsoft face recognition SDK V3.0– android– vue– uniapp3. Technical access1, to the rainbow console (to log in oh) download face recognition Demo,The transmitting array.Notice you need to create an application, as shown in the following figure. Demo is included in the SDK2. Import Demo into AndroidStudio. Here is what Demo looks like:
* 3, if there is no accident, run the project will appear the following interface, so soft Demo will run upIf something goes wrong, check out the article’s
|