Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Guard

Vision Guard is a mobile application designed to view live camera streams from an ESP32-CAM, providing real-time monitoring and security features.

Table of Contents

Features

  • User login with correct username and password
  • Connects to camera using its IP address
  • Streams live video from the camera

Technologies Used

  • Java Script
  • React Native
  • Expo

Contributing

Contributions are welcome! To contribute to this project:

1. Fork the project
2. Clone the fork
git clone https://github.com/<username>/vision-guard.git
3. Add Upstream
git remote add upstream https://github.com/VAISHAKH-GK/vision-guard
4. Create a new branch
git checkout -b feature
5. Make your changes
6. Commit your changes
git commit -am "Add new feature"
7. Update main
git checkout main
git pull upstream main
8. Rebase to main
git checkout feature
git rebase main
9. Push to the branch
git push origin feature
10. Create a new Pull Request

License

The GPLv3 License (GPLv3)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see GPLv3.

Contact

About

Mobile App to view live camera stream of ESP32-CAM

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages