Closed abhiTronix closed 5 months ago
Attention: Patch coverage is 95.23810%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 93.56%. Comparing base (
4497fbb
) to head (7770489
). Report is 1 commits behind head on testing.
Files | Patch % | Lines |
---|---|---|
vidgear/gears/asyncio/netgear_async.py | 85.71% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Brief Description
This PR brings exciting new features to PiGear! We've added official support for the powerful Picamera2 API, unlocking a world of possibilities for Raspberry Pi Camera Modules and limited USB camera functionality.
✨Key PiGear Enhancements include:
picamera
and newerpicamera2
backends for clarity.auto_align_output_config
,enable_verbose_logs
, and more.framerate
minimum value to0.0
.sensor
optional parameter to commonly supported picamera2 configurational parameters.bit_depth
optional parameters📝 Documentation updates:
libcamera
messages when logging is disabled.pip
and from source as a dependency.apt
,pip
, pre-installation on Raspberry Pi images, and compatibility warnings)unrecognized_links: ignore
tomkdocs.yml
for validations.features
to mkdocs.ymlgit-authors
plugin in mkdocs.ymlpymdownx.superfences
markdown extensionline_spans: __span
andpygments_lang_class: true
parameters topymdownx.highlight
markdown extensionnormalize_issue_symbols: true
topymdownx.magiclink
markdown extensionmaterialx
with supported emoji extension.changelog.md
custom.css
twemoji
heart emoji withheart-pulse
fontawesome SVG🧑💻 Maintenance Updates:
.cache
directory to.gitignore
v0.3.3
get_supported_demuxers
helper method.👷CI Updates:
Requirements / Checklist
Related Issue
342
Context
This update significantly enhances PiGear's camera capabilities with newer libcamera based Picamer2 API while maintaining backward compatibility and improving code structure.
Types of changes