sur16-cse / tracking

Home Page:https://pub.dev/packages/sound_image_tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound And Image tracking

It is sound detector SDK and Image Capture with Camera Preview SDK

Image Detector SDK Functionalities:

  • ask Camera Permission
  • Camera Preview
  • Show Countdown Timer
  • Capture Image
  • Save Image to Application Folder
  • Show Image

Sound Detector SDK Functionalities:

  • ask Audio permission
  • Listen Processing Noice
  • Compare with Threshold
  • Give Alert if for threshold of that Noice continues for Alert Duration
  • Stop Audio Processing if app close

Permissions Required to use this package:

  • add this in android manifest
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-feature android:name="android.hardware.camera" />
  • example application is added to see how to use this package

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

https://pub.dev/packages/sound_image_tracking

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 40.1%Language:CMake 32.7%Language:Dart 12.9%Language:Ruby 4.9%Language:Swift 3.4%Language:HTML 3.2%Language:C 2.5%Language:Kotlin 0.2%Language:Objective-C 0.1%