Vision Guard is a mobile application designed to view live camera streams from an ESP32-CAM, providing real-time monitoring and security features.
- User login with correct username and password
- Connects to camera using its IP address
- Streams live video from the camera
- Java Script
- React Native
- Expo
Contributions are welcome! To contribute to this project:
git clone https://github.com/<username>/vision-guard.gitgit remote add upstream https://github.com/VAISHAKH-GK/vision-guardgit checkout -b featuregit commit -am "Add new feature"git checkout main
git pull upstream maingit checkout feature
git rebase maingit push origin featureThis 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.
- Email: vaishakhgk2006@gmail.com
- Website: Vaishakh GK
- Github: VAISHAKH-GK