-
Notifications
You must be signed in to change notification settings - Fork 0
raspberry pi 4 usbcamera practice
김선영 edited this page Nov 5, 2024
·
10 revisions
본 보고서는 Raspberry Pi에 USB 카메라와 온습도 센서를 연결하여 Node-RED 기반 대시보드를 구현한 내용을 담고 있습니다.
sudo apt-get install fswebcam
v4l2-ctl --list-devices- 연결된 USB 카메라의 장치 번호 확인 가능
fwsebcam -d /dev/video0 test_image.jpg
- USB 카메라 및 이미지 프리뷰 기능 노드 설치
<img src="data:image/jpeg;base64,{{payload}}" alt="Image" style="max-width: 100%;">
구현된 대시보드는 PC와 모바일 환경 모두에서 반응형으로 정상 작동하는 것을 확인하였습니다.