[BETA][03/06/2020] Test sur GPU

Effectivement y a bien un bug

[2020-06-17 10:00:42.165][INFO] : [Apprentissage] Start Learn Face Recognition for Jeedom plugin
[2020-06-17 10:00:42.178][INFO] : [Apprentissage] Log level : debug
[2020-06-17 10:00:42.178][INFO] : [Apprentissage] Utilisateur : Mika
[2020-06-17 10:00:42.178][INFO] : [Apprentissage] Photo : /tmp/phpdlkFZV
[2020-06-17 10:00:42.178][INFO] : [Apprentissage] Demon sensibility : 10
[2020-06-17 10:00:44.508][DEBUG] : [Apprentissage][Mika] 1  visages ont été détecté
[2020-06-17 10:00:44.515][ERROR] : [Apprentissage] Fatal error : can only concatenate list (not "str") to list
[2020-06-17 10:00:44.516][DEBUG] : [Apprentissage] Traceback (most recent call last):
File "/var/www/html/plugins/facerecognition/core/python/PictureExtractFace.py", line 84, in <module>
listen()
File "/var/www/html/plugins/facerecognition/core/python/PictureExtractFace.py", line 53, in listen
detect_face(Image)
File "/var/www/html/plugins/facerecognition/core/python/PictureExtractFace.py", line 44, in detect_face
path = DatasetPath + "/" + globals.user+ "/"
TypeError: can only concatenate list (not "str") to list

Je l’ai corrigé pour la prochaine beta

A étrange ca, y a pas de calibration et c’est openCV qui envoie les coordoné du cadre

je viens de mettre la derniere beta : import photo ok

toujours le problème de l’affichage de l’heure.
tu pense que tu peux faire quelques chose ou c’est dans jeedom le problème

heure de la prise de photo, l’heure est la bonne dans le nom du fichier

et voici la visu dans le plugin

on a toujours les deux heures de moins qui correspond a celle du soleil

Je suis pas sur d’avoir compris tu as le problème de l’heure dans les log et sur les snapshot

l’heure sur le nom du fichier du snapshot est bonne,mais comme tu vois sur les miniature dans le plugin, il y a les deux heure de différence qui correspond a l’heure du soleil et non l’heure GMT
j’ai pas regarder dans les logs.

sinon j’ai pas tout le temps mais régulièrement le problème pour effacer les miniatures des snapshot en utilisant la fonction tout supprimer
elles s’effacent bien, mais lorsque l’on rafraîchit la page, les miniature sont toujours presente

par contre si je supprime du dossier snapshot avec jeexplorer, la bien sur plus de retour car efface

il me semble que ce problème avait déjà été corrige, mais il me semble que celui ci est de retour

Ha ok je viens de comprendre
Je vais verifier ca

Ok je regarde ca aussi

EDIT

Je viens de verifier chez moi j’ai bien la bonne heure
Ta machine n’a peut etre pas le bon timezone
essaye de mettre a jours par le ssh
Le language en fr-FR UTF8

sudo dpkg-reconfigure locales

et l’horloge

sudo dpkg-reconfigure tzdata

Cette partie est en cours de refonte comme sur le plugin camera de mainiere a ce que l’on puisse acceuillir la video
C’est donc bien le moment de fair le tours pour que tout soit prise en compte

c’est fait

image

je vais suivre

J’ai poussé une mise à jour avec la refonte de l’affichage des snapshot et l’ajout de prise de vidéos.

depuis la dernière beta, plus aucune détection, j’ai touche a aucun réglage, sauf la commande pour la date mais cela a rien a voir je pense

[2020-06-18 18:56:12.530][DEBUG] : Writing PID 4109 to /tmp/jeedom/facerecognition/deamon_eneo.pid
[2020-06-18 18:56:12.531][DEBUG] : Init request module v2.21.0
[2020-06-18 18:56:12.536][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-18 18:56:12.544][DEBUG] : http://127.0.0.1:80 "GET /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-18 18:56:12.546][DEBUG] : Socket interface started
[2020-06-18 18:56:12.546][DEBUG] : LoopNetServer Thread started
[2020-06-18 18:56:12.547][DEBUG] : Listening on: [127.0.0.1:5541]
[2020-06-18 18:56:13.687][DEBUG] : [eneo] Camera FPS configure 12.5
[2020-06-18 18:56:13.690][DEBUG] : [eneo] GPU accessible False
[rtsp @ 0x203b7160] Too short data for FU-A H.264 RTP packet
Exception in thread Thread-24:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-26:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-183:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-193:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-195:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-197:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-198:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-199:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-200:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-201:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-202:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-203:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-204:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-205:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
Exception in thread Thread-206:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 43, in run
self.detect_face()
File "/var/www/html/plugins/facerecognition/core/python/FaceDetect.py", line 64, in detect_face
globals.videoDetect=cv2.VideoWriter(globals.camera + "_" + now.strftime("%Y%m%d%H%M%S") + ".mp4",fourcc,1,(width,height))
UnboundLocalError: local variable 'now' referenced before assignment
[rtsp @ 0x203b7160] Too short data for FU-A H.264 RTP packet

