Search found 6 matches
- Fri Apr 28, 2023 2:43 pm
- Forum: ZoneMinder 1.36.x
- Topic: Animation created by the event server are black.
- Replies: 2
- Views: 337
Re: Animation created by the event server are black.
Hi, I went further on my testing to try to isolate the issue. I have written a small python script using imageio to create a gif: #!/usr/bin/python3 import imageio.v2 as imageio images = [ ] list = [1,3,5,7,9,11] for i in list: p_url='http://[server ip]/zm/index.php?view=image&eid=7114&username ...
- Sun Apr 09, 2023 8:08 am
- Forum: ZoneMinder 1.36.x
- Topic: Animation created by the event server are black.
- Replies: 2
- Views: 337
Animation created by the event server are black.
Hi, I'm trying to use the "Animation" option wtih zm event server, but I'm unsuccessfull. An animation is created but is always black and is a couple of seconds long. I run on Ubuntu 22.04. ZM: version 1.36.33 / "apiversion":"2.0" zmeventnotification last stable version v6.1.27. Python 3.10.6 openCV ...
- Fri Apr 07, 2023 8:41 am
- Forum: ZoneMinder 1.36.x
- Topic: ZM Event Server & Ubuntu22.04
- Replies: 8
- Views: 1752
Re: ZM Event Server & Ubuntu22.04
Seems to work fine also.
First time I asked a questions on this forum, and I get so much help so quickly. Fantastic community!
First time I asked a questions on this forum, and I get so much help so quickly. Fantastic community!
- Thu Apr 06, 2023 8:29 am
- Forum: ZoneMinder 1.36.x
- Topic: ZM Event Server & Ubuntu22.04
- Replies: 8
- Views: 1752
Re: ZM Event Server & Ubuntu22.04
@iconnor: I get a 404 on your link. I found also a lot (too much) different discussion on this topic, yolo.py beeing in the centre of the trouble.I ended up making modifications myself, what didn't turn successful of course. Seems a change in the opevCV lib is the root cause...but I'm far to ...
- Wed Apr 05, 2023 9:32 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM Event Server & Ubuntu22.04
- Replies: 8
- Views: 1752
Re: ZM Event Server & Ubuntu22.04
@Burger: I have now updated yolo.py with the one you have proposed and now it works. Thanks so much! I have tried with this version: https://forums.zoneminder.com/viewtopic.php?t=31902 and I got the results that I have reported. @Magic919: It seems now that the Python version 3.10 is running...will ...
- Wed Apr 05, 2023 2:18 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZM Event Server & Ubuntu22.04
- Replies: 8
- Views: 1752
ZM Event Server & Ubuntu22.04
Dears, I'm using Zoneminder since a while, but the Ubuntu update to 22.04 had a couple of consequences. I had to reinstall the entire ZM + Eventnotification. I run on Ubuntu 22.04. ZM: version 1.36.33 / "apiversion":"2.0" zmeventnotification last stable version v6.1.27. Python 3.10.6 openCV version ...