#camera #raspberry-pi #tiny #playing #image #click #path

bin+lib raspicam

Tiny Rust library for playing with RaspberryPi's camera

1 unstable release

0.1.0 Aug 19, 2019

#1480 in Hardware support

Apache-2.0

10KB
110 lines

raspicam

Tiny Rust library for playing with RaspberryPi's camera. This library is supposed to click an image from the RaspberryPi's camera and stores the image in the user's specified path. As of now, this library works only for clicking images from the camera. We thrive for the best and want you to contribute towards a better Project. See CONTRIBUTING.md for giving your valuable feedback and contributions.

Usage

In your Cargo.toml

[dependencies]
raspicam = "0.1.0"

Cross-compilation build for Raspberry Pi

Run cargo build --target=armv7-unknown-linux-gnueabihf to get a cross compiled binary in /target/armv7-unknown-linux-gnueabihf/debug/raspicam

Running the binary

./raspicam

Example

No runtime deps