-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"input_raspicam" plugin is not compiled #395
Comments
Heyho again, just solved the problem as I did a bit more search via google. By this I found Issue #259 of this repo. This comment #259 (comment) explains what to do The point with Raspbian64 and the raspicam-plugin is, that they moved a few dependencies from Short fix: Assuming, that you have entered the repositories' root in bash you can run:
from here, the Edit:
Kind regards, |
|
Heyho again, I found a thread where it's mentioned to use As I searched for the lib-files I think I found them under
So the libs seem to be now available under the original paths (not replacing any paths in the Then I tried a full rebuild under using:
but now the output returns, that the libraries are incompatible and then they aren't found again:
Maybe someone has an idea of what's going on. Kind regards, |
Has this problem been resolved? How to solve it, mine is the latest version of Raspberry Pi 32-bit |
Same problem here, getting the same as @Dephrilibrium's latest post. The files are found but stated to be incompatible as it says above. Fresh Raspian lite bookworm 64 bit install. |
for me the suggestion:
made the compiler generate the plugin properly and it ran with no problems as well... it gave some warning on compiling time, but no fatalities: and later:
ran as expected. Debian 11.8 on Model : Raspberry Pi Zero W Rev 1.1 |
On my RPI, freshly upgraded to bookworm, there is no libmmal.so at all... RPI 3B |
Heyho,
i tried to install the latest octoprint with "native" HQ-Cam support. So I followed the description of the manual installation. This guide relegates then to your experimental mjpg-streamer repo at Optional: Webcam.
When I run the build via make, my output skips a bunch of plugins and only builds the plugins:
Within the CMakeLists.txt, the raspi-plugin is added to the build-targets:
Unfortunately I'm not familiar with cmake, That's why I'm not sure about why some plugins are not built. May you have an idea to fix this.
Thanks in advance!
Edit:
Forgot to mention that I use a:
Best regards,
Deph
The text was updated successfully, but these errors were encountered: