7770180ea53a1c17a4d4839ccee2489267ae0d21
Kestrel focusing script
Requirements
make sure to install python 3.9.7 or better Install requirements with
python3 -m pip install -r requirements.txt
It could also be just python depending on system naming conventions
python -m pip install -r requirements.txt
Description
The script will pull from the video device described by
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.
Description
Languages
Python
100%