updates
This commit is contained in:
parent
a425fa00f0
commit
7d367f3c81
@ -69,7 +69,7 @@ class BlinkRecorder:
|
||||
out.release()
|
||||
|
||||
async def main():
|
||||
recordings_path = Path("/mnt/external_hd/blink_recordings")
|
||||
recordings_path = Path("/media/lumhq/Seagate Portable Drive/blink_recordings")
|
||||
|
||||
recorder = BlinkRecorder(save_path=str(recordings_path))
|
||||
await recorder.setup()
|
||||
|
@ -70,7 +70,7 @@ class BlinkHistoryDownloader:
|
||||
logging.error(f"Error downloading videos: {e}")
|
||||
|
||||
async def main():
|
||||
base_path = Path(__file__).parent
|
||||
base_path = Path("/media/lumhq/Seagate Portable Drive/blink_recordings")
|
||||
history_path = base_path / "historical_clips"
|
||||
|
||||
downloader = BlinkHistoryDownloader(str(history_path))
|
||||
|
@ -33,7 +33,7 @@ class BlinkRecorder:
|
||||
)
|
||||
|
||||
async def main():
|
||||
base_path = Path(__file__).parent
|
||||
base_path = Path("/media/lumhq/Seagate Portable Drive/blink_recordings")
|
||||
recordings_path = base_path / "motion_clips"
|
||||
credentials_path = base_path / "credentials.json"
|
||||
|
||||
|
@ -197,7 +197,7 @@ async def main():
|
||||
if not stream_keys:
|
||||
raise ValueError("At least one stream key must be set (YOUTUBE_STREAM_KEY or TWITCH_STREAM_KEY)")
|
||||
|
||||
recordings_path = Path("/mnt/external_hd/blink_recordings")
|
||||
recordings_path = Path("/media/lumhq/Seagate Portable Drive/blink_recordings")
|
||||
|
||||
streamer = BlinkStreamer(
|
||||
save_path=str(recordings_path),
|
||||
|
Loading…
Reference in New Issue
Block a user