Hey,
I'm new to armbian/linux and want to use an Orange Pi Zero 2 as a cheap OctoPi alternative.
Bare Octoprint is already working, but I don't get the MJPG-Streamer for my usb-webcam to run.
The OPiZ2 is running Focal 22.05.3 (5.15.48) and is up to date. (I didn't choose Bullseye because it's on an older kernel and the psu control plugin might need 5.05+)
The instruction I found said:
cd ~
sudo apt install subversion libjpeg62-turbo-dev imagemagick ffmpeg libv4l-dev cmake
git clone https://github.com/jacksonliam/mjpg-streamer.git
cd mjpg-streamer/mjpg-streamer-experimental
export LD_LIBRARY_PATH=.
make
but I get: "E: Unable to locate package libjpeg62-turbo-dev"
What did I have to do?
I have not found any instructions for armbian or the ubuntu I used.
Thanks