Boilerplate RS code
This commit is contained in:
parent
f67379f85d
commit
3682fc1448
|
@ -1,3 +1,7 @@
|
|||
# Lewis Crawler
|
||||
# 2021 - 2022
|
||||
# Kitsune Scientific
|
||||
|
||||
import logging
|
||||
import verboselogs
|
||||
import coloredlogs
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
import time
|
||||
|
||||
import houston.robotstreamer.streamer
|
||||
|
||||
|
||||
class Houston:
|
||||
def __init__(self, logger):
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Lewis Crawler
|
||||
# 2021 - 2022
|
||||
# Kitsune Scientific
|
|
@ -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')
|
|
@ -1,2 +1,3 @@
|
|||
coloredlogs
|
||||
verboselogs
|
||||
ffmpeg-python
|
||||
|
|
Loading…
Reference in New Issue