Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-pycamera/badge/?version=latest
:target: https://docs.circuitpython.org/projects/pycamera/en/latest/
:alt: Documentation Status
.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
:target: https://adafru.it/discord
:alt: Discord
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/actions
:alt: Build Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
Library for the Adafruit PyCamera
Dependencies
=============
This driver depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_
or individual libraries can be installed using
`circup <https://github.com/adafruit/circup>`_.
.. ::
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/9999>`_
Installing from PyPI
=====================
This package is available on PyPI so that it can be installed by Thonny. It is
not useful to install this package from PyPI on a Windows, Mac, or Linux
computer.
Installing to a Connected CircuitPython Device with Circup
==========================================================
Make sure that you have ``circup`` installed in your Python environment.
Install it with the following command if necessary:
.. code-block:: shell
pip3 install circup
With ``circup`` installed and your CircuitPython device connected use the
following command to install:
.. code-block:: shell
circup install adafruit_pycamera
Or the following command to update an existing version:
.. code-block:: shell
circup update
Usage Example
=============
.. code-block: python
from adafruit_pycamera import PyCamera
pycam = PyCamera()
while True:
new_frame = pycam.continuous_capture()
# .. do something with new_frame
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/pycamera/en/latest/>`_.
For information on building library documentation, please check out
`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
Contributing
============
Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/blob/HEAD/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.
Raw data
{
"_id": null,
"home_page": null,
"name": "adafruit-circuitpython-pycamera",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "adafruit, blinka, circuitpython, micropython, pycamera, camera, esp32s3, wifi, ov5640",
"author": null,
"author_email": "Adafruit Industries <circuitpython@adafruit.com>",
"download_url": "https://files.pythonhosted.org/packages/fb/69/0664dc5b416bc8fef7c6cd9a0d3eba759bf8a98be8c23c542e08ca259da5/adafruit_circuitpython_pycamera-1.3.3.tar.gz",
"platform": null,
"description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-pycamera/badge/?version=latest\n :target: https://docs.circuitpython.org/projects/pycamera/en/latest/\n :alt: Documentation Status\n\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n :target: https://adafru.it/discord\n :alt: Discord\n\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/workflows/Build%20CI/badge.svg\n :target: https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/actions\n :alt: Build Status\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code Style: Black\n\nLibrary for the Adafruit PyCamera\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_\nor individual libraries can be installed using\n`circup <https://github.com/adafruit/circup>`_.\n\n\n\n.. ::\n `Purchase one from the Adafruit shop <http://www.adafruit.com/products/9999>`_\n\nInstalling from PyPI\n=====================\n\nThis package is available on PyPI so that it can be installed by Thonny. It is\nnot useful to install this package from PyPI on a Windows, Mac, or Linux\ncomputer.\n\nInstalling to a Connected CircuitPython Device with Circup\n==========================================================\n\nMake sure that you have ``circup`` installed in your Python environment.\nInstall it with the following command if necessary:\n\n.. code-block:: shell\n\n pip3 install circup\n\nWith ``circup`` installed and your CircuitPython device connected use the\nfollowing command to install:\n\n.. code-block:: shell\n\n circup install adafruit_pycamera\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n circup update\n\nUsage Example\n=============\n\n.. code-block: python\n\n from adafruit_pycamera import PyCamera\n\n pycam = PyCamera()\n\n while True:\n new_frame = pycam.continuous_capture()\n # .. do something with new_frame\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/pycamera/en/latest/>`_.\n\nFor information on building library documentation, please check out\n`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/blob/HEAD/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Library for the Adafruit PyCamera",
"version": "1.3.3",
"project_urls": {
"Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_PyCamera"
},
"split_keywords": [
"adafruit",
" blinka",
" circuitpython",
" micropython",
" pycamera",
" camera",
" esp32s3",
" wifi",
" ov5640"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9dc85b44e692e94d65fbdf933c6c664f8016bf11afa8cdb345fd496f48818b99",
"md5": "7f74de1ca6df368a295db5df4b69a56f",
"sha256": "917585c5fe5ae859abd18c8fc169e0f0129f0a60c6664ca00b0c7cb7b1f18765"
},
"downloads": -1,
"filename": "adafruit_circuitpython_pycamera-1.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7f74de1ca6df368a295db5df4b69a56f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 19541,
"upload_time": "2024-10-07T22:34:41",
"upload_time_iso_8601": "2024-10-07T22:34:41.288778Z",
"url": "https://files.pythonhosted.org/packages/9d/c8/5b44e692e94d65fbdf933c6c664f8016bf11afa8cdb345fd496f48818b99/adafruit_circuitpython_pycamera-1.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb690664dc5b416bc8fef7c6cd9a0d3eba759bf8a98be8c23c542e08ca259da5",
"md5": "e691bdc849385a2da3b917fe0fe048b3",
"sha256": "7e3b75daceb4eef3008dc8cafab0c73ebb18995a181d186271148269a26cb562"
},
"downloads": -1,
"filename": "adafruit_circuitpython_pycamera-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "e691bdc849385a2da3b917fe0fe048b3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 90962,
"upload_time": "2024-10-07T22:34:42",
"upload_time_iso_8601": "2024-10-07T22:34:42.590012Z",
"url": "https://files.pythonhosted.org/packages/fb/69/0664dc5b416bc8fef7c6cd9a0d3eba759bf8a98be8c23c542e08ca259da5/adafruit_circuitpython_pycamera-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-07 22:34:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adafruit",
"github_project": "Adafruit_CircuitPython_PyCamera",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "Adafruit-Blinka",
"specs": []
},
{
"name": "adafruit-circuitpython-busdevice",
"specs": []
},
{
"name": "adafruit-circuitpython-aw9523",
"specs": []
},
{
"name": "adafruit-circuitpython-lis3dh",
"specs": []
},
{
"name": "adafruit-circuitpython-display-text",
"specs": []
},
{
"name": "adafruit-circuitpython-neopixel",
"specs": []
},
{
"name": "adafruit-circuitpython-debouncer",
"specs": []
}
],
"lcname": "adafruit-circuitpython-pycamera"
}