From da27529d3eabedc2e0d9904d44e51ffc255fb7cc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 19 Sep 2024 16:07:05 +0200 Subject: [PATCH] cleanup --- bin/streaming/telecaster.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 14e7952..af4336b 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -50,16 +50,6 @@ V4L2_LOGITECH_PARAMS = { } -class TeleCasterGStream(Thread): - - def __init__(self, pipeline): - Thread.__init__(self) - self.pipeline = pipeline - - def run(self): - os.system('gst-launch-1.0 ' + self.pipeline + ' & ') - - class TeleCasterGStream(Thread): def __init__(self, pipeline): -- 2.39.5