viola-face-detection icon indicating copy to clipboard operation
viola-face-detection copied to clipboard

With Viola android face detection library, you can detect faces in a bitmap, crop faces using predefined algorithm and get additional information from the detected faces.

Results 1 viola-face-detection issues
Sort by recently updated
recently updated
newest added

Exception happens while using it with live stream. Please find the details from logcat below. `java.lang.IllegalArgumentException: width must be > 0 at android.graphics.Bitmap.checkWidthHeight(Bitmap.java:374) at android.graphics.Bitmap.createBitmap(Bitmap.java:665) at android.graphics.Bitmap.createBitmap(Bitmap.java:634) at com.darwin.viola.still.FaceAnalyser.cropFace(FaceAnalyser.kt:220) at...

bug