Search found 6 matches

by fiatguy85
Sat Jul 29, 2023 2:47 am
Forum: Mobile Apps and Event Server
Topic: Failed to load delegate from libedgetpu.so.1
Replies: 4
Views: 11671

Re: Failed to load delegate from libedgetpu.so.1

Are you running multiple camera, which are calling the TPU concurrently? I did find that thread already, and I have double checked the permissions on the TPU device and that's not the issue. It runs fine manually for a single analysis process, just not a 2nd one concurrently. I did also try ...
by fiatguy85
Fri Jul 28, 2023 4:40 am
Forum: Mobile Apps and Event Server
Topic: Failed to load delegate from libedgetpu.so.1
Replies: 4
Views: 11671

Re: Failed to load delegate from libedgetpu.so.1

I tried digging into this a little bit, but still no success so far. The issue appears to be that the second analysis process called is not being properly informed of the TPU device being locked by the first process. I tried specifying the device used in line 94 in pyzm/ml/coral_edgetpu.py, to use ...
by fiatguy85
Tue Jul 25, 2023 10:46 am
Forum: Mobile Apps and Event Server
Topic: Failed to load delegate from libedgetpu.so.1
Replies: 4
Views: 11671

Failed to load delegate from libedgetpu.so.1

I'm having an issue with a M2 PCI Coral EdgeTPU and I believe it's due to multiple cameras requesting the interface at the same time. My setup involves two cameras on the front of the house, so they are sometimes triggered by an event passing in front of the house all the way from one side to the ...
by fiatguy85
Mon Jul 10, 2023 3:39 am
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Problem with face recognition
Replies: 13
Views: 4876

Re: [SOLVED] Problem with face recognition

There may have been a typo on line 82 of face_train_dlib.py when the fixes were made. It should be cv2.COLOR_BGR2RGB.
by fiatguy85
Sat Jan 21, 2023 12:54 am
Forum: Mobile Apps and Event Server
Topic: [SOLVED] c++ stl_vector.h issue (ArchLinux)
Replies: 2
Views: 2812

Re: c++ stl_vector.h issue

Ok, that did the trick. I'm on ArchLinux and I guess the issue is with the standard OpenCV package. I switched over to git packages in the AUR (opencv-git and python-opencv-git, basically compiled from source) and now it is working once again.
by fiatguy85
Fri Jan 20, 2023 4:54 am
Forum: Mobile Apps and Event Server
Topic: [SOLVED] c++ stl_vector.h issue (ArchLinux)
Replies: 2
Views: 2812

[SOLVED] c++ stl_vector.h issue (ArchLinux)

I'm having an issue with the event server, which was working until a week ago, when I ran an update on the server. Looking at the error log, it appears to be calling for an incorrect c++ program in 12.2.0, when 12.2.1 is installed. I'm not sure if this is an issue in the event server itself, or ...