잘 사용하지 않는 휴대용 모니터가 있다. 매직미러 프로젝트를 할 때 사용했었던 모니터다. 그리고 라즈베리파이도 있다. 이 둘을 이용해 전자 액자를 만들어보고 싶다는 생각이들었다. 차근차근 준비를 해 보자. 사진은 나스 서버에서 불러오도록 해 보자.
검색결과 참고용
https://www.geeksforgeeks.org/create-a-sideshow-application-in-python/
Create a Sideshow application in Python - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
https://200309jinmi.tistory.com/entry/OpenCV-Python-%EC%9E%85%EB%AC%B83
OpenCV Python 입문(3) - 이미지 슬라이드쇼 만들기
이미지 슬라이드쇼 만들기 특정 폴더에 있는 이미지 파일(*. jpg) 목록 읽기에는 두 가지 방법이 있다. os.listdir() import os file_list = os.listdir('.\\images') img_files = [file for file in file+list if..
200309jinmi.tistory.com
https://overface.tistory.com/m/579
이미지 슬라이드 쇼 실습
특정 폴더에 있는 모든 이미지 파일을 이용하여 슬라이드쇼를 수행 구현할 기능 특정 폴더에 있는 이미지 파일 목록 읽기 #os.listdir() 메소드 활용 import os file_list = os.listdir('.\\images') img_files =..
overface.tistory.com
'IT' 카테고리의 다른 글
파이썬 디컴파일 (python de-compile) (0) | 2022.03.18 |
---|---|
UART 사용하기 (0) | 2022.03.13 |
[Python / 프로그램 자동화] 외부 실행파일 실행시키고 화면 최대화하기 (0) | 2022.01.10 |
[python/pywinauto] cmd.exe에서 출력 읽기 (0) | 2022.01.07 |
파이썬 배열의 기초 (0) | 2021.12.15 |
댓글