mirror of https://bitbucket.org/ausocean/av.git
printing out raspivid command
This commit is contained in:
parent
144e352e41
commit
a7544006cb
|
@ -559,6 +559,7 @@ func (r *revid) setupInputForRaspivid() error {
|
|||
Path: name,
|
||||
Args: append([]string{name}, arguments...),
|
||||
}
|
||||
r.Log(Info, fmt.Sprintf("Startin raspivid with args: %v", r.cmd.Args))
|
||||
if filepath.Base(name) == name {
|
||||
if lp, err := exec.LookPath(name); err != nil {
|
||||
r.Log(Error, err.Error())
|
||||
|
|
Loading…
Reference in New Issue