keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.68k stars 235 forks source link

Raspberry pi crashes UDM pro protect #78

Closed Wings36 closed 3 years ago

Wings36 commented 3 years ago

Hello I installed unifi-cam-proxy on a raspberry pi 2b running a clean install of raspbian as per the instructions in the readme.md. Only thing I did in addition was update python from 2.7.16 to 3.7.3, installing ffmpeg and netcat. I tried to run the bigbuckbunny test and found that everytime I tried to connect, my protect app on my UDM pro crashes and reboots. In the console shows the following

image

My protect app is also running version 1.19.0. One theory I have is that I installed ffmpeg wrong as I can't get it to output a version when doing ffmpeg --version. But I tried 2-3 different guides on how to compile this on a raspberry pi and each time errors out somewhere.

keshavdv commented 3 years ago

In your traceback, you can see that this is still using python2.7 and a very, very old version of this software that does not work with Protect. Please upgrade and verify that unifi-cam-proxy --version prints out 0.1.4 and try again.