Modernize path to first video device to /dev/video0.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 78e79db9ef)
pull/38/head
Chris 5 years ago committed by Slávek Banko
parent 055d3b4e8d
commit 50e63e8b7d
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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>

Loading…
Cancel
Save