Ha je vois le souci

Je corrige demain

J’ai corrigé

tout semble fonctionner, j’ai plus le décalage de l’heure depuis la commande que tu m’as fais lancer
et je viens même de me rendre compte que l’on peut utiliser une photo avec plusieurs personnes dessus et on récupère bien les différentes personnes de la photos, il ne reste plus que a garder la personne que l’on souhaite avant d’enregistrer.
jusqu’à maintenant je rognais mes photos pour n’avoir que une personne par photo.

sinon j’ai pas compris l’ajout de prise de video

Oui c’est pour simplifier et garder une sureter dans la fonctionnement que j’ai mis ca en place
Je vais poussé en stable cette version qui me parrait pas mal

oui sinon juste une petite demande pour du confort

actuellement toutes les photos sont regroupé peux importe l’équipement, est ce que tu penses que ce serait possible d’avoir dans chaque équipement les photos qui concerne uniquement la détection de l’équipement.

pour les unknown, il faudrait un dossier hors type inconnu pour les stocker

de cette façon il y aurait juste a cliquer sur chaque équipement pour voir ses détections et pas celle des autres

C’est organisé par caméra
Mai à réfléchi pour organiser comme on le souhaite

oui l’idee de l’organisation par équipement permet plus facilement de detecter les fausses détections

j’ai régulièrement mon plus grand qui ressemble a mon dernier ou les détections se confondent, suivant l’exposition du visage. ( pas facile pour la reconnaissance bien sur )

je ne sais pas si par la suite, il serait possible de dire sur la photo de détection que c’est pas le bon équipement et que c’est en fait une autre a la place. comme cela peut etre qu’au fur et a mesure, il y aurait moins de faux positifs

1 « J'aime »

je viens de mettre la derniere beta

voici ce qui remonte

image

par contre impossible de mettre en lecture, je suis sur chrome.
si je télécharge la video, j’arrive bien a lancer celle ci avec vlc

c’est quoi le but des videos

depuis la toute dernière mise ajour beta, le demon fait que de tomber

rien de spe dans les log au niveau debug

Qu’a tu dans les log

voici le log, regarde tout a la fin : plantage aprs : corrupted size vs. prev_size

