https://github.com/ishivanshgoel/technocrats-t1
https://github.com/ishivanshgoel/technocrats-t1
flask html jquery numpy-arrays open-cv python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ishivanshgoel/technocrats-t1
- Owner: ishivanshgoel
- Created: 2020-02-22T16:09:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T08:32:58.000Z (over 6 years ago)
- Last Synced: 2025-10-08T04:26:32.249Z (8 months ago)
- Topics: flask, html, jquery, numpy-arrays, open-cv, python
- Language: HTML
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technocrats Task 1
The webpage displays the camera feed from the webcam(or video/URL).
## After cloning
* open `http://127.0.0.1:5000/` in the browser.
## To use a video or URL
* simply replace `self.video = cv2.VideoCapture(0)` by
`self.video = cv2.VideoCapture('URL/filename/path')` in **camera.py**.
* _Note_- 0 represents the default camera.
## Libraries used
* numpy
* opencv
## Framework used
* flask