12345678910111213 |
- $OpenBSD: patch-motion-dist_conf_in,v 1.2 2015/01/30 20:58:18 sthen Exp $
- --- motion-dist.conf.in.orig Mon Jan 26 00:12:50 2015
- +++ motion-dist.conf.in Fri Jan 30 20:45:21 2015
- @@ -74,7 +74,7 @@ v4l2_palette 17
- # The video input to be used (default: -1)
- # Should normally be set to 0 or 1 for video/TV cards, and -1 for USB cameras
- # Set to 0 for uvideo(4) on OpenBSD
- -input -1
- +input 0
-
- # The video norm to use (only for video capture and TV tuner cards)
- # Values: 0 (PAL), 1 (NTSC), 2 (SECAM), 3 (PAL NC no colour). Default: 0 (PAL)
|