void Awake()
 {
     NvrViewer.Create();
 }
 void Awake()
 {
     NvrViewer.Create();
     cam = GetComponent <Camera>();
     AddStereoRig();
 }