Run RTMLib benchmark outside production startup
This commit is contained in:
@@ -65,6 +65,7 @@ class NDIReceiver(threading.Thread):
|
||||
if self.source_name in names:
|
||||
source = finder.get_source(self.source_name)
|
||||
break
|
||||
time.sleep(0.05)
|
||||
if source is None:
|
||||
raise RuntimeError(f"configured NDI source not discovered; last_sources={names}")
|
||||
receiver = Receiver(color_format=RecvColorFormat.BGRX_BGRA,
|
||||
|
||||
Reference in New Issue
Block a user