Search found 59 matches

by fennec
Sat Nov 28, 2020 12:16 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 59852

Re: zmevennotification object detection on edge tpu

do you try another models ?

https://coral.ai/models/

all model works in Input size: 224x224

but no resize for height |---------- TPU (input image: 224w*125h) ----------|

Normal ?
by fennec
Sat Nov 21, 2020 7:19 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 59852

Re: zmevennotification object detection on edge tpu

ok thanks little experience on python

i see that

thanks
by fennec
Sat Nov 21, 2020 9:00 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 59852

Re: zmevennotification object detection on edge tpu

Do you find it to have the same accuracy as YOLO? Which models are you using? MobileNetSSDV2 is not as accurate as YoloVx when we are using full yolo weights. It is however, far more accurate than Yolo with tiny weights. I'll echo Magic919's comment: for me, it hasn't yet missed objects I care abou...
by fennec
Tue Aug 04, 2020 4:59 pm
Forum: ZoneMinder 1.34.x
Topic: Sound ok but video is black on Zmninja IOS
Replies: 1
Views: 1175

Sound ok but video is black on Zmninja IOS

Hi I try to record with audio on Escam 360 eye I select H264 passthrough and audio stream rtsp://admin:admin@10.0.0.208:554/onvif1 UDP All is ok live view and record on Chrome without sound but i think is AAC codec But on Zmninja sound is ok but no Video, it's black If i download video from zmninja ...
by fennec
Wed Jul 15, 2020 7:54 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Rotated camera, montage and ZmNinja broken after upgrade
Replies: 5
Views: 2628

Re: Rotated camera, montage and ZmNinja broken after upgrade

Same bug on 18.04 after update 1.35.5 apt update

when scale active image strange

scale 100% is ok on zmninja but less than 100 bug
by fennec
Thu Nov 14, 2019 3:11 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: event close on pre-alarm not alarm
Replies: 0
Views: 1999

event close on pre-alarm not alarm

Hi my config is EVENT_CLOSE_MODE after alarm and mocord I thinks zoneminder close event in pre-alarm and before close when alarm not pre-alarm after each pre-alam event is close but never alarm so why event is close ? Nov 14 04:08:07 Serveur_Ubuntu zmc_m1[25132]: INF [zmc_m1] [Opening video storage ...
by fennec
Thu Sep 05, 2019 2:04 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: {solved} Api error 401 since last update
Replies: 3
Views: 2770

Re: Api error 401 since last update

Ok Api.2 For information in python #!/usr/bin/python2 import sys import requests import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) ip="10.0.0.1" username="user" password="pass" session = requests.Session() session.verify = False session....
by fennec
Thu Sep 05, 2019 10:54 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: {solved} Api error 401 since last update
Replies: 3
Views: 2770

Re: Api error 401 since last update

I try to use api with 1.33.9 i login in web interface and in other windows i open http://10.0.0.1/zm/api/monitors/1.json All is ok on another zoneminder with 1.33.14 i login in web interface and when i open http://10.0.0.1/zm/api/monitors/1.json i have error { "success": false, "data&...
by fennec
Thu Sep 05, 2019 6:57 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: {solved} Api error 401 since last update
Replies: 3
Views: 2770

{solved} Api error 401 since last update

Hi After update to 1.33.14 i have always error 401 i use script python import requests log="http://10.0.0.1/index.php" login_post = {'view': 'console', 'action': 'login', 'username': username, 'password': password} req=requests.post(log,data=login_post) cook=req.cookies req=requests.get('h...
by fennec
Wed Sep 04, 2019 6:32 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: zmfilter
Replies: 1
Views: 1690

Re: zmfilter

Same problem

and date events pass to 01/01 00:00:00

i thinks is filter problem

after each Update DiskSpace filter date pass to 01/01 00:00:00

disable filter Update DiskSpace for try
by fennec
Tue Sep 03, 2019 8:05 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: {solved last update}Date event 01/01 00:00:00 since 1.33.14
Replies: 0
Views: 1556

{solved last update}Date event 01/01 00:00:00 since 1.33.14

hi

I update 1.33.9 to 1.33.14

and after all events is date 01/01 00:00:00

So i delete all events

but always date is incorect

do you have idea thanks
by fennec
Mon Sep 02, 2019 3:07 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Proxypass and api
Replies: 3
Views: 2375

Re: Proxypass and api

i add this and now api is ok ProxyPass /cgi-bin http://11.0.0.186/cgi-bin ProxyPassReverse /cgi-bin http://11.0.0.186/cgi-bin ProxyPass /zm/api http://11.0.0.186/zm/api ProxyPassReverse /zm/api http://11.0.0.186/zm/api ProxyPass /api http://11.0.0.186/zm/api ProxyPassReverse /api http://11.0.0.186/z...
by fennec
Mon Sep 02, 2019 2:13 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Proxypass and api
Replies: 3
Views: 2375

Re: Proxypass and api

I use that setup myself and it works fine. There is something wrong with your config. Let's see your apache configs on the backend devices. Thanks a lot for your help this my conf on one server fennec@Serveur_Ubuntu:/etc/apache2/conf-available$ cat zoneminder.conf # Remember to enable cgi mod (i.e....
by fennec
Mon Aug 26, 2019 2:27 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Proxypass and api
Replies: 3
Views: 2375

Proxypass and api

Hi I manage 3 servers zoneminder, i use another server with openvpn to 3 servers I use letsencrypt for https on server and after proxy pass to other server I can't have api .... On local server zoneminder is ok like http://iplocal/zm This is my apache config for one server For each server i have dif...
by fennec
Thu Jun 13, 2019 8:32 pm
Forum: ZoneMinder 1.32.x
Topic: Miss frame alarme in mocord video review
Replies: 1
Views: 1485

Re: Miss frame alarme in mocord video review

Ok the bug is only present with X264

With H264 passthroug all is ok