Search found 47 matches
- Sun Feb 28, 2021 8:17 am
- Forum: ZoneMinder Hints & Tips
- Topic: Replay in H264 passthrough slow and in X264 fast
- Replies: 0
- Views: 106
Replay in H264 passthrough slow and in X264 fast
Hi I wan't to use H264 passthrough for limit usage of CPU Camera Dahua in H264Baseline mode 10FPS For 3 mins about 20mb in H264 Same config in X264 For 3 mins same size But in replay when in H264 video start only when video full download in temp In X264 video start immediatly and play and download i...
- Wed Feb 24, 2021 8:11 am
- Forum: ZoneMinder Hints & Tips
- Topic: Video replay green on safari and ok in chrome
- Replies: 3
- Views: 148
Re: Video replay green on safari and ok in chrome
Thanks
i try but nothing
and on IOS with zmninja black screen on video
i try but nothing
and on IOS with zmninja black screen on video
- Mon Feb 22, 2021 8:15 am
- Forum: ZoneMinder Hints & Tips
- Topic: Video replay green on safari and ok in chrome
- Replies: 3
- Views: 148
Video replay green on safari and ok in chrome
Hi
I save my video H264 passthrough for have audio
But on safari i have green screen on replay , on chrome all is ok
When i save video, it's green on quicktime and it's ok on VLC
Someone knows what can i install on mac for have a video replay ok on safari
Thanks a lot
I save my video H264 passthrough for have audio
But on safari i have green screen on replay , on chrome all is ok
When i save video, it's green on quicktime and it's ok on VLC
Someone knows what can i install on mac for have a video replay ok on safari
Thanks a lot
- Sat Nov 28, 2020 12:16 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5410
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 ?
https://coral.ai/models/
all model works in Input size: 224x224
but no resize for height |---------- TPU (input image: 224w*125h) ----------|
Normal ?
- Sat Nov 21, 2020 7:19 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5410
Re: zmevennotification object detection on edge tpu
ok thanks little experience on python
i see that
thanks
i see that
thanks
- Sat Nov 21, 2020 9:00 am
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 5410
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...
- 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: 473
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 ...
- Wed Jul 15, 2020 7:54 pm
- Forum: ZoneMinder 1.35.x
- Topic: Rotated camera, montage and ZmNinja broken after upgrade
- Replies: 5
- Views: 1021
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
when scale active image strange
scale 100% is ok on zmninja but less than 100 bug
- Thu Nov 14, 2019 3:11 am
- Forum: ZoneMinder 1.33.x
- Topic: event close on pre-alarm not alarm
- Replies: 0
- Views: 1027
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 ...
- Thu Sep 05, 2019 2:04 pm
- Forum: ZoneMinder 1.33.x
- Topic: {solved} Api error 401 since last update
- Replies: 3
- Views: 1377
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.post(url='https://'+ip+'/zm/ap...
- Thu Sep 05, 2019 10:54 am
- Forum: ZoneMinder 1.33.x
- Topic: {solved} Api error 401 since last update
- Replies: 3
- Views: 1377
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": { "name": "No...
- Thu Sep 05, 2019 6:57 am
- Forum: ZoneMinder 1.33.x
- Topic: {solved} Api error 401 since last update
- Replies: 3
- Views: 1377
{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('http://10.0...
- Wed Sep 04, 2019 6:32 am
- Forum: ZoneMinder 1.33.x
- Topic: zmfilter
- Replies: 1
- Views: 1022
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
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
- Tue Sep 03, 2019 8:05 pm
- Forum: ZoneMinder 1.33.x
- Topic: {solved last update}Date event 01/01 00:00:00 since 1.33.14
- Replies: 0
- Views: 1051
{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
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
- Mon Sep 02, 2019 3:07 am
- Forum: ZoneMinder 1.33.x
- Topic: Proxypass and api
- Replies: 3
- Views: 1290
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...