revid/revid.go: not running r.setupInput() as routine - now getting error an returning

This commit is contained in:
saxon 2019-01-31 15:15:38 +10:30
parent ed4d97f893
commit d53eafe215
1 changed files with 2 additions and 2 deletions

View File

@ -330,8 +330,8 @@ func (r *Revid) Start() error {
r.config.Logger.Log(logger.Info, pkg+"starting output routine")
go r.outputClips()
r.config.Logger.Log(logger.Info, pkg+"setting up input and receiving content")
go r.setupInput()
return nil
err := r.setupInput()
return err
}
// Stop halts any processing of video data from a camera or file