MarkisDev / intellicam

This is my implemention of an intelligent camera that can detect objects and automatically zoom to the selected object!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Hey! This is my implemention of an intelligent camera that can detect objects and automatically zoom to the selected object!

It was built as a qualification task challenge for https://ccextractor.org/

How does this work?

This application uses google_mlkit_object_detection with a custom trained model to detect objects. When it detects an object, it draws a rectangle around it (bounding box) using CustomPainter.

When you touch the rectangle, it will automatically zoom to fit the object!

The application also allows you to reset zoom, take a picture (saves to your gallery) and pause/play the camera preview!

Video (GIF)

video.gif

Screenshots

objects.jpg objects.jpg objects.jpg objects.jpg

Apk file?

You can find the first pre-release here!

About

This is my implemention of an intelligent camera that can detect objects and automatically zoom to the selected object!


Languages

Language:C++ 36.6%Language:CMake 32.5%Language:Dart 22.7%Language:HTML 3.2%Language:C 2.5%Language:Swift 2.2%Language:Kotlin 0.2%Language:Objective-C 0.1%