Closed smoser-frc closed 1 year ago
This is what @mcm001 suggested in discord. I feel like a fix in the install script would be both more user friendly and more "robust". The additional disk footprint at least on romi was only that package (~3.5M). Total dependency chain would be like 4.5M if there were none of its deps already on the system.
That said, If this produces working Romi, then I'm really happy with that. (I hope to test that completely on Thursday).
https://github.com/PhotonVision/photonvision/pull/749 is a install.sh fix.
Only one or the other of these PRs is needed.
Actually let's go with the install script change. Like you said it's a pretty small package
Closing in favor of modifying the install script. Thanks for the awesome work!
The Romi image needs libopencv-core4.6 as it is a dependency of libphotonlibcamera.so on pi platform.
Fixes https://github.com/PhotonVision/photonvision/issues/748