Cargo Features

[dependencies]
gxci = { version = "0.2.4", default-features = false, features = ["solo", "multi", "no-opencv", "opencv"] }
default = opencv, solo

These default features are set whenever gxci is added without default-features = false somewhere in the dependency tree.

solo default

Affects device::gxi_open_device, device::gxi_close_device, device::gxi_send_command, device::gxi_get_image, device::gxi_save_image_as_png, device::gxi_open_stream, device::gxi_close_stream, device::gxi_open_stream_interval

multi
no-opencv = imageproc

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.

imageproc no-opencv?
opencv default

Enables opencv ^0.92.3