
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
A pure Python interface for the Raspberry Pi camera module, with extra features and fixes.
.. -- rst --
This package provides a pure Python interface to the Raspberry Pi
_ camera
_
module for Python 3.2 or above, with extra features and fixes.
The upstream waveform80/picamera library has reached a point of stability meaning some more cutting-edge features will be unsuitable for inclusion, or face delays. This fork will include new features and fixes more rapidly, allowing the latest camera revisions, and more experimental software features, to be easily used much earlier than they would otherwise.
.. code-block::
pip install picamerax
BSD license
_source code
_ can be obtained from GitHub, which also hosts the bug tracker
_documentation
_ (which includes installation, quick-start examples, and
lots of code recipes) can be read on ReadTheDocsPyPI
_, but reading the installation
instructions is more likely to be useful.. _Raspberry Pi: https://www.raspberrypi.org/ .. _camera: https://www.raspberrypi.org/learning/getting-started-with-picamera/ .. _PyPI: https://pypi.python.org/pypi/picamerax/ .. _documentation: https://picamerax.readthedocs.io/ .. _source code: https://github.com/labthings/picamerax .. _bug tracker: https://github.com/labthings/picamerax/issues .. _BSD license: https://opensource.org/licenses/BSD-3-Clause
Why calendar versioning? ^^^^^^^^^^^^^^^^^^^^^^^^
We want picamerax
to stay more or less in sync with upstream picamera
. However, this fork
adds significant new features that would constitute new version numbers under semantic versioning.
If we were to adopt semantic versioning, we would rapidly fall completely out of sync with the
upstream version numbers.
By using calendar versioning, and clearly tracking new additions to the library, we can ensure the upstream base version is obvious (by looking at its release date in relation to our current calendar version), without worrying about what new features count as justifying new semantic versions.
This can change however if everyone else deems it a bad idea.
FAQs
A pure Python interface for the Raspberry Pi camera module, with extra features and fixes.
We found that picamerax demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.