Closed dongfengweixiao closed 10 months ago
You'll have to use default-features = false
to disable the v4l2
feature. It's mutually exclusive with the libv4l
feature.
Rust features are supposed to be additive but that isn't the most natural way to represent this XOR selection.
You'll have to use
default-features = false
to disable thev4l2
feature. It's mutually exclusive with thelibv4l
feature.Rust features are supposed to be additive but that isn't the most natural way to represent this XOR selection.
Thank you for your guidance.
Cargo.toml