raspberry pi 3 에 stretch 그 4

개요



raspberry pi 3에서 stretch 해 보았습니다.
USB 카메라 해 보았다.

사진





환경



Raspberry Pi 3 모델 B v1.2 element14
2017-09-07-raspbian-stretch
usb camera ELECOM UCAM-DLKT130TRD

연결 확인



lsusb
Bus 001 Device 007: ID 03ee:6402 Mitsumi 
Bus 001 Device 006: ID 0409:0019 NEC Corp. 109 Japanese Keyboard with Bus-Powered Hub
Bus 001 Device 005: ID 0409:55aa NEC Corp. Hub
Bus 001 Device 004: ID 056e:700f Elecom Co., Ltd 
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


카드, 기기 확인



ls/etc/video*

/etc/video0

opencv 설치



sudo aptitude install python-opencv

샘플 코드


import cv2

c = cv2.VideoCapture(0)
r, img = c.read()
cv2.imwrite('test.jpg', img)
c.release()


이상.

좋은 웹페이지 즐겨찾기