Search found 337 matches

by snake
Fri Jan 24, 2020 1:37 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Superimposing Labels on an image
Replies: 9
Views: 7548

Re: Superimposing Labels on an image

It sounds like what you are trying to do is a video overlay. You want to overlay boxes on the video feeds. Not typical behavior of ZM, but ZM provides the video streams via Apache, so you should be able to grab those video feeds, add the overlay, and serve the resulting stream. I'm not sure exactly ...
by snake
Thu Jan 23, 2020 2:00 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Superimposing Labels on an image
Replies: 9
Views: 7548

Re: Superimposing Labels on an image

1000 vehicles is a lot. Let's forget that, and assume you have something like 20 boxes per camera. You can setup 20 zones, and then act upon that, so I'm going to guess that this 'is' possible.

Alternatively, you will want to investigate zmeventnotification server, and also ozone.network
by snake
Thu Jan 23, 2020 1:50 pm
Forum: ZoneMinder 1.32.x
Topic: API Error To access remotely on zmNinja
Replies: 2
Views: 4206

Re: API Error To access remotely on zmNinja

For new users, its easiest to use the wiki installation docs, or the official docs (former preferred). See wiki.zoneminder.com/Helpful_user_contributed_resources Debian / Ubuntu is the easiest. Since you've chosen FreeNAS, that is a tougher road for setup. The debug logs on ZMNinja, will give more d...
by snake
Tue Jan 21, 2020 6:50 pm
Forum: ZoneMinder 1.34.x
Topic: Filter issue - Less than X time doesn't seem to work
Replies: 5
Views: 3648

Re: Filter issue - Less than X time doesn't seem to work

I use something like this: https://wiki.zoneminder.com/SMS_Notifications#Example_Filter date/time greater than or equal to -1 minute AND alarm frames greather than or equal to 1 AND Weekday equal to Saturday OR Weekday equal to Sunday AND alarm frames greater than or equal to 1 AND date/time greater...
by snake
Tue Jan 21, 2020 6:44 pm
Forum: ZoneMinder 1.34.x
Topic: pyzm: a python wrapper (leverages 1.34 features)
Replies: 10
Views: 52069

Re: pyzm: a python wrapper (leverages 1.34 features)

I would strongly recommend 3rd party users to start using pyzm instead of their own legacy wrappers as it offers better integration, more secure access to ZM (tokens) and will be maintained. It's an early release, so I'd welcome PRs/contributions. Good to hear there will be more options, but I have...
by snake
Tue Jan 21, 2020 6:36 pm
Forum: ZoneMinder 1.34.x
Topic: Debian Buster install procedure for Zoneminder 1.34.x
Replies: 63
Views: 470412

Re: Debian Buster install procedure for Zoneminder 1.34.x

I currently have 1.33.14 running on a similar Debian 10 installation without any problems. I was not happy to see the 1.33 installation instructions nuked in the Wiki. I now have no way to reinstall 1.33 should anything happen to that box. I agree with this. I think keeping historical installation ...
by snake
Thu Jan 16, 2020 6:40 am
Forum: ZoneMinder 1.32.x
Topic: Looking into using Zoneminder --- Have some questions
Replies: 1
Views: 1405

Re: Looking into using Zoneminder --- Have some questions

Hikvision is a good low end camera.

Instead of capture cards, use ip video encoders. See https://wiki.zoneminder.com/Hardware_Compatibility_List
by snake
Fri Jan 10, 2020 6:03 pm
Forum: ZoneMinder 1.32.x
Topic: zoneminder 1.32.3 dahua ipc-t1a20p
Replies: 1
Views: 1100

Re: zoneminder 1.32.3 dahua ipc-t1a20p

See https://wiki.zoneminder.com/Finding_Camera_Stream_Paths

For ZM, resolution must be right, most other fields can be left blank. Don't put in Max FPS for IP cameras. If you are using a (resource constrained) RPI, lower the FPS/Resolution of the camera.
by snake
Thu Jan 09, 2020 11:01 pm
Forum: ZoneMinder 1.32.x
Topic: Multiple Events - Same Camera
Replies: 1
Views: 1249

Re: Multiple Events - Same Camera

Are you sure it is set to Mocord? There is modect: Record only on alarms. And, there is mocord: Record 24/7, and also keep statistics on alarms. Mocord should record 24/7 with additional scores for when movement occur. When you use either of these modes, you will get activity spikes on the "Sho...
by snake
Mon Jan 06, 2020 10:02 pm
Forum: ZoneMinder 1.32.x
Topic: DVR HDMI Output
Replies: 2
Views: 1727

Re: DVR HDMI Output

You can setup a local webpage which just serves the streams direct. Navigate the browser to that URL. See: https://wiki.zoneminder.com/Example_Camera_View_HTML https://wiki.zoneminder.com/Dedicated_SBC_Camera_Monitor#Full_Screen_Video_Feed Similar, but for ZMninja, and an Odroid: http://zoneminder.b...
by snake
Mon Jan 06, 2020 9:21 pm
Forum: Mobile Apps and Event Server
Topic: Need help with SSL and Zmninja
Replies: 5
Views: 6427

Re: Need help with SSL and Zmninja

RockUser wrote: Sun Jan 05, 2020 7:00 am I read that Zm Ninja doesn't work well with self signed certificates
Where did you see that? As far as I know, self signed certs work OK with ZMninja. I can't speak for zmeventnotification server though.
by snake
Mon Dec 30, 2019 10:30 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Problem while Adding OnVif camera
Replies: 3
Views: 5855

Re: peoblem while Adding OnVif camera

Remove max FPS on zoneminder. Leave blank.

Change method to TCP.

You can use FFMPEG or LibVLC for rtsp.

Test in ffmpeg from command line, to get resolution and confirm it works.

See https://wiki.zoneminder.com/Finding_Camera_Stream_Paths

If you are on RPI, lower FPS on camera.
by snake
Tue Dec 24, 2019 7:23 pm
Forum: ZoneMinder 1.32.x
Topic: Unable to View events in Zoneminder or ZNinja
Replies: 1
Views: 1088

Re: Unable to View events in Zoneminder or ZNinja

https://wiki.zoneminder.com/Using_a_ded ... Hard_Drive

Review that, and make sure permissions are right.

What install guide did you follow, and what OS?

Setup zm output to syslog, and post the logs here.
by snake
Tue Dec 24, 2019 1:10 am
Forum: ZoneMinder 1.30.x
Topic: cant stat /tmp/zm
Replies: 1
Views: 2460

Re: cant stat /tmp/zm

viewtopic.php?f=36&t=26879

/dev/shm is the shared fast memory on the RAM.