Cargo Features

linux-video-core has no features set by default.

[dependencies]
linux-video-core = { version = "0.1.1", features = ["thread-safe", "clap", "dcv-color-primitives", "drm-fourcc", "serde"] }
thread-safe

Features from optional dependencies

clap implicit feature

Enables clap

clap:

A simple to use, efficient, and full-featured Command Line Argument Parser

dcv-color-primitives implicit feature

Enables dcv-color-primitives ^0.5

dcv-color-primitives:

a library to perform image color model conversion

drm-fourcc implicit feature

Enables drm-fourcc

drm-fourcc:

Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework