jonathankeebler / face_finder

Face Finder plugin

Home Page:https://pub.dartlang.org/packages/face_finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Finder plugin

A flutter plugin to display a live camera view, detect faces, and HTTP POST them to a URL.

Requirements

  • iOS only (all PRs accepted)
  • Front camera: iPhone X or later
  • Back camera: iOS v11+

Usage

The following draws a camera view overtop of all layers in the app, with the following configuration:

import 'package:face_finder/face_finder.dart';
...
await FaceFinder.cameraViewer(
	[0, 0, 200, 400], 
	"https://www.example.com/upload"
	);

Notes

This is mainly a proof of concept at this point, but I'm submitting it in case it's useful to someone. I couldn't find any example of Swift Flutter plugins that used UIViews, so I thought the code might be helpful for others. If anyone knows how to use textures in Swift, let me know ;)

About

Face Finder plugin

https://pub.dartlang.org/packages/face_finder

License:MIT License


Languages

Language:Swift 50.9%Language:Ruby 19.5%Language:Dart 18.5%Language:Java 8.5%Language:Objective-C 2.5%