Yeah, pretty much anything these days which is wireless is tied into the manufacturer's website/cloud.
Really sucks.
Where do I get those Ts???
Search found 5 matches
- Fri Jun 07, 2024 6:19 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM and Google Nest doorbell camera
- Replies: 9
- Views: 2208
- Thu Jun 06, 2024 7:32 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM and Google Nest doorbell camera
- Replies: 9
- Views: 2208
Re: ZM and Google Nest doorbell camera
Thanks. That makes this unusable for me, I don't want to have to depend on an external website. Looks like the Nest camera will be replaced soon with this: https://www.amazon.com/gp/product/B0B7S1HMPC/ref=ox_sc_saved_title_1?smid=A22EYB2OIILVQA&psc=1 It supports ONVIF and (even better) is hardwired ...
- Thu Jun 06, 2024 3:49 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM and Google Nest doorbell camera
- Replies: 9
- Views: 2208
Re: ZM and Google Nest doorbell camera
Can you be a bit more specific?
I have a nest camera, have gotten the rtsp-server installed and working, but not sure how to run ffmpeg, is it running as a daemon?
Also, I don't understand what this is doing:
-i https://stream-eu1-delta.dropcam.com/ne ... ZZZZZZZZZ
Thanks in advance
I have a nest camera, have gotten the rtsp-server installed and working, but not sure how to run ffmpeg, is it running as a daemon?
Also, I don't understand what this is doing:
-i https://stream-eu1-delta.dropcam.com/ne ... ZZZZZZZZZ
Thanks in advance
- Sun Dec 09, 2012 5:51 am
- Forum: ZoneMinder 1.25.x
- Topic: Looking for recommendation for inexpensive camera for ZM
- Replies: 3
- Views: 2576
Looking for recommendation for inexpensive camera for ZM
I'm about to setup an installation on an atom dual core box. I don't want to spend too much money, but would prefer to get 1280x1024, if possible. Either USB or network access would be fine.
This will go onto a CentOS 6.3 system.
Thanks in advance.
JBB
This will go onto a CentOS 6.3 system.
Thanks in advance.
JBB
- Wed Mar 02, 2011 6:31 pm
- Forum: ZoneMinder 1.24.x
- Topic: Fix for Cambozola and IE 8
- Replies: 0
- Views: 963
Fix for Cambozola and IE 8
The current version of Zoneminder uses the <applet> tag, which is depreciated. IE 8 does not use it, it uses the <object> tag instead. Simply replace the code in zm/includes/functions.php, around line 415, for the applet, with the following: <OBJECT> <PARAM> <PARAM> <param> <param> > </OBJECT>