Hi, I got stuck on adding my face. I am still very new to Linux and not sure how to solve this myself.
Can anyone help me out?
Adding face model for the user reynaldi
Enter a label for this new model [Initial model] (max 24 characters): Rey
Camera path is not configured correctly, please edit the 'device_path' config value.
Exception ignored in:
Traceback (most recent call last):
File "/lib/security/howdy/recorders/video_capture.py", line 55, in __del__
self.internal.release()
AttributeError: 'VideoCapture' object has no attribute 'internal'
ls /dev | grep video
video0
video1
video2
video3
Linux distribution (if applicable):
Elementary OS Hera
Howdy version:
2.6.0
run
sudo howdy config
find device_path and replace its value with /dev/video0 or /dev/video1 etc etc
One some values it will has to works.
After that, run
sudo howdy test
for testing it
Awesome! It seems to be working with the sudo howdy test.
I'll let you know if it work soon
run
sudo howdy configfind device_path and replace its value with /dev/video0 or /dev/video1 etc etc
One some values it will has to works.
After that, run
sudo howdy test
for testing it
Hi Phandom, I have a new issue now:
~$ sudo howdy test
Face detection timeout reached
Traceback (most recent call last):
File "/usr/local/bin/howdy", line 109, in
import cli.test
File "/lib/security/howdy/cli/test.py", line 66, in
cv2.setMouseCallback("Howdy Test", mouse)
cv2.error: OpenCV(4.3.0) /io/opencv/modules/highgui/src/window_QT.cpp:717: error: (-27:Null pointer) NULL window handler in function 'cvSetMouseCallback'
This is what I got and I couldn't login to my account before as well
sudo howdy test command is only for testing if camera works.
Now, you have to add a face model for user.
run
sudo howdy add
you add at least 2 face model...so you are more secure that howdy works.
forgot say make a reboot could help you
sudo howdy test command is only for testing if camera works.
Now, you have to add a face model for user.
run
sudo howdy add
you add at least 2 face model...so you are more secure that howdy works.forgot say make a reboot could help you
Thank you!! Now it is working (I added 4 models earlier with the different lighting situations.
Most helpful comment
run
sudo howdy configfind device_path and replace its value with /dev/video0 or /dev/video1 etc etc
One some values it will has to works.
After that, run
sudo howdy testfor testing it