An open API service indexing awesome lists of open source software.

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

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