TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Linux Webcam Automation

7 点作者 aidangrimshaw大约 5 年前

1 comment

hnarn大约 5 年前
This looks nice, and especially attractive because it only uses bash and ffmpeg, avoiding unnecessary dependencies. I have to wonder about this though:<p>&gt; When Ctrl+C is pressed, the operating system sends a SIGINT signal to the control script, which transfers to a signal handler function. The signal handler script makes a new directory with the days time and date, moves all video files to that location, and uploads the new directory and it’s contents to Google Drive.<p>So the script is run manually, and also interrupted manually? It seems strange because I would expect something like this to happen via cron.