[2020-06-19 19:10:54][INFO] : Lancement démon facerecognition : sudo /usr/bin/python3 /var/www/html/plugins/facerecognition/core/python/FaceDetect.py --loglevel debug --camera eneo --device rtsp%3A%2F%2Fadmin%3A3S42jitw2015%40192.168.1.106%3A554%2F1%2Fstream1 --sensibility 7 --fps 5 --width 110 --height 110 --socketport 5541 --snapshot /var/www/html/tmp/facerecognition/eneo/ --sockethost 127.0.0.1 --callback http://127.0.0.1:80/plugins/facerecognition/core/php/jeeFaceRecognition.php --apikey SZlyurdlTHEII86WYcVKeZn89LBaSGm1 --pid /tmp/jeedom/facerecognition/deamon_eneo.pid --flux /tmp/jeedom/facerecognition/eneo.jpeg
[2020-06-19 19:10:59.447][INFO] : [eneo] Start Face Detection Daemon for Jeedom plugin
[2020-06-19 19:10:59.448][INFO] : [eneo] Log level : debug
[2020-06-19 19:10:59.448][INFO] : [eneo] Camera : eneo
[2020-06-19 19:10:59.448][INFO] : [eneo] Device : rtsp://xxxxxxxxxxxx@192.168.1.106:554/1/stream1
[2020-06-19 19:10:59.448][INFO] : [eneo] Demon framerate : 5
[2020-06-19 19:10:59.448][INFO] : [eneo] Minimal detection : 110 X 110
[2020-06-19 19:10:59.448][INFO] : [eneo] Demon sensibility : 7
[2020-06-19 19:10:59.449][INFO] : [eneo] Flux : /tmp/jeedom/facerecognition/eneo.jpeg
[2020-06-19 19:10:59.449][INFO] : [eneo] Snapshot : /var/www/html/tmp/facerecognition/eneo/
[2020-06-19 19:10:59.449][INFO] : [eneo] PID file : /tmp/jeedom/facerecognition/deamon_eneo.pid
[2020-06-19 19:10:59.449][INFO] : [eneo] Apikey : SZlyurdlTHEII86WYcVKeZn89LBaSGm1
[2020-06-19 19:10:59.449][INFO] : [eneo] Callback : http://127.0.0.1:80/plugins/facerecognition/core/php/jeeFaceRecognition.php
[2020-06-19 19:10:59.449][INFO] : [eneo] Cycle : 0.3
[2020-06-19 19:10:59.449][INFO] : [eneo] Socket connexion : 127.0.0.1:5541
[2020-06-19 19:10:59.450][DEBUG] : Writing PID 15185 to /tmp/jeedom/facerecognition/deamon_eneo.pid
[2020-06-19 19:10:59.450][DEBUG] : Init request module v2.21.0
[2020-06-19 19:10:59.464][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:10:59.478][DEBUG] : http://127.0.0.1:80 "GET /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:10:59.480][DEBUG] : Socket interface started
[2020-06-19 19:10:59.484][DEBUG] : LoopNetServer Thread started
[2020-06-19 19:10:59.485][DEBUG] : Listening on: [127.0.0.1:5541]
[2020-06-19 19:11:01.579][DEBUG] : [eneo] Camera FPS configure 12.5
[2020-06-19 19:11:01.581][DEBUG] : [eneo] GPU accessible False
[2020-06-19 19:11:09.838][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:10.120][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:10.216][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191109.jpg'}}}
[2020-06-19 19:11:10.234][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:10][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:10.319][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:10.609][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:10.613][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:10][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:10.711][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[rtsp @ 0x2e3dffb0] Too short data for FU-A H.264 RTP packet
[2020-06-19 19:11:17.690][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:17.924][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:18.024][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191117.jpg'}}}
[2020-06-19 19:11:18.027][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:18][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:18.133][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:18.290][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:18.331][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff88007c60] Invalid pts (2) <= last (2)
[2020-06-19 19:11:18.445][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:18.691][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff88007c60] Invalid pts (4) <= last (4)
[2020-06-19 19:11:18.877][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:19.027][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:19.029][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:19.051][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:19][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:19.090][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191118.jpg'}}}
[2020-06-19 19:11:19.092][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:19.117][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:19][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:19.193][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:19.365][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:19.368][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:19][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:19.438][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:22.138][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:22.373][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:22.453][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191122.jpg'}}}
[2020-06-19 19:11:22.458][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:22][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:22.579][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:22.792][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:22.999][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff9c40e460] Invalid pts (1) <= last (1)
[2020-06-19 19:11:23.172][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:23.452][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:23.474][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:23.477][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:23][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:23.529][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191122.jpg'}}}
[2020-06-19 19:11:23.536][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:23][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:23.628][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:23.679][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:23.755][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:23.758][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:23][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:23.835][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:25.417][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:25.597][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:25.668][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191125.jpg'}}}
[2020-06-19 19:11:25.673][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:25][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:25.829][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:25.923][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:25.926][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:25][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:25.990][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:26.293][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:26.575][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:26.715][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191126.jpg'}}}
[2020-06-19 19:11:26.718][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:26.733][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:27.064][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:27.081][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:27][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:27.135][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:27][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:27.197][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191126.jpg'}}}
[2020-06-19 19:11:27.225][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:27.226][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:27][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:27.271][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:27.351][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:27.490][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': False}}}
[2020-06-19 19:11:27.493][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:27][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:27.608][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:34.250][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:34.430][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:34.479][DEBUG] : Send to jeedom :  {'devices': {'eneo': {'name': 'ludocam', 'detect': True, 'snapshot': '/var/www/html/tmp/facerecognition/eneo/ludocam_20200619191134.jpg'}}}
[2020-06-19 19:11:34.491][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2020-06-19 19:11:34][DEBUG] : [eneo] Detection ludocam
[2020-06-19 19:11:34.560][DEBUG] : http://127.0.0.1:80 "POST /plugins/facerecognition/core/php/jeeFaceRecognition.php?apikey=SZlyurdlTHEII86WYcVKeZn89LBaSGm1 HTTP/1.1" 200 0
[2020-06-19 19:11:34.876][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:35.163][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff9ca8b770] Invalid pts (2) <= last (2)
[2020-06-19 19:11:35.366][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:35.600][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff9ca8b770] Invalid pts (4) <= last (4)
[2020-06-19 19:11:35.802][DEBUG] : [eneo] 1  visages ont été détecté
[mp4 @ 0xffff9ca8ae80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 81920 >= 81920
[2020-06-19 19:11:36.052][DEBUG] : [eneo] 1  visages ont été détecté
[2020-06-19 19:11:36.255][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff9ca8b770] Invalid pts (7) <= last (7)
[2020-06-19 19:11:36.267][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[2020-06-19 19:11:36.423][DEBUG] : [eneo] 1  visages ont été détecté
[mp4 @ 0xffff9ca8ae80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 131072 >= 131072
[2020-06-19 19:11:36.764][DEBUG] : [eneo] color=000000 r=0  g=0  b=0
[mpeg4 @ 0xffff9ca8b770] Invalid pts (10) <= last (10)
[2020-06-19 19:11:37.028][DEBUG] : [eneo] 1  visages ont été détecté
corrupted size vs. prev_size