revid/inputs.go: corrected ipCamPass value

This commit is contained in:
Saxon 2019-10-23 14:06:16 +10:30
parent 02a44ecea2
commit 2b52266407
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import (
// TODO: remove this when gvctrl has configurable user and pass. // TODO: remove this when gvctrl has configurable user and pass.
const ( const (
ipCamUser = "admin" ipCamUser = "admin"
ipCamPass = "pass" ipCamPass = "admin"
) )
// startRaspivid sets up things for input from raspivid i.e. starts // startRaspivid sets up things for input from raspivid i.e. starts