balena-cam on pi5

I’m working on a project to adapt balena-cam to a pi5 and a FRAMOS D455e depth camera. I got given a dockerfile that builds the FRAMOS software and tried to merge the balena-cam setup into it.

However, the big apt-get command fails with the following error:

Package libqtgui4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package libjasper-dev
E: Unable to locate package libilmbase12
E: Unable to locate package libopenexr22
E: Package 'libqtgui4' has no installation candidate
E: Unable to locate package libqt4-test

The image is based on balenalib/raspberrypi5-ubuntu-python:3.11.2-jammy-build.

Can anybody help?

Hi,

QT4 has been superseded by QT5; you can read about some recent experimentation with getting functioning images in this thread.
Though we were discussing Debian releases there, Ubuntu should have similar packages.