Home > front end >  The realization of the function of IOS under similar getUserMedia
The realization of the function of IOS under similar getUserMedia

Time:01-21

Scene description:
Currently doing a facial recognition project, the customer request the H5 page a front-facing camera, and then continuously capture the picture of the camera to face comparison verification, until the verification is successful,

Problem:
We through video, canvas and getUserMedia to achieve, but only part of the android machine can be used, under the IOS completely unavailable, unable to adjust the camera, even without authorization process, refer to the implementation of the method is as follows:
https://blog.csdn.net/lishundi/article/details/80604747

Have a great god met such problems, or have any feasible solution, has been checked, getUserMedia exists compatibility issues,

CodePudding user response:

Ios has appeared under the authorization process, also saw video identification, but video can't appear in the video components
  • Related