Esempio n. 1
0
 //This causes some weird frame sync timig issues, consider calling on the app thread (that crashes debug)
 void Update()
 {
     if (_latestImageBytes != null)
     {
         _videoPanelUI.SetImage(_latestImageBytes);
     }
 }