問題タブ [gopro]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
48 参照

python - 子プロセスを切り離してプログラムの実行を継続する

gopro から PC にストリーミングするために Python で小さなスクリプトを作成しようとしています。

私はPythonにあまり詳しくありません。私の目的は、これらのオプションでffplayを開き、プログラムの残りの部分を実行することです(10秒ごとにページをリロードします)。スクリプトを実行すると、そのシステムコールが継続的に行われます。Python コードの実行から ffplay の実行を切り離す方法はありますか?