gozoinks / homebridge-camera-ffmpeg-ufv

UniFi Video plugin for Homebridge
https://www.npmjs.com/package/homebridge-camera-ffmpeg-ufv
Other
76 stars 20 forks source link

ignore unmanaged cameras #39

Open justme-1968 opened 5 years ago

justme-1968 commented 5 years ago

i have a new cam in my net that is not managed by the nvr but by protect.

for this cam discoveredChannels is null in the loop over all discoveredCameras.

so there has to be an added

                   if( !discoveredChannels )
                    return;

in the loop.