Skip to main content

An easier solution to computer vision.

Project description

pycamera

An easier solution to computer vision.

What is pycamera?

Pycamera is a wrapper around OpenCV for people who, don't know how to use OpenCV, don't want to use OpenCV for such a simple project, or want something easier!

Installation

pip3 install pycamera

This will install pycamera, NumPy, and OpenCV.

Example Usage

from pycamera import camera

cam = camera.Camera(1) # Choosing a camera
snap = cam.snap() # Snapping a picture from that camera

snap.save("output.jpg") # Save picture to output.jpg

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

pycamera-0.2.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pycamera-0.2.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded 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