Skip to main content

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

Project description

picam_iot

https://img.shields.io/pypi/v/picam_iot.svg https://img.shields.io/travis/lindelanimcebo/picam_iot.svg Documentation Status Updates

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

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

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picam_iot-0.1.0.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

picam_iot-0.1.0-py2.py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page