VideoView that plays video only when 👀 are open and 👦 is detected with various other features
-
Clone this repo:
git clone https://github.com/hemantj99/Eye-Detecting-Video-Player.git
-
Open Android Studio and Since the app is developed in Android Studio, you can clone this app repository and import it into your Android Studio. Then either run it with an emulator or on an actual device (what I do). More information on how to do this is availabe here.
- It is very simple, Unpack the download ZIP (from this repository) and open Android studio.
- Go to File -> New -> Import project and look for the unpacked file in your computer.
- Application Name: Eye-Detecting-Video-Player will appear to the users, select it and open it.
- If you try to run, there will be a prompt message to let you know that you need and Create Virtual Device.
- So do this, From the Your Virtual Devices page of the AVD Manager, click Create Virtual Device.
- Select a hardware profile, and then click Next.
- If you don't see the hardware profile you want, you can create or import a hardware profile.
- Once the application is successfully imported, Go to Run -> Run App.
I hope you enjoy it!
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request