Boilerplate RS code
This commit is contained in:
3
companion_software/houston/robotstreamer/__init__.py
Normal file
3
companion_software/houston/robotstreamer/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Lewis Crawler
|
||||
# 2021 - 2022
|
||||
# Kitsune Scientific
|
||||
13
companion_software/houston/robotstreamer/streamer.py
Normal file
13
companion_software/houston/robotstreamer/streamer.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# Lewis Crawler
|
||||
# 2021 - 2022
|
||||
# Kitsune Scientific
|
||||
|
||||
import ffmpeg
|
||||
|
||||
|
||||
class RobotStreamer:
|
||||
def __init__(self, logger):
|
||||
self.log = logger
|
||||
|
||||
def run(self):
|
||||
self.log.debug('Running RobotStreamer')
|
||||
Reference in New Issue
Block a user