Skip to content

Picamera2 support#51

Merged
littlebee merged 13 commits intomainfrom
bee/picamera2
Feb 8, 2025
Merged

Picamera2 support#51
littlebee merged 13 commits intomainfrom
bee/picamera2

Conversation

@littlebee
Copy link
Copy Markdown
Owner

In order to support users with Pi4 or Pi5 + Bookworm + ribbon camera cable, I added optional support for using Picamera2. opencsv capture doesn't currently work in this configuration.

You should be able to grok how to use the module from the doc updates in this PR.

Tested on pi5 Bookworm (64bit). The service test is unfortunately not able to run on mac, but I was able to run all of our tests on a pi5 includng the vision service tests.  The stats on camera capture using the bookworm->picamera2->tflight are looking really great - 28fps on capture and 26fps on recognition. 🍾
return []

detector = TFLiteDetectMock() # type: ignore
detector = TFLiteDetect()
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to let fail here and catch it elsewhere

@littlebee littlebee merged commit 921b188 into main Feb 8, 2025
1 check passed
@littlebee littlebee deleted the bee/picamera2 branch February 8, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant