diff options
author | Chris <xchrisx@uber.space> | 2019-08-13 00:52:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-08-13 19:24:35 +0200 |
commit | 50e63e8b7d1f355202bab4f900c8f4f5138245f7 (patch) | |
tree | ff5f6099726091fdbb61495f2a08d000249dd60e /kopete/plugins/motionautoaway | |
parent | 055d3b4e8d3487899cfa9cf6eb85fdd4ff471adb (diff) | |
download | tdenetwork-50e63e8b7d1f355202bab4f900c8f4f5138245f7.tar.gz tdenetwork-50e63e8b7d1f355202bab4f900c8f4f5138245f7.zip |
Modernize path to first video device to /dev/video0.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 78e79db9ef1d65e412ce19aa6ae19806683d0e04)
Diffstat (limited to 'kopete/plugins/motionautoaway')
-rw-r--r-- | kopete/plugins/motionautoaway/motionawayconfig.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/motionautoaway/motionawayconfig.kcfg b/kopete/plugins/motionautoaway/motionawayconfig.kcfg index 9bad717c..947a1af1 100644 --- a/kopete/plugins/motionautoaway/motionawayconfig.kcfg +++ b/kopete/plugins/motionautoaway/motionawayconfig.kcfg @@ -12,8 +12,8 @@ </entry> <entry key="VideoDevice" type="Path" > <label>Video device to use for motion detection</label> - <whatsthis>This is the Video4Linux path of the camera or device you want to use to detect motion. In most systems the first video device is /dev/v4l/video0.</whatsthis> - <default>/dev/v4l/video0</default> + <whatsthis>This is the Video4Linux path of the camera or device you want to use to detect motion. In most systems the first video device is /dev/video0.</whatsthis> + <default>/dev/video0</default> </entry> <entry key="AwayTimeout" type="UInt" > <label>Become away after this many minutes of inactivity</label> |