webcam from gstreamer

v4l2src -> videoconvert -> glupload -> glcolorconvert -> qml6glsink
This commit is contained in:
2026-04-04 20:15:25 +02:00
parent 9cedf69d08
commit ec30e64417
9 changed files with 675 additions and 1 deletions

View File

@@ -7,11 +7,12 @@ members = [
"poc003",
"poc004",
"poc005",
"poc006",
]
resolver = "3"
[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/poc-qt"
@@ -27,6 +28,7 @@ gstreamer = { version = "^0.25", features = ["serde"] }
gstreamer-app = { version = "^0.25", features = [] }
gstreamer-video = { version = "^0.25", features = ["serde"] }
jsonschema = { version = "^0.40", features = [] }
pkg-config = { version = "^0.3", features = [] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0", features = [] }
tokio = { version = "^1.50", features = ["full"] }