IoT_Environment - nomrand/thai GitHub Wiki

Environment

Python

$ python --version
Python 3.7.3

OS (RaspberryPi4)

$ cat /etc/debian_version
10.3
$ lsb_release -a
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

OS (RaspberryPi Zero)

$ cat /etc/debian_version
10.1
$ lsb_release -a
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

OpenCV

$ python
>>> import cv2
>>> cv2.__version__
'4.1.0'