NativeScript / nativescript-camera

NativeScript plugin to empower using device camera.
Apache License 2.0
92 stars 47 forks source link

can you guys add face detection to this ? #187

Closed Davidzhu001 closed 5 years ago

Davidzhu001 commented 5 years ago

can you guys add face detection to the camera function like expo or react native?

NickIliev commented 5 years ago

@Davidzhu001 this would require MLKit which is beyond the simple camera functionalities. However the plugin nativescript-plugin-firebase is coming with MLKit functionality and this said there is already a face detection implementation - see here

Davidzhu001 commented 5 years ago

@NickIliev thanks so muh.