Chapter 05. 라즈베리파이에 USB 카메라 연결해서 Node red에서 확인하기 - Marvic1130/EmbeddedSystem_Class GitHub Wiki
라즈베리파이에 USB 카메라 연결해서 Node-red에서 확인하기
먼저 Node-red에서 아래 팔랫트를 설치한다.
node-red-node-base64
node-red-contrib-usbcamera
먼저 패키지를 업데이트한다.
sudo apt-get update
sudo apt-get upgrade
그 다음 라즈베리파이에 아래 패키지를 설치한다.
sudo apt install fswebcam
Node-red 오른쪽 위에 가져오기 버튼을 누른 후, Chapter 07의 flows.json 파일을 붙여넣는다.
결과화면
위의 json파일을 정상적으로 넣은 후 배포를 눌렀다면 image preveiw 밑에 이미지가 출력된다.
dashboard에 들어가면 다음과 같은 화면이 출력된다.