Search found 493 matches
- Wed Jan 05, 2022 3:30 am
- Forum: Mobile Apps and Event Server
- Topic: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
- Replies: 59
- Views: 2773170
Re: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
Zoneminder Dev Team has taken it on, Isaac and myself, anyone else with experience is welcome to help. If you check Play Store you will see Android is already transferred, we are working on completing the transfer across at the moment, and building the new versions with our FCM Notification service ...
- Thu Oct 07, 2021 11:52 pm
- Forum: Mobile Apps and Event Server
- Topic: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
- Replies: 59
- Views: 2773170
Re: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
I am working on bringing everything across to Zoneminder, so we expect to be able to continue zmNinja going forward. Although it will need some updating soon, but back to that later. I have iOS version building and running, hopefully this weekend I will get Android working, and then the desktop ...
- Mon Sep 13, 2021 12:10 pm
- Forum: ZoneMinder Hints & Tips
- Topic: anyone interested in a Discord server?
- Replies: 8
- Views: 21686
Re: anyone interested in a Discord server?
Hang on Icon's Zoneminder Chat is paid support only, I thought it was just quiet not exclusive...
- Tue Aug 31, 2021 5:31 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: 1.37.1~20210829094419-focal
- Replies: 1
- Views: 7917
Re: 1.37.1~20210829094419-focal
Roll back if you are running a Prod system 1.37 is the development branch so you will get breakages from time to time. But if you like to help test then feel free to continue.
- Tue Aug 24, 2021 10:46 am
- Forum: ZoneMinder 1.34.x
- Topic: Add SMB share as storage
- Replies: 2
- Views: 7689
Re: Add SMB share as storage
Will need to mount that share on the server and point to local file path for it.
- Sun Aug 22, 2021 8:49 am
- Forum: ZoneMinder 1.36.x
- Topic: Zoneminder 1.36 not functional
- Replies: 29
- Views: 50718
- Sun Aug 22, 2021 6:47 am
- Forum: ZoneMinder 1.36.x
- Topic: RTSP (HikVision) not work after upgrade
- Replies: 7
- Views: 10794
Re: RTSP (HikVision) not work after upgrade
If you want the osd you have to use encode output as it needs to add that into the video. Or if you don’t want performance issues that causes use camera osd. Remote method is just inbuilt RTSP code with ffmpeg decode Vs ffmpeg being RTSP done with ffmpeg. Remote is going to go away eventually as no p ...
- Sat Aug 21, 2021 11:43 pm
- Forum: ZoneMinder 1.34.x
- Topic: Frames Saved to DB Despite "Save JPEGs" Disabled
- Replies: 1
- Views: 6493
Re: Frames Saved to DB Despite "Save JPEGs" Disabled
Bulk frames interval can control but not stop it, I think mine is set to 100, but could try higher. Good idea to check If has any unintended consequences, if not then maybe we should try stopping it unless doing motion detection. https://zoneminder.readthedocs.io/en/stable/userguide/options/options ...
- Sat Aug 21, 2021 11:35 pm
- Forum: ZoneMinder 1.36.x
- Topic: Way to remove image from Console page?
- Replies: 4
- Views: 6886
Re: Way to remove image from Console page?
viewtopic.php?f=43&t=30918
Searched for it under your posts Gerald as I remembered you asked about it.
Searched for it under your posts Gerald as I remembered you asked about it.
- Sun Aug 15, 2021 7:48 am
- Forum: ZoneMinder 1.36.x
- Topic: Floating Point Exception
- Replies: 19
- Views: 22652
Re: Floating Point Exception
Great glad we could work it out. DB defaults it to 1 on new and also updates, but maybe somewhere in the save code in php it is putting a zero if it doesn't get a value.
- Sun Aug 15, 2021 7:42 am
- Forum: Hardware Queries
- Topic: a9 Mini Camera HD IP
- Replies: 2
- Views: 22605
Re: a9 Mini Camera HD IP
I think this thread is the same camera. https://www.domoticz.com/forum/viewtopic.php?f=35&t=28397 Looks like it phones home and setups the stream with a unique RTSP url each time. The software you referenced is probably their own client that talks to home base. All in all I would run away from that ...
- Sun Aug 15, 2021 7:15 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: 1.37.1 and event Thumbnail
- Replies: 7
- Views: 11030
Re: 1.37.1 and event Thumbnail
Nothing erroring in Developer Tools of the browser, I think that is all client side like just css. I assume you mean the way it zooms the image on hover?
- Sun Aug 15, 2021 6:59 am
- Forum: ZoneMinder 1.36.x
- Topic: Floating Point Exception
- Replies: 19
- Views: 22652
Re: Floating Point Exception
Here is what it should look like (Sorry was testing Dark CSS). I have seen the GUI not load new changes before on an upgrade. CTRL+F5 maybe clear the cache.
Might have to check your DB to see if field is there in monitor table- Sun Aug 15, 2021 5:58 am
- Forum: ZoneMinder 1.36.x
- Topic: Zoneminder 1.36 not functional
- Replies: 29
- Views: 50718
Re: Zoneminder 1.36 not functional
Try on the buffer tab Maximum Image Buffer Size (frames) (?) if set to 0 I have seen it going out of control on Ram usage. Play around with values that don't start giving warnings about dropping frames. Also some posts about it already on here that may help to know what values to try (2xIFrame Int ...
- Sun Aug 15, 2021 5:50 am
- Forum: ZoneMinder 1.36.x
- Topic: Floating Point Exception
- Replies: 19
- Views: 22652
Re: Floating Point Exception
So your error about monitor not decoding is coming from this line. if ((monitor->GetType() == Monitor::FFMPEG) and !monitor->DecodingEnabled() ) { So that is pretty cut and dry as to what would cause it, the fact that you get this error says you have FFMPEG monitor and second part is NOT ...