Skip to content

Commit

Permalink
Raspberry Pi Camera support. Second attempt. HW encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Jozífek authored and ondratu committed Jan 30, 2023
1 parent 57e7522 commit daa08ab
Show file tree
Hide file tree
Showing 12 changed files with 3,421 additions and 360 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ generated-members=prctl

[MASTER]
extension-pkg-whitelist=pydantic
ignore-patterns=.*/v4l2.py

[MESSAGES CONTROL]
disable=
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
deletion of non-empty folder
* Changed Print-After-Upload header value check for PUT
* Added endpoint to start printing file
* Removed the original picamera driver
* Raspberry Pi Camera support utilizing libcamera directly
* Hardware encoding support. (Pi Zero W manages FullHD snapshots without issues)
* Fix "unicam" appearing when a Raspberry Pi camera is connected
* Fix not following the configured resolution

0.7.0rc2
* Support thermal model errors (FW 3.12)
Expand Down
Empty file added prusa/link/cameras/__init__.py
Empty file.
Loading

0 comments on commit daa08ab

Please sign in to comment.