diff --git a/piCamera.go b/piCamera.go index 69ff2f8..fc00f83 100644 --- a/piCamera.go +++ b/piCamera.go @@ -64,6 +64,7 @@ func New(parentCtx context.Context, args *RaspividArgs) (*PiCamera, error) { command: cmd, stdOut: stdOut, rwMutext: new(sync.RWMutex), + args: args, }, nil }