Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 

CJC

CJC
54 posts

Master Geek


  #2041809 21-Jun-2018 16:32
Send private message

I still get a lot of cats being detected as people, and sometimes vehicle lights reflecting off the side of the house.  But it hasn't missed a person yet.  Think I need to adjust the object pixel size setting, but also don't want to break it.




sbiddle
30853 posts

Uber Geek

Retired Mod
Trusted
Biddle Corp
Lifetime subscriber

  #2041813 21-Jun-2018 16:38
Send private message

The only false positives I've had with Sighthound has been the odd cat which is maybe 1-2x per week. I could probably configure things a little better if I tried.

 

Regular motion detection was a waste of time of my front camera at home due to trees moving in the wind and reflections.

 

I'm not a fan of the Synology despite using it. Their licence model is also a complete joke - having to resort to buying licences from sellers on eBay is the stupidest thing in the world.

 

 


shrub
775 posts

Ultimate Geek

ID Verified

  #2041855 21-Jun-2018 17:28
Send private message

With Sighthound you can have multiple notifications. I have 1 that records any movement and the 2nd one which is set to detect people on my driveway only with the push notification. It's really good at the people detection.
The only issue I found which they are working on is at a 2nd setup I did at my parents. The stock spark router does not like external ip requests from within the internal network. So when on wifi push notification still works but the app does not want to work. I need to either setup dyndns or get spark to make it static sometime but it's a 5 hr drive...



meesham
973 posts

Ultimate Geek


  #2042034 21-Jun-2018 22:00
Send private message

I'm using ExacqVision server running on an Ubuntu VM. It's not open source or free (which would have been my preference) but it has a web client as well as clients for Linux (my desktop OS), Windows, OSX and mobile devices.


Ramjet007
319 posts

Ultimate Geek


  #2042058 22-Jun-2018 04:58
Send private message

Been using Blueiris for about 3 years now running 6 -8 camera's. Had no issues, very few false alarms (once set up correctly) and it was a good price about $100 nz for 64 camera versions.

 

I tired ispy but way too many false alarms.


premiumtouring
355 posts

Ultimate Geek


  #2042116 22-Jun-2018 08:01
Send private message

I use Sighthound with 8 cameras, it's great...

 

Another option, but not free, however extremely impressive and amazing UI (both on desktop and mobile) was Ksenos.

 

https://ksenos.com

 

Just wish they'd offer an option for home and small business users. The whole "per camera" thing is a cash grab.





-


JeremyNzl
359 posts

Ultimate Geek


  #2042130 22-Jun-2018 08:51
Send private message

List of vms software 

 

 

 

https://ipvm.com/reports/free-vms-software-directory

 

 

 

 


 
 
 

Shop now on AliExpress (affiliate link).
chevrolux

4962 posts

Uber Geek
Inactive user


  #2044093 26-Jun-2018 13:33
Send private message

Just reporting back on where I've got to... finally had some time Sunday to get back in to this.

 

So have installed Motion + Motioneye on a Debian machine - literally about 15 minutes to have it running (the motioneye Wiki instructions were perfect)! Configured up the cameras, and now just playing around with the different motion detection options.

 

I think this will be a winner! The adjust-ability of everything rocks. And it can do cool stuff like trigger a HTTP Callback which suits me for tying it in to other systems.

 

The web UI rocks on mobile too - so dam good. Definitely got a high WAF which is the main thing with all this mucking around. What I also want to have a play with is Motion's streamer which outputs the stream via HTTP on another port, and it can configured at less resolution which rocks for mobile access (it's how Hikvision do their app too).

 

The only thing it Motioneye lacks in is playback by the looks of it. But I am so happy with it as a front end (and Motion itself seems to be freken awesome) I think it's worth working on something to deal with it. So my plan is going to be a real basic "index" page that simply reads off a SQL table for each camera with each motion event clip as a download link. When motion is triggered, I will simply use a callback to trigger a PHP script that fills in the record on SQL. Once I get something half decent working I will share that with everyone - I know how to build a table and all that, but want to work on some sort of search to narrow down dates/times etc.


irongarment
280 posts

Ultimate Geek
Inactive user


  #2044107 26-Jun-2018 13:52
Send private message

chevrolux:

Just reporting back on where I've got to... finally had some time Sunday to get back in to this.


So have installed Motion + Motioneye on a Debian machine - literally about 15 minutes to have it running (the motioneye Wiki instructions were perfect)! Configured up the cameras, and now just playing around with the different motion detection options.


I think this will be a winner! The adjust-ability of everything rocks. And it can do cool stuff like trigger a HTTP Callback which suits me for tying it in to other systems.


The web UI rocks on mobile too - so dam good. Definitely got a high WAF which is the main thing with all this mucking around. What I also want to have a play with is Motion's streamer which outputs the stream via HTTP on another port, and it can configured at less resolution which rocks for mobile access (it's how Hikvision do their app too).


The only thing it Motioneye lacks in is playback by the looks of it. But I am so happy with it as a front end (and Motion itself seems to be freken awesome) I think it's worth working on something to deal with it. So my plan is going to be a real basic "index" page that simply reads off a SQL table for each camera with each motion event clip as a download link. When motion is triggered, I will simply use a callback to trigger a PHP script that fills in the record on SQL. Once I get something half decent working I will share that with everyone - I know how to build a table and all that, but want to work on some sort of search to narrow down dates/times etc.



Just point the webserver at a directory and you'll get a list of filenames with dates and times. Usually clickable to sort by various fields. Done.

chevrolux

4962 posts

Uber Geek
Inactive user


  #2044246 26-Jun-2018 18:55
Send private message

irongarment:
chevrolux:

 

Just reporting back on where I've got to... finally had some time Sunday to get back in to this.

 

 

 

So have installed Motion + Motioneye on a Debian machine - literally about 15 minutes to have it running (the motioneye Wiki instructions were perfect)! Configured up the cameras, and now just playing around with the different motion detection options.

 

 

 

I think this will be a winner! The adjust-ability of everything rocks. And it can do cool stuff like trigger a HTTP Callback which suits me for tying it in to other systems.

 

 

 

The web UI rocks on mobile too - so dam good. Definitely got a high WAF which is the main thing with all this mucking around. What I also want to have a play with is Motion's streamer which outputs the stream via HTTP on another port, and it can configured at less resolution which rocks for mobile access (it's how Hikvision do their app too).

 

 

 

The only thing it Motioneye lacks in is playback by the looks of it. But I am so happy with it as a front end (and Motion itself seems to be freken awesome) I think it's worth working on something to deal with it. So my plan is going to be a real basic "index" page that simply reads off a SQL table for each camera with each motion event clip as a download link. When motion is triggered, I will simply use a callback to trigger a PHP script that fills in the record on SQL. Once I get something half decent working I will share that with everyone - I know how to build a table and all that, but want to work on some sort of search to narrow down dates/times etc.

 



Just point the webserver at a directory and you'll get a list of filenames with dates and times. Usually clickable to sort by various fields. Done.

 

 

 

Yep good point. I don't really like the idea of just exposing a directory though. What I am thinking is just each clip gets a 'token' generated for it, i store that in a table, and then the download link just pulls the file based off whatever the token points too. Plus I want to put some authentication on there too. It will be a good learning opportunity too so keen to go a bit over the top.


1 | 2 
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.