Follow the instructions on the following link.
NOTICE: When creating the new project, on the C++ Support tab, select C++11
from the dropdown.
Link: https://github.com/leadrien/opencv_native_androidstudio#how-to-create-the-native-opencv-project-from-scratch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Refs: | |
# - ChatGPT ;) | |
# - https://medium.com/codex/using-python-to-send-telegram-messages-in-3-simple-steps-419a8b5e5e2 | |
import time | |
import requests | |
# First find out your Telegram chat id: | |
# - create a bot with @BotFather |