Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOW-TO] Manipulate Pi Camera from Thonny #1018

Open
cbarreto97 opened this issue Apr 23, 2024 · 1 comment
Open

[HOW-TO] Manipulate Pi Camera from Thonny #1018

cbarreto97 opened this issue Apr 23, 2024 · 1 comment

Comments

@cbarreto97
Copy link

I want to use a Raspberry Pi camera module 3 with my Raspberry Pi 4 B to recognize some ArUco markers but I've run into so many errors. My goal right now is to be able to manipulate the camera through Thonny but it hasn't worked and now I have a ModuleNotFound error for PyQt5 but it does not let me install it through Thonny and I've tried to it is already pre-installed with my raspberry pi (I tried to install it through a terminal and tried to download it within the virtual environment that I am using but the requirements were already satisfied.) Is there another way to redirect PyQt5 to the virtual environment that I'm using?image

@davidplowman
Copy link
Collaborator

Normally the easiest answer is to create your virtual environment with the --system-site-packages option, which should make all the pre-installed Python packages available. Does that work for you? I'm afraid I don't specifically know anything about Thonny.

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

No branches or pull requests

2 participants