Search results

  1. D

    What is normal cpu usage?

    I also checked my router to monitor the bitrate and its pretty much flat line so no abnormal surges that would cause and load changes AFAIS
  2. D

    What is normal cpu usage?

    Here ive added a video to show how its acting in real time.
  3. D

    What is normal cpu usage?

    Unfortunately All I have are these 2 RasPi cameras and another RasPi spare.
  4. D

    What is normal cpu usage?

    Yes I am viewing the live view on my monitor of the computer that is running BI. Even if I pause live view it only drops 5 or 6%
  5. D

    What is normal cpu usage?

    Yes I turned on intel hardware acceleration. I saw no difference in cpu load. I attached my camera stats
  6. D

    What is normal cpu usage?

    no I bought a licence for blue iris. I confirmed the rtsp streams are properly encoded with h264 using VLC client. I did notice in blue iris stats that both streams are running at 30FPS but the keyframes were only 0.5 , I added the command -g 30 to increase the key frames so that I could turn...
  7. D

    What is normal cpu usage?

    I'm using this command raspivid -o - -t 0 -w 1920 -h 1080 -fps 30 -n -b 2000000 -g 30 | cvlc -vvv stream://dev/stdin --sout '#rtp{sdp=rtsp:/:8555/stream}' :demux=h264 so I'm assuming its properly encoding in h264. Is there an easy way to tell if the stream is using h264?
  8. D

    RaspberryPi: IP Cam with substream channels possible?

    I'm presently running 2 headless RPi's as dedicated IP Cameras. One is a PiZero with a V2.1 8MP Camera RTSP streaming @720p 30FPS and the other is running a Pi4 with a HQ camera streaming @ 1080p 30FPS. I'm using RASPIVID and No motion detection on the cameras, its all done in my desktop...
  9. D

    What is normal cpu usage?

    I have a old gaming computer with an i5-2500k and a nvidia 1060 gpu. I am using 2 RasPi setup as ip cameras streaming rtsp udp to Blue Iris. One stream at 720p at 30fps and the other at 1080p at 30fps. Both encoded using h264 and no audio and motion detection on but with no object detection. I...
  10. D

    Raspberry Pi - Creating a substream

    ok THANKS
  11. D

    Raspberry Pi - Creating a substream

    I know that BI has nothing to do with the substream capabilities of the cameras, my question was , does BI simultaneously connect to both streams at once or does it only connect to the one is wants to use? The reason I ask is if it disconnects the stream it isn't using, that means my IP camera...
  12. D

    Raspberry Pi - Creating a substream

    I installed 2 cameras, One is a raspberry pi 4 with a HQ 12MP camera with a 6mm lens. The second is a Raspberry pi zero running a Pi 8MP V2.1 noir camera. These camera are now set up as headless raspberry Pi IP cameras. The Pi4 is streaming rtsp at 1080p 30fps h264 and the Pizero is...
  13. D

    I have 3.0.17 - Geofence settings missing from app?

    OK I found the issue why I wasn't seeing any geofence options in the gear settings in the app. I tried adding a new server and when the wizard got to the geofence section I re-read the page and because I previously only gave the app permission to use location (GPS) while the app was running but...
  14. D

    I have 3.0.17 - Geofence settings missing from app?

    I was off last week on vacation and spent the time amung other things by setting up 2 cameras using blue iris. I set everything to my liking as far as camera settings go. I then installed the app and went through the wizard and set and verified all the app permissions. I setup my server in...