diff options
author | makefu <root@pigstarter.de> | 2013-02-08 10:11:01 +0000 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-02-08 10:11:01 +0000 |
commit | 194e1622b0b901780ceea40ea9c453c573b69995 (patch) | |
tree | dc6a3c82a744733d5ce926759b7d9f0a40473d29 /minikrebs/profiles/instacam_yuv/customfiles/etc/config/mjpg-streamer | |
parent | 59ccc0fd871c4bbd12066f2f6aacf835a839885d (diff) | |
parent | dd6ad821a5a5bcb633b28a6d35e5e612d1f59094 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'minikrebs/profiles/instacam_yuv/customfiles/etc/config/mjpg-streamer')
-rw-r--r-- | minikrebs/profiles/instacam_yuv/customfiles/etc/config/mjpg-streamer | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/minikrebs/profiles/instacam_yuv/customfiles/etc/config/mjpg-streamer b/minikrebs/profiles/instacam_yuv/customfiles/etc/config/mjpg-streamer new file mode 100644 index 00000000..6feb6165 --- /dev/null +++ b/minikrebs/profiles/instacam_yuv/customfiles/etc/config/mjpg-streamer @@ -0,0 +1,7 @@ +config mjpg-streamer core + option enabled "1" + option device "/dev/video0" + option resolution "640x480" + option fps "10" + option www "/www/webcam" + option port "80" |