Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPi updates broke camera-streamer #157

Closed
mnorrsken opened this issue Aug 2, 2023 · 1 comment
Closed

RPi updates broke camera-streamer #157

mnorrsken opened this issue Aug 2, 2023 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@mnorrsken
Copy link

What happened

System updates broke camera-streamer (?). I rebooted my RPi first time in a while and after that my webcam (Logi C270) was not working. However after switching to ustreamer the camera started working. Then I read something about a new version of camera-streamer and got the newest pre-built version and replaced crowsnests version (installed with apt and linked the binary from within crowsnest/bin/camera-streamer), and camera started working again.

What did you expect to happen

Camera working after update. I guess I expected "camera-streamer" to be updated as part of crowsnest.

How to reproduce

Update to latest RaspiOS packages without updating camera-streamer and camera stops working. However it don't seem like a lot of people have this problem so maybe it's because of my specific MainsailOS install.

Additional information

This is just a heads up, feel free to close if it is out of scope for crowsnest.

@mnorrsken mnorrsken added the bug Something isn't working label Aug 2, 2023
@mryel00
Copy link
Member

mryel00 commented Aug 3, 2023

Hey, we are already aware of this problem. This problem is already mentioned in #143 and comes up every now and then on the Mainsail Discord.
The problem is that you compile camera-streamer manually without apt knowing, that it depends on some old libcamera version. So libcamera got an update and broke camera-streamer like that.
Atm you need to recompile camera-streamer manually that everything will work again, or like you did, just isntall the latest pre-compiled version and you won't run into that problem in the future.

@mryel00 mryel00 closed this as completed Aug 3, 2023
@mryel00 mryel00 added the duplicate This issue or pull request already exists label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants