라즈베리파이 실습12 Camera TEST import picamera import time gdsdergerhnfgnrfg rthrtntyjmtynghnghg with picamera.PiCamera() as camera: res=int(input('Resolution(1:320x240, 2:640x480, 3:1024x768)?')) if res == 3: camera.resolution=(1024, 768) elif res ==2: camera.resolution=(640, 480) else: camera.resolution=(320, 240) filename = input('File Name?') camera.start_preview() time.sleep(1) camera.stop_preview() camera.capture(filena.. 2020. 11. 18. GUI TEST Button TEST import tkinter as tk root=tk.Tk() x=0 def func(): label.config(text='Pushed151515') label2.config(text='Pushed') import tkinter as tk root=tk.Tk() x=0 def func(): label.config(text='Pushed151515') label2.config(text='Pushed') def func2(): print('hey man') global x x=x+1 label.config(text=x) label2.config(text='culture') label=tk.Label(root, text='Pushed') label.pack() label2=tk.Label.. 2020. 11. 18. 라즈베리파이 사물인식 프로젝트(깃허브펌) github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi - EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi github.com 2020. 11. 17. 라즈베리파이 카메라 사물인식 링크 보호되어 있는 글 입니다. 2020. 11. 16. 이전 1 2 3 다음