01.2025
This commit is contained in:
@@ -121,7 +121,7 @@ try:
|
||||
_stream.initialize()
|
||||
_stream.start(True)
|
||||
if _camname != None:
|
||||
shared = _camname.endswith("_sp1")
|
||||
shared = _camname.endswith("_sp")
|
||||
print "Camera: " , _camname, " shared: ", shared
|
||||
cam_server.start(_camname, shared )
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@ run("Correlation/CorrelationStream")
|
||||
#PREFIX = "SLAAR"
|
||||
PREFIX = "SLG"
|
||||
|
||||
correlation_endstations=[PREFIX+"-LBSTREAM1",PREFIX+"-LBSTREAM2", PREFIX+"-LBSTREAM3", PREFIX+"-LBSTREAM4", PREFIX+"-LBSTREAM5", PREFIX+"-LBSTREAM6"]
|
||||
correlation_endstations=[ PREFIX+"-LBSTREAM1",PREFIX+"-LBSTREAM2", PREFIX+"-LBSTREAM3",
|
||||
PREFIX+"-LBSTREAM4", PREFIX+"-LBSTREAM5", PREFIX+"-LBSTREAM6",
|
||||
PREFIX+"-LBSTREAM7", PREFIX+"-LBSTREAM8", PREFIX+"-LBSTREAM9",]
|
||||
correlation_streams = []
|
||||
|
||||
log("Initializing...")
|
||||
|
||||
Reference in New Issue
Block a user