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

yanked picam

Tiny Rust library for playing with RaspberryPi's camera

0.1.1 Aug 19, 2019
0.1.0 Aug 19, 2019

#31 in #click

23 downloads per month

Apache-2.0

9KB
110 lines

picam

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 feedbacks and contributions.

Usage

In your Cargo.toml

[dependencies]
picam = "0.1.0"

Example

No runtime deps