Patrick Gehrsitz
Patrick Gehrsitz
Crowsnest is just starting camera-streamer for you with maybe some extra parameters, like we tried with `--camera-force_active=1`. I thought I already posted it here, but it doesn't seem like it....
Just to give my 2 cents. I already built on the pi zero 2 multiple times without any issues, but without any klipper mcu connected, so disconnecting everything can maybe...
@tcurdt I'm not sure if something exists in this repo like that but there was an [announcement](https://discord.com/channels/758059413700345988/781284268654854154/1110660341693677650) on the [Mainsail Discord](https://discord.gg/mainsail) describing best what's new and why you want it:...
> It's needed for gpio, drm and janus plugin. I'm wondering, why the dependency check in the `Makefile` does not check for these flags to be set. If it's only...
Ok, thank you for the fast answer and adding it to the `README` 😄
You are right, I saw that sometimes in our support forum too. I'm currently rewriting some parts of the docs for v5, so I will add this under common problems.
`custom_flags: --format=YUYV` (ustreamer) can also help if the cam is not putting out any video. This was discovered during support on Discord. There is no error or similar to identify...
noirOrion on the discord had a similar problem and asked the ustreamer devs for help. The fix was pretty simple: Adding a `--allow-truncated-frames` to the `custom_flags` can help too, in...
> The other thing to note with that documentation page is it incorrectly calls for focus_auto when that has been deprecated. The docs are all outdated, and I will soon...
It's written there: > The big fix for me however was instead using --encoder=HW --allow-truncated-frames So just add `--encoder=HW --allow-truncated-frames` to your `custom_flags` like this: `custom_flags: --encoder=HW --allow-truncated-frames` If you...