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

Note, selecting 'camera-streamer-generic' instead of '/home/kevin/camera-streamer-generic_0.2.8.bookworm_arm64.deb'

Open kg117 opened this issue 11 months ago • 2 comments

camera-streamer.txt My RPi OS is BookWorm V12 installed today. Does 'selecting 'camera-streamer-generic' instead of' mean that the OS already included this item? Please see attached text file.

kg117 avatar Mar 02 '24 06:03 kg117

I'm getting the same behviour:

Note, selecting 'camera-streamer-generic' instead of './camera-streamer-generic_0.2.8.bookworm_armhf.deb'

This means that the examples dir contains a generic example rather than the 6 raspberry pi ones:

pi@duet3:~ $ ls -al /usr/share/camera-streamer/examples/ total 12 drwxr-xr-x 2 root root 4096 May 10 03:31 . drwxr-xr-x 3 root root 4096 May 10 03:31 .. -rw-r--r-- 1 root root 752 May 26 2023 camera-streamer-generic-usb-cam.service

DropbearNinja avatar May 10 '24 02:05 DropbearNinja

Ah, it seams that

PACKAGE=camera-streamer-$(test -e /etc/default/raspberrypi-kernel && echo raspi || echo generic)_0.2.8.$(. /etc/os-release; echo $VERSION_CODENAME)_$(dpkg --print-architecture).deb

Selects generic rather than raspi for some reason

If you manually download the appropriate version, it works

i.e. replace $PACKAGE yourself in this line:

wget "https://github.com/ayufan/camera-streamer/releases/download/v0.2.8/$PACKAGE"

DropbearNinja avatar May 10 '24 02:05 DropbearNinja