nano monitor-temp.py
import os import time def measure_temp(): temp = os.popen("vcgencmd measure_temp").readline() return (temp.replace("temp=","")) while True: print(measure_temp()) time.sleep(1)
python monitor-temp.py
nano monitor-temp.py
import os import time def measure_temp(): temp = os.popen("vcgencmd measure_temp").readline() return (temp.replace("temp=","")) while True: print(measure_temp()) time.sleep(1)
python monitor-temp.py
Този мод работи и за следните идентични модели камери:
Инсталиране:
Източник: https://github.com/ThatUsernameAlreadyExist/JCO-PM203-Fisheye-Ingenic-T20-P2P-camera-hacks