Made Readme

This commit is contained in:
2021-11-11 07:20:25 -06:00
parent 0331882a49
commit 7770180ea5
3 changed files with 44 additions and 8 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# Kestrel focusing script
## Requirements
make sure to install python 3.9.7 or better
Install requirements with
```pthon
python3 -m pip install -r requirements.txt
```
It could also be just python depending on system naming conventions
```pthon
python -m pip install -r requirements.txt
```
## Description
The script will pull from the video device described by
```python
cap = cv2.VideoCapture(1)
```
where the number is the video device iterated by the operating system. If you have only one device it will be populated on "0". If you have two, than the second would be populated on "1". Change this according to your setup.