Skip to content

Lindelanimcebo/picam_iot

Repository files navigation

picam_iot

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published