https://bebutae.tistory.com/153 openCV[1] - 라즈베리파이에 openCV 설치하기 안녕하세요. 오늘은 라즈베리파이에 openCV를 설치해보겠습니다. 1. 개요 (1) openCV란? opencv는 인텔에서 개발을 주도하던 오픈소스 이미지 처리 라이브러리입니다. python을 공식 지원하고 있으며 굉 bebutae.tistory.com 이거 대로 따라했다. sudo make install 프로세스에서 다음 오류 메시지가 나타났다. C++: 오류: 인식할 수 없는 명령줄 옵션 '--param=ipcp-unit-growth=100000'; '--param=ipa-cp-unit-growth='를 의미합니까? home/pi/opencv/opencv-4.1.2/build/3rdpar..
오늘은 speech to text를 하고싶은데.................... 또 안 됨.. https://cloud.google.com/sdk/docs/install 구글 클라우드를 받아줘야한다. 압축파일을 반디집 관리자 권한으로 풀어준다. 라즈베리파이에 홈에서 ./google-cloud-sdk/install.sh ./google-cloud-sdk/install.sh --help ./google-cloud-sdk/bin/gcloud init 이러면 링크로 들어가서 로그인하면 인증된다. start free 프로젝트를 선택해주면 끝 https://webnautes.tistory.com/1247 음성인식, Google Cloud Speech-to-Text API 사용해보기 Google Cloud Spee..
1. 버튼 누르면 led 켜지게 하여 기본 틀 구성하기 https://developmentdiary.tistory.com/482 라즈베리파이 led 버튼 ------------------------------------------------------------------------------------------------------------------- 라즈베리파이 40개의 커넥터 pin 설명 https://apluser.tistory.com/7 3.3v , 5v파워 (+.. developmentdiary.tistory.com # -*- coding:utf-8 -*- #한글 입력 #버튼 지속하기 import RPi.GPIO as GPIO #gpio라이브러르 import time #sleep사용 GP..
https://investechnews.com/2021/06/15/mac-putty-install-error/ Mac PuTTY 설치 한 방에 끝내기 - 맥 푸티 오류 해결방법 - 재테크 인공지능 Mac PuTTY 설치를 한 번에 끝내는 방법과 PuTTY 설치 중 나타나는 오류를 해결하는 방법을 소개합니다. 성공적인 PuTTY 설치를 위해 먼저 설치해야 할 파일들을 안내합니다. investechnews.com 이렇게나 잘 설명해주셨다.. 중간에 설치한번하고 터미널 껏다켜야 명령어 실행된다. putty라고입력하면 푸티 창 뜬다 화면 보고싶으면 pcmanfm 명령어를 치면 gui화면이 뜬다. -> 나는 이게 안 됐다.. 서버에 연결할수없다고 뜬다 그래서 https://goaloflife.tistory.com..
1. 구글 클라우드 플랫폼으로 접속한다. 2. 구글 클라우드 플랫폼에 프로젝트 생성하기 IAM 및 관리자-> 리소스 관리 3. Cloud Speech- to - Text API 사용하기 프로젝트에 클라우드 스피치 api를 사용 설정한다. 사용설정 클릭 서비스계정 만들기 이름 임의로 설정해주고 완료 다운로드 4. 구글음성인식라이브러리 라즈베리파이에 설치하기 https://diy-project.tistory.com/91 sudo apt-get update 방법 1. $ sudo pip install pyaudio 방법 2. $ sudo apt-get install git $ sudo git clone http://people.csail.mit.edu/hubert/git/pyaudio.git $ cd pyau..
1. git을 사용하여 파일을 공유한다. in putty 라즈베리 파이에 폴더 만들고 경로로 이동. git clone 주소 . 하여 클론을 받아온다. [로그인] > git config --global user.name "Your Name" > git config --global user.email you@example.com 원격을 설정해주고 *git remote add origin 주소 : 원격 주소 등록 + 별명 지음 origin > ~/sample-repo (main) $ git branch * main > ~/sample-repo (main) $ git remote add origin https://00000000.git git touch test.txt git add . git status gi..
1. 모스키토 MQTT 브로커로 모스키토 사용 참고 : https://dejavuhyo.github.io/posts/mqtt-broker-mosquitto-install/ a. 모스키토 설치 b. 포트 확인 C:\Windows\system32>netstat -an 1833이 기본 포트로 확인된다 c. 모스키토 시작 및 종료 - 통신로그보기 C:\Program Files\mosquitto>mosquitto -v - 실행 **** C:\Program Files\mosquitto>net start mosquitto or - 종료 C:\Program Files\mosquitto>net stop mosquitto 2. 아나콘다 파워쉘에서 a. 파일 경로에 MQTT를 설치해 줘야한다. pythonTest 폴더에서..
참고 : https://youtu.be/2Ub4RL0AWvE > 1.라즈베리안 다운로드 : 검색 이미지를 다운로드하여준다 https://www.raspberrypi.com/software/ Raspberry Pi OS – Raspberry Pi From industries large and small, to the kitchen table tinkerer, to the classroom coder, we make computing accessible and affordable for everybody. www.raspberrypi.com 2. SD 카드 - PC에 연결 3. SD카드에 image.exe 파일 설치 - os선택(other -> OS Full (32bit)) -sd 카드 선택( 노트북에 SD..
windows powerShell > 우분투 rm -f 강제삭제 rmi 이미지 삭제 ***경로로 이동 cd ***Dockerfile FROM postgres RUN apt-get update RUN apt-get install -y vim RUN apt-get install -y locales RUN sed -i 's/^# \(ko_KR.UTF-8\)/\1/' /etc/locale.gen RUN localedef -f UTF-8 -i ko_KR ko_KR.UTF-8 ENV LC_ALL ko_KR.UTF-8 경로안에 도커파일이 있어야한다 ! ****************************************************** docker build -t postgres:dev . docker ..
- Total
- Today
- Yesterday
- Unity
- 라즈베리파이
- MCP
- AI
- three.js
- opticalflow
- 4d guassian splatting
- DeepLeaning
- node.js
- sequelize
- Express
- ai film
- Arduino
- Midjourney
- VFXgraph
- Python
- houdini
- CNC
- 후디니
- colab
- Java
- 유니티
- krea
- TouchDesigner
- docker
- VR
- MQTT
- RNN
- 4dgs
- opencv
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
