라즈베리파이 - 개발 과정

2021. 8. 12. 07:05카테고리 없음

5인치 디스플레이 사이즈 = 800*480

 

pyqt설치관련

https://www.python2.net/questions-680311.htm

 

python - Raspberry pi 3에서 openCV 설치 실패

RAspberry Pi 3 B +에 OpenCV를 설치하려고하면 다음과 같은 오류가 발생합니다. $pip install opencv-python Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the req

www.python2.net

opencv 설치 빠른 방법

https://fishpoint.tistory.com/6082

 

Raspberry pi에 OpenCV 가장 빠르게 설치하는 방법

Raspberry pi4 에 OpenCV 가장 빠르게 설치하는 방법 영상 처리에 필수적으로 사용되는 라이브러리 OpenCV OpenCV (Open Source Computer Vision)에 대하여 간단하게 말씀드리면 인텔에서 제공하는 다양한 영상 처

fishpoint.tistory.com

 

opencv 느린 방법

https://robu.in/installing-opencv-using-cmake-in-raspberry-pi/

 

Installing OpenCV using CMake in Raspberry Pi - Robu.in | Indian Online Store | RC Hobby | Robotics

In this Tutorial, we will learn procedure to install Open CV on Raspberry Pi using CMake.

robu.in

 

# 파이썬 프로그램 검색
ps aux | grep -i python

# 프로세스 죽이기
kill <PID>

kill 1240