Showing posts with label motion. Show all posts
Showing posts with label motion. Show all posts

Tuesday, June 5, 2018

Kind of gross but also makes the point of 24/7 recording, coverage and adequate resolution.

This AM I found someone had gotten sick in the hallway. (Thankfully I have vinyl flooring or tile everywhere but the bedrooms.) From the sheer volume and some of the bits that looked like dog food I assumed it was one of the dogs. I went to the video to see which but of course the only camera  pointed that way (an Amcrest IP3M-956W in the kennel) was too far away to make out the mess on the floor. So I scanned back to my last trip down the hall but still could not see anyone going through during that time. There was a small spot visible on another cam (an Amcrest IP3M-941W in dining room) but scanning that video showed it was made by one of the cats. Back tracking the cat I saw he came from the hallway even though I had not seen him on the kennel cam. Armed with an exact time I went back and ran the hallway video slowly and could see a shadow from the small blind spot between cams that had to be the cat getting sick into the hallway. So it appears the cat ate some of the dry dog food and it made him sick. At least that is my assumption right now as he seems fine but I know to keep an eye on him for a while.

Which leads me back to the points I keep trying to make to people.

  • A lot of what of what you want to see after the fact would be missed if all you have is triggered recordings. The only bit above that triggered a motion event was the cat getting in the dining room which was small and short.
  • You need enough coverage to be able to track a subject. It is amazing how often seems to happen in blind spots. This is why I have 38 cams and want more.
  • And you need to be able to make out detail in the video. Sometimes only being able to see a body is there is good enough if you are just back tracking but if you need to see a face or when something was disturbed / left you need detail. 

Granted you never will have all the coverage you wish you had after an event but often a few extra dollars and a bit of extra planning will yield a much better end result so you do not end up feeling like you wasted your time and money.

Thursday, February 1, 2018

Paranoia definitely pays when it comes to recording.

Been seeing a lot of posts lately about only recording on motion. Generally this is either to save disk space or make recording to the somewhat feasible. See Some things to keep in mind if you are thinking of cloud recording your cams. Problem is it comes down to one thing. Do you REALLY think you have all possible scenarios covered? In a conversation I just had, a guy was using several sensors, per camera, to try to catch motion while at the same time filter motion triggered by him. While this might make sense for an alarm to keep triggers to the minimum, there is no practical reason to limit recording this way. Recorded video is generally the thing you go to after the alarm failed to protect you. Or to find out the mess you are looking at in the yard happened that the alarm was not even looking for. Bottom line though the ONLY way you will know for sure everything works like you think is after the fact when you notice something has happened and you go look for video. Kind of like raccoon / mouse proofing that way. If you are only recording on triggers then there might be no video to find. Recording 24/7 there will be video even if everything but the cam and the recorder fails to work as planned.

This brings up a point though. How can you mark the video / trigger alerts based on other sensors? This article covers that question pretty well for Blue Iris. Basically it comes down to this.
Set your alerts to be retriggerable by  checking "Also re-triggers"

Then call the trigger via a URL get in the form of
http://IP_ADDRESS_OF_BI_SERVER:PORT/admin?camera=camera_short_name&trigger&user=XXXXX&pw=XXXXXX

For instance to try from a browser assuming:
Your Blue Iris server is on IP address 10.10.2.46 on port 8076 and you wanted to trigger IPcam62 Note that is that is the short name on your properties screen.


And your login is admin/P@$$w0rd
You would call http://10.10.2.46:8076/admin?camera=IPcam62&trigger&user=admin&pw=P@$$w0rd

You should see a response like
signal=green
profile=-1
lock=0
camera=IPcam62-Garage N
If you see camera=NULL you have mistyped the camera name.

To trigger from Homeseer you would create an event like

To go the other way (trigger Homeseer form Blue Iris) see this post in my automation blog.

Other home automation systems are similar.

It is just that simple to get every motion event marked on your video to make finding the right footage easy. If you find the motion sensor is working well enough, you can even turn off Blue Iris' motion detection the save a good bit on CPU load though I prefer to leave it on just tuned to the insensitive side.