remove indicatif, add dotenv, write to stdout, gst to v4lsink, usable with ffplay, still some hiccups, not cpu related

This commit is contained in:
devdesk
2024-02-17 15:43:20 +02:00
parent 5acd03828d
commit 49f9aa98ed
5 changed files with 49 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ crate-type = ["rlib", "cdylib"]
anyhow = "1.0.77"
crossbeam = "0.8.4"
crossbeam-channel = "0.5.11"
dotenv = "0.15.0"
eframe = "0.26.2"
egui = "0.26.2"
indicatif = "0.17.7"