kore
You can install OpenCV on your Raspberry Pi by following this guide: https://www.pyimagesearch.com/2018/09/19/pip-install-opencv/
Run these commands:
cd ~
git clone https://github.com/HisarCS/pomelo
Run these commands:
cd ~/pomelo
chmod +x run.sh
Now you can execute the script by this command:
~/pomelo/run.sh
Run this command:
crontab -e
Select nano editor
Add the following line to end of the crontab file:
@reboot ~/pomelo/run.sh