Relay Station KW1FOX-2 #6

Open
Kenwood wants to merge 28 commits from station2-cad into master
5 changed files with 23 additions and 0 deletions
Showing only changes of commit 3682fc1448 - Show all commits

View File

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

View File

@ -4,6 +4,8 @@
import time import time
import houston.robotstreamer.streamer
class Houston: class Houston:
def __init__(self, logger): 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 coloredlogs
verboselogs verboselogs
ffmpeg-python