picam-iot 0.1.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

picamiot 0.1.0

picam_iot




picam_iot provides simple interfacing with the picam V2 and intergrates it with Python computer vision or image processing libraries.

Free software: MIT license
Documentation: https://picam-iot.readthedocs.io.


Features

Basic image and video capture and recording
Face detection captured or existing images
Motion detection from videos
Local storage management for images and videos
Dropbox storage management for images and videos



Usage

Requirements

Raspberry pi camera library
OpenCV
Dropbox Core API account and access token
Enough storage on the raspberry pi, 3GB recommended minimum



Get Started
install dependencies:

$ pip3 install -requirements_dev.txt

basic usage:

>>> from picam_iot import *
>>> img = image() # image management class
>>> vid = video() # video management class
>>> dpx = dropbox_storage(access_token = "<access_token from dropbox>")





Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.



History
0.1.0 (2020-08-29)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.