To get the alert frames, you need to be saving the analysis jpegs and using mjpeg as the codec to view.
In 1.39 we will have more options here.
Search found 3347 matches
- Wed May 14, 2025 12:17 pm
- Forum: ZoneMinder 1.36.x
- Topic: Alert/motion frames in native videos?
- Replies: 1
- Views: 3410
- Tue May 13, 2025 1:08 pm
- Forum: ZoneMinder 1.36.x
- Topic: upgrading from 1.34 to 1.36 improved motion detection?
- Replies: 2
- Views: 1556
Re: upgrading from 1.34 to 1.36 improved motion detection?
Not many changes to the motion detection.
To level up you really need AI.
To level up you really need AI.
- Tue May 13, 2025 12:44 pm
- Forum: ZoneMinder 1.36.x
- Topic: Mistake when changing date and time
- Replies: 2
- Views: 1054
Re: Mistake when changing date and time
That is a decoding error, nothing to do with actual time.
Either you are out of CPU or having network issues or your camera is just sending crap.
Either you are out of CPU or having network issues or your camera is just sending crap.
- Mon May 12, 2025 1:26 pm
- Forum: Mobile Apps and Event Server
- Topic: Zoneminder | KI | Codeproject AI
- Replies: 1
- Views: 2352
Re: Zoneminder | KI | Codeproject AI
Despire their age, most tutorials should still be relevant.
In a month or two, 1.38 will get released and 1.39 will immediately get built in support for AI, including remote API based AI.
In a month or two, 1.38 will get released and 1.39 will immediately get built in support for AI, including remote API based AI.
- Fri May 02, 2025 7:32 pm
- Forum: Website Issues
- Topic: General Error/SQL ERROR ...
- Replies: 2
- Views: 6728
Re: General Error/SQL ERROR ...
DDOS. Have had to block 47.79.0.0/16 and 47.82.0.0/16
- Sun Apr 27, 2025 7:12 pm
- Forum: Mobile Apps and Event Server
- Topic: Cant get live video or play events on Zmninja
- Replies: 10
- Views: 16388
Re: Cant get live video or play events on Zmninja
This is almost ALWAYS just the cgi-bin setting being wrong, although yours looks right to me. Best way to find out is right click and inspect the working url in the web ui and compare to what is entered in zmninja.
- Sat Apr 26, 2025 10:15 pm
- Forum: Feature Requests
- Topic: Alexa skill to start/stop recording
- Replies: 1
- Views: 10386
Re: Alexa skill to start/stop recording
I looked into this once but never got around to it because I dont have one.
- Fri Apr 25, 2025 1:46 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 15840
Re: Lost config with distro and zm version upgrade
ZM_PATH_ZMS is confusing, as it is ACTUALLY the path part of a URL. It should be /zm/cgi-bin/nph-zms
The ScriptAlias links that to the real path. It should be:
ScriptAlias /zm/cgi-bin /usr/lib/zoneminder/cgi-bin/
The ScriptAlias links that to the real path. It should be:
ScriptAlias /zm/cgi-bin /usr/lib/zoneminder/cgi-bin/
- Fri Apr 25, 2025 1:42 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 15840
Re: Lost config with distro and zm version upgrade
@ZM_CACHEDIR@ is a build-time replacement. Apache will do nothing with it. It should be for debian based distros: Alias /zm/cache "/var/cache/zoneminder/cache" <Directory "/var/cache/zoneminder/cache"> Options -Indexes +FollowSymLinks AllowOverride All <IfModule mod_authz_core.c> Require all granted ...
- Thu Apr 24, 2025 2:18 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 15840
Re: Lost config with distro and zm version upgrade
You can always go full nuclear and do sudo apt remove --purge apache2* libapache2* Then sudo apt install apache2 You may need to actually move out of the way the contents of /etc/apache2 in between if it doesn't clean itself up entirely. That should get a fresh, working apache2 install. Then you can ...
- Wed Apr 23, 2025 11:56 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 15840
Re: Lost config with distro and zm version upgrade
apache has sevral mpms. I think the only one that works without serious work is mpm_prefork. So try a2enmod mpm_prefork
- Thu Apr 17, 2025 3:52 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Why not focus on useful things?
- Replies: 19
- Views: 13559
Re: Why not focus on useful things?
Please note that the cookie is wrong, it should be zmEventsTable.bs.table.pageSize but that doesn't work either. @Igor100, got events, check the cookies, etc. Clear cookies, hit reload. It should ask you to re-login, then go right back to events list, and it should default to 10. Or today's build ...
- Thu Apr 17, 2025 1:14 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Why not focus on useful things?
- Replies: 19
- Views: 13559
Re: Why not focus on useful things?
I can reproduce it. We have tried many things to make this work, and none have worked. I think in the past the issue was actually in the bootstrap-table code. I just retried though and it seems to be working. @Igor100 FYI in the past, we set the data-page-size attribute. This reset the value on ...
- Sun Apr 13, 2025 4:36 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Broken timeline view
- Replies: 43
- Views: 30602
Re: Broken timeline view
I don't have this problem either. Not in chrome or firefox.
Maybe is caused by a plugin?
Maybe is caused by a plugin?
- Fri Apr 11, 2025 2:13 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Broken timeline view
- Replies: 43
- Views: 30602
Re: Broken timeline view
PR has been merged, packages building