Search results

  1. dustball

    USB cam on Blue Iris limited to 5 fps

    Using a Logitech C920 - supports 1080p @ 30fps. In Blue Iris I can only achieve 5ps at 1920x1080. When I go to the video tab, click "Advanced" for the USB input, then click the Stream/Format button, the attached dialog appears. The dialog itself won't let me choose 1080p/30fps. Unless I...
  2. dustball

    BI too sensitive to packet loss

    I came up with a better solution. I wrote a Python script to fetch the image with an appropriate timeout, and save the file locally. import urllib.request, urllib.error, urllib.parse from shutil import copyfile import time # Your camera URL here url = 'http://192.168.0.18/IMAGE.JPG' while...
  3. dustball

    BI too sensitive to packet loss

    I have a 4 camera system, and three of them are hard wired and work great. One is a crappy WiFi camera, and it is recording the least important area. The problem is it is far away enough from the access point that it has a lot of packet loss. When using iSpy, the result would simply be piss...
Top