-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I really like this method for stacking because it is simple to use and I got it to build and run on Pi 4.
Raspberrypi 4:
I was able to compile and get the build to run on bullseye 64bit.
compiled opencv 4.7.2 installed - version 3.3 did not finish
built OpenSkyStacker
When I check opencv in python3 it shows 4.5.3. So I cant remember if I used an auto way to install opencv. I cant account for the version difference.
I would like to get this to run on Raspberrypi 5.
I have run into multiple problems and I have tried to workaround them as best I can figure. But I am still stuck.
First I tried to install opencv 4.7.0 and had problems. I believe with the current gcc being higher than +11.
So I back reved this using alias, after installing gcc+11. I was able to install opencv.
Then I was able to build and install OepnSkyStacker.
I was getting a runtime error with some of the opencv libraries an ELFCLASS64 type error.
So I decided I do not know enough to get this to compile and run correctly and I missed something basic.
Can someone point me in the right direction? I will report back with what I learn and what it takes to get everything compiled and built for raspberrypi 5.