Raspberry pi 64 位操作系统显示无法找到软件包 libjasper-dev。如何解决这个问题?

Stv*_*lam 5 linux opencv operating-system arm raspberry-pi

我使用的是树莓派 4。我安装了 64 位(不是 32 位)树莓派操作系统。当我尝试使用命令“sudo apt-get install libjasper-dev”作为 OpenCV 的一部分来安装 libjasper-dev 时。它显示“无法找到包 libjasper-dev”。有谁知道如何解决这个问题,或者如何在 Rasbian 64 位上正确编译 OpenCV ?

例如,在 8GB Raspi4 上安装映像 raspios_lite_arm64-2021-11-08 并尝试按照https://www.arducam.com/docs/cameras-for-raspberry-上的说明进行操作时,会发生此问题(以及其他错误) pi/synchronized-stereo-camera-hat/opencv-and-depth-map-on-arducam-stereo-camera-hat-tutorial/

pi@roverpi:~ $ sudo apt-get install libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev libqtgui4 libqt4-test
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libhdf5-dev' instead of 'libhdf5-serial-dev'
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: Package 'libqtgui4' has no installation candidate
E: Unable to locate package libqt4-test
Run Code Online (Sandbox Code Playgroud)

有人知道怎么修这个东西吗