-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Problem with Raspberry PI 5 #887
Comments
I have the same problem exactly |
Same issue exactly. My logs: My config: { |
Any solution ?? |
same problem |
Look at this post #855 (comment) |
Has this relevance ? Note: Raspberry Pi 5 is currently unsupported. There are multiple known issues that will be addressed in a future release. |
🎉 A new version of camera.uiA new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: seydx/camera.ui#448 . This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording). |
bisogna installare manualmente FFmpeg `sudo apt update sudo apt install -y autoconf automake build-essential libass-dev libfdk-aac-dev libfreetype6-dev cd ~ tar -xvjf ffmpeg-7.1.tar.bz2 ./configure --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libmp3lame --enable-libx264 --enable-libx265 make -j$(nproc) sudo make install sudo ldconfig ffmpeg -version ` |
Describe the bug
A clear and concise description of what the bug is.
I try to migrate my setup to a Raspberry PI 5 with the official Homebridge Raspberry PI Image bookworm (64bit). Videoanalysis session and prebuffer session restart constantly. The cameras are not accessible via Homekit.
For your information, I also migrate my setup to another Rasperry PI 4 with the official Homebridge Raspberry PI Image bookworm (64bit) and everything is working correctly.
To Reproduce
Install Homebridge on a Raspberry PI 5 with the official Raspberry PI Image bookworm (64bit)
sudo apt update && sudo apt upgrade
sudo reboot
sudo hb-service update-node
sudo reboot
Install homebridge-camera.ui
Configure a camera
Here is my configuration for the Camera named Cleo
{
"name": "CameraUI",
"port": 8081,
"atHomeSwitch": true,
"logLevel": "info",
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"http": {
"active": true,
"port": 1883,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"ssl": {
"active": false
},
"options": {
"videoProcessor": "ffmpeg"
},
"cameras": [
{
"name": "Cleo",
"manufacturer": "Amcrest",
"model": "IP4M-1041B",
"serialNumber": "SERIAL_NUMBER",
"privacySwitch": false,
"motion": true,
"doorbell": false,
"motionTimeout": 15,
"motionDoorbell": false,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://admin:admin@IPAdress:554/cam/realmonitor?channel=1&subtype=0",
"subSource": "-i rtsp://admin:admin@IPAdress:554/cam/realmonitor?channel=1&subtype=1",
"stillImageSource": "-i rtsp://admin:admin@IPAdress:554/cam/realmonitor?channel=1&subtype=1",
"rtspTransport": "tcp",
"analyzeDuration": 2000,
"probeSize": 2048,
"maxStreams": 2,
"maxFPS": 15,
"vcodec": "copy",
"acodec": "libfdk_aac",
"timeout": 10,
"encoderOptions": "-profile high -preset ultrafast -tune zerolatency",
"audio": true
},
"smtp": {
"email": "Cleo"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
}
],
"platform": "CameraUI"
},
Restart the plugin
Expected behavior
A clear and concise description of what you expected to happen.
Avoid videoanalysis session and prebuffer session to restart constantly
Logs
If available, attach the log where the bug is vissible
The result is this for the camera named Cleo. These logs repeat themselves constantly.
[29/12/2023, 21:54:59] [CameraUI] Cleo: Restart prebuffer session..
[29/12/2023, 21:55:09] [CameraUI] Cleo: Restart prebuffer session..
[29/12/2023, 21:55:09] [CameraUI] Cleo: Restart videoanalysis session..
[29/12/2023, 21:55:19] [CameraUI] Cleo: Restart prebuffer session..
[29/12/2023, 21:55:23] [CameraUI] Cleo: Restart videoanalysis session..
[29/12/2023, 21:55:29] [CameraUI] Cleo: Restart prebuffer session..
[29/12/2023, 21:55:37] [CameraUI] Cleo: Restart videoanalysis session..
[29/12/2023, 21:55:39] [CameraUI] Cleo: Restart prebuffer session..
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: