Shims for the PiCamera library for the CounterFit virtual IoT device app
Project description
CounterFit Shims - Picamera
Shims for the Picamera to read from a virtual camera
See the Picamera Docs for the API documentation.
Getting started
To use these shims, you will need to install CounterFit and have it running, with the appropriate camera hardware created. Create the camera with a name of Picamera.
-
Install this package from pip:
pip install counterfit-shims-picamera
-
Import Picamera using the
counterfit_shims_picamerapackage instead of thepicamerapackage, as well as importing theCounterFitConnectionfrom thecounterfit_shims_grove.counterfit_connectionmodule:from counterfit_connection import CounterFitConnection import counterfit_shims_picamera
-
Configure the connection to the CounterFit app. Change the hostname and port to where you are running it:
CounterFitConnection.init('127.0.0.1', 5000)
-
Write your Picamers code as usual.
For example, to capture an image as a JPEG:
camera = PiCamera() image = io.BytesIO() camera.capture(image, 'jpeg')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file counterfit_shims_picamera-0.1.0.dev5-py3-none-any.whl.
File metadata
- Download URL: counterfit_shims_picamera-0.1.0.dev5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c698a67447db6c9b01385ff570db7ae8105283a27682ea789dedc192941d9f7
|
|
| MD5 |
6c1871e4e83779d3da9d942bc0a15f61
|
|
| BLAKE2b-256 |
fd8c9bfe40f5977922052b8b4f78366ff31e7c586d2197575b72694edafce915
|