https://github.com/sur16-cse/tracking
https://github.com/sur16-cse/tracking
audio-session camera noise-meter path path-provider permission-handler
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sur16-cse/tracking
- Owner: sur16-cse
- License: bsd-3-clause
- Created: 2023-07-26T12:59:50.000Z (almost 3 years ago)
- Default Branch: camera_without_timer
- Last Pushed: 2023-08-01T12:46:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T09:33:32.511Z (over 1 year ago)
- Topics: audio-session, camera, noise-meter, path, path-provider, permission-handler
- Language: C++
- Homepage: https://pub.dev/packages/sound_image_tracking
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
```
- 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:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.