-
Notifications
You must be signed in to change notification settings - Fork 43
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
Pre-compiled Janus not available for amd64 #64
Comments
This problem will be solved eventually by trying to install OS-provided janus. |
I'm having this same problem on a rpi-os running in VM. I didn't quite understand how to solve it, changing the OS? |
@Reubertt Obico checks to see if it is running on actual Raspberry Pi hardware to enable full video stream. If you are running in a VM, it will not pass this check and you'll get snapshots only, but that will not impact failure detection, only your ability to watch a live stream |
The problem is that due to this Janus error, Obico is not even recognizing the snapshot because it detects 0.1 FPS |
Like what @MallocArray , Janus is not involved in failure detection. On the 0.1FPS is used for failure detection. |
how can i install janus |
If you are debian, you can install it with |
Hi,
I am running klipper on an amd64 thin client. It seems that the supplied janus executable is only compiled for arm64. Hence, I get the "can only stream at 0.1fps" warning.
The text was updated successfully, but these errors were encountered: