Boilerplate RS code

This commit is contained in:
Kenwood 2021-11-27 21:13:20 -05:00
parent f67379f85d
commit 3682fc1448
5 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Lewis Crawler
# 2021 - 2022
# Kitsune Scientific
import logging
import verboselogs
import coloredlogs

View File

@ -4,6 +4,8 @@
import time
import houston.robotstreamer.streamer
class Houston:
def __init__(self, logger):

View File

@ -0,0 +1,3 @@
# Lewis Crawler
# 2021 - 2022
# Kitsune Scientific

View 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')

View File

@ -1,2 +1,3 @@
coloredlogs
verboselogs
ffmpeg-python