Cargo Features

dxcapture has no features set by default.

[dependencies]
dxcapture = { version = "1.1.3", features = ["img", "mat", "docs-nolink", "docs-features", "docs", "docs-only"] }
img docs-only? = image

Affects capture::img

mat docs-only? = opencv

Enables opencv ^0.63

Affects capture::mat

Enables docs-only of opencv ^0.63

docs-features docs?
docs = docs-features, docs-nolink, docs-only
docs-only docs? = img, mat

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

image img?

Enables image ^0.23.14

opencv docs-nolink? mat?

Enables opencv ^0.63