working v4l2 in rust, swapping bytes

This commit is contained in:
devdesk
2024-02-17 17:21:01 +02:00
parent e74fa87103
commit 6bcc541c86
3 changed files with 13 additions and 4 deletions

View File

@@ -22,4 +22,4 @@ pcap-parser = { version = "0.14.1", features = ["data"] }
png = "0.17.10"
pyo3 = { version = "0.20.0", "features" = ["extension-module"] }
serde = { version = "1.0.193", features = ["derive", "serde_derive", "alloc"] }
v4l = "0.14.0"
v4l = { version = "0.14.0", features = ["v4l2"], default-features = false }