ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's
291 stars 46 forks source link

Integration Into Crowsnest With Bookworm 64 #111

Open flynut opened 8 months ago

flynut commented 8 months ago

I have Camera-Streamer working on a Bookworm 64 Pi 4, however it has to be restarted through putty when rebooted. Crowsnest does not recognize that it has been installed "crowsnest: Dependency: 'camera-streamer' not found. Exiting!" and does not stream outside of the the Fluidd dashboard.

1) Is there away to fix Crowsnest to recognize and start Camera-Streamer? 2) If 1 is not possible, how can I get Camera-Streamer to start when the Pi is rebooted?

Thanks for your help, Jason

mryel00 commented 8 months ago

Is there away to fix Crowsnest to recognize and start Camera-Streamer?

@flynut This is the wrong repo to ask for that ^^ Im already posted a solution for 1 inside the crowsnest bookworm issue thread: https://github.com/mainsail-crew/crowsnest/issues/188#issuecomment-1776865441 You would simply have to link the installed package to ~/crowsnest/bin/camera-streamer/camera-streamer.

how can I get Camera-Streamer to start when the Pi is rebooted?

The answer can be found inside the releases. There are two options:

  1. Enable one of provided systemd configuration
  2. You can also copy an existing service and fine tune it

So go over to the releases and use one of those two ways.