Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-facedetection-lite

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-facedetection-lite - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

src/android/build-extras.gradle

2

package.json
{
"name": "cordova-plugin-facedetection-lite",
"version": "0.3.0",
"version": "0.3.1",
"description": "A face detection offline with a few lines of code. Was designed to run on old smartphones.",

@@ -5,0 +5,0 @@ "cordova": {

@@ -12,4 +12,8 @@ # Cordova Plugin Face Detection - LITE

PS: For older smartphones, it is ideal that each frame analyzed has a maximum height and width of 60 pixels and the processing loop runs every 100 milliseconds or more. In the sample project this was implemented.
# Installation
TODO
```
cordova plugins add cordova-plugin-facedetection-lite
```

@@ -26,7 +30,7 @@ # Methods

<h3>iOS</h3>
<img src="https://github.com/luisdemarchi/example-cordova-facedetection/raw/7bb36c3463826f0237705dac6a4c71f2a50f1fd6/images/demo-ios.gif" height="300">
<img src="https://github.com/luisdemarchi/cordova-plugin-facedetection-lite/raw/a3dd61fa8f7de022b165accaa12d788758698ba3/images/demo-ios.gif" height="300">
</td>
<td>
<h3>Browser</h3>
<img src="https://github.com/luisdemarchi/example-cordova-facedetection/raw/7bb36c3463826f0237705dac6a4c71f2a50f1fd6/images/demo-browser.gif" height="300">
<img src="https://github.com/luisdemarchi/cordova-plugin-facedetection-lite/raw/a3dd61fa8f7de022b165accaa12d788758698ba3/images/demo-browser.gif" height="300">
</td>

@@ -36,6 +40,9 @@ </tr>

# Recompiling libraries
# Development
If you intend to do some improvement in the project, follow some instructions, such as compiling library in the C language.
## Recompiling libraries
If you modify the C source files, be sure to re-build the compiled libraries.
## Android
#### Android

@@ -55,3 +62,3 @@ You can re-build the `libpicornt.so` binaries using the ndk-build script.

## iOS
#### iOS
If you modify the C source code in `common/picornt/` you'll need to rebuild the static library and headers in `src/ios/libs`.

@@ -58,0 +65,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc