A project focused on camera control
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a project aimed at assisting healthcare workers looking to observe their patients. The project achieves this by using a Aw-he40 HD integrated camera for visuals and a set of WideFind sensors to obtain the position in the room. That position is then converted with some linear algebra to a rotation that the camera can understand.
Perform the following to install and run the program in your code editor of choice.
Need the following software in order to run this application
- Xampp Control Panel Download and run, turn on apachee and mysql. Open up http://localhost/phpmyadmin and import database_setup.myqsl.
- A code editor, recommending visual studio code.
- Firefox browser
- Begin by doing the prerequisites
- Download the zip file of the project and unpack it in your code editor of choice.
- Start the Xampp control panel and boot up apachee and mysql.
- Make sure to pip install all necessary imports when code is not compiling correct.
- Run the app.py file in your editor.
- Open up firefox browser and put in http://127.0.0.1:5000/.
--
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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
Distributed under the MIT License. See LICENSE.txt for more information.
Alexander Österberg - @Alexandersterb1 - dikesalex@gmail.com
Martin Askolin - marsak-8@student.ltu.se
Isak Lundmark - lunisa-9@student.ltu.se
Filip Bergström - filber-9@student.ltu.se
Marcus Eriksson - amueri-6@student.ltu.se
Project Link: https://github.com/ItzCornflakez/D0020E_Project
