【Raspberry Pi】UVCカメラを使う(WATEC WAT-01U2)

Full-HD USB WEB CAM ( WATEC WAT-01U2 )

をRaspberry Piで使ってみた。

 CSマウント(Cマウントアダプタもあり)なのでレンズが変更できうれしい。

写りも明るいしよいです。

購入は秋葉原のトモカ電気さんが販売代理店されていてスムーズにご対応頂けました。

・インストールするパッケージ ※motionはwebで確認用

sudo apt-get install uvccapture guvcview luvcview

apt-get install fswebcam
apt-get install motion

/etc/motion/motion.confを編集
control_localhost off
webcam_localhost off
framerate 30

 

$ sudo motion
で起動
ブラウザからwebcam画像の確認
http://xxx.xxx.xxx.xxx:8080 設定画面
http://xxx.xxx.xxx.xxx:8081 画像

 

good luck,

 

 

 

下記ご参考に、、 

pi@RSPI1 /sat/img $ fswebcam —list-controls

—- Opening /dev/video0…
Trying source module v4l2…
/dev/video0 opened.
No input was specified, using the first.
Available Controls Current Value Range
————————— ——————- ——-
Brightness -103 (9%) -128 – 127
Contrast 85 (33%) 0 – 255
Saturation 94 (36%) 0 – 255
Hue 0 (50%) -40 – 40
White Balance Temperature, Auto True True | False
Gamma 100 (20%) 48 – 300
Gain 0 (0%) 0 – 24
Power Line Frequency 50 Hz Disabled | 50 Hz | 60 Hz
White Balance Temperature 4600 (48%) 2800 – 6500
Sharpness 1 0 – 4
Backlight Compensation 0 0 – 1
Adjusting resolution from 384×288 to 320×240.

 

Leave a Reply