the syntax of the screen panel cli was changed
This commit is contained in:
2
scam.py
2
scam.py
@@ -225,7 +225,7 @@ class MainPanel(wx.Panel):
|
|||||||
|
|
||||||
def on_screenpanel(self, event):
|
def on_screenpanel(self, event):
|
||||||
cam = self.camera
|
cam = self.camera
|
||||||
cmd = f"screen_panel -persist -cam={cam}"
|
cmd = f"screen_panel -persist -cam {cam}"
|
||||||
print(cmd)
|
print(cmd)
|
||||||
subprocess.Popen(cmd.split(), start_new_session=True)
|
subprocess.Popen(cmd.split(), start_new_session=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user