Registry / multimedia / rscam
library0.5.5rscratesunverified

Wrapper for v4l2 (Video4Linux2) to capture video from cameras.

# Cargo.toml [dependencies] rscam = "0.5.5"
INSTALL
IMPORT
SIG · RSCAM
R
rscam
multimediarustv0.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Camera
use rscam::Camera;

Opens a video device for capture.

use rscam::Camera; fn main() { let mut camera = Camera::new("/dev/video0").unwrap(); println!("Camera opened"); }
Debug
Known issues
gotchaOnly works on Linux with V4L2 support.
fix
Use on Linux or use a different crate for other platforms.
affects: >=0.0.0
Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
rscam — cargo add rscam · libregistry