camera-streamer icon indicating copy to clipboard operation
camera-streamer copied to clipboard

libcamera0 incorrect version??

Open roydaman2 opened this issue 1 year ago • 1 comments

When trying to install on Raspi 4B - pi@mainsail:~ $ if [[ -e /etc/default/raspberrypi-kernel ]]; then PACKAGE=camera-streamer-raspi_0.2.4.bullseye_$(dpkg --print-architecture).deb else PACKAGE=camera-streamer-generic_0.2.4.bullseye_$(dpkg --print-architecture).deb fi wget "https://github.com/ayufan/camera-streamer/releases/download/v0.2.4/$PACKAGE" sudo apt install "$PWD/$PACKAGE" --2023-07-21 21:39:30-- https://github.com/ayufan/camera-streamer/releases/download/v0.2.4/camera-streamer-raspi_0.2.4.bullseye_arm64.deb Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/477898191/e074a07d-d656-4510-a353-cbb8b7300935?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230722%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230722T013930Z&X-Amz-Expires=300&X-Amz-Signature=4cb3770ea27110a8cdebd60b593830c82913fcd6546c7e11ebc2665070c601bd&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=477898191&response-content-disposition=attachment%3B%20filename%3Dcamera-streamer-raspi_0.2.4.bullseye_arm64.deb&response-content-type=application%2Foctet-stream [following] --2023-07-21 21:39:30-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/477898191/e074a07d-d656-4510-a353-cbb8b7300935?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230722%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230722T013930Z&X-Amz-Expires=300&X-Amz-Signature=4cb3770ea27110a8cdebd60b593830c82913fcd6546c7e11ebc2665070c601bd&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=477898191&response-content-disposition=attachment%3B%20filename%3Dcamera-streamer-raspi_0.2.4.bullseye_arm64.deb&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11397000 (11M) [application/octet-stream] Saving to: ‘camera-streamer-raspi_0.2.4.bullseye_arm64.deb.6’

camera-streamer-raspi_0.2.4.bulls 100%[==========================================================>] 10.87M 29.8MB/s in 0.4s

2023-07-21 21:39:31 (29.8 MB/s) - ‘camera-streamer-raspi_0.2.4.bullseye_arm64.deb.6’ saved [11397000/11397000]

Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'camera-streamer-raspi' instead of '/home/pi/camera-streamer-raspi_0.2.4.bullseye_arm64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: camera-streamer-raspi : Depends: libcamera0 (= 0~git20230302+923f5d70-1) but 0~git20230720+bde9b04f-1 is to be installed E: Unable to correct problems, you have held broken packages.

I have also tried manually downloading with "wget" and installing with "sudo dpkg -i " also to no avail...

roydaman2 avatar Jul 22 '23 01:07 roydaman2

Same on bullseye on a pi zero 2 w

normen avatar Dec 22 '23 15:12 normen