UVC Camera Movie Monitoring [P006]
https://www.youtube.com/watch?v=mGtN4wd5KvQ
*GitHub : https://github.com/rdiot/rdiot-p006.git
* Parts
- Arduino Yun (ARDUINO-YUN) [B015]
- Logitech HD WebCam C310 (C310) [S084]
* Contents
1. Install UVC Class
: opkg update
: opkg install kmod-video-uvc
2. Install mjpg-streamer
: opkg install mjpg-streamer
3. config /etc/config/mjpg-streamer
: config mjpg-streamer 'core'
option device 'dev/video0'
option resolution '640x480'
option fps '30'
option www '/www/webcam'
option port '8080'
option enabled '1'
4. startup mjpg-streamer
: /etc/init.d/mjpg-streamer enable
: /etc/init.d/mjpg-streamer start
5. Movie Monitoring by web browser
: http://IP:8080/?action=stream
: http://IP:8080/javascript_simple.html
'2) Sensor > Camera' 카테고리의 다른 글
Raspberry Pi Camera 5MP Night Version (SEN0184) [S280] (0) | 2018.04.02 |
---|---|
UVC Camera Servo Motor Control [P006.1] (0) | 2017.01.07 |
Logitech HD WebCam C310 (C310) [S084] (0) | 2016.09.13 |
Samsung ARTIK 10 USB Camera [P010.7] (0) | 2016.08.31 |