Open winux1 opened 3 years ago
I'm linking the issue you opened on my repo, in case it helps https://github.com/EmixamPP/linux-enable-ir-emitter/issues/9.
same issue on Ubuntu on update dlib has to be installed using python 3 but tried many methods after hours it shows error saying packages incomplete
but tried many methods after hours it shows error saying packages incomplete
Same issue ?
@jaimierodricks3 not the same issue
does this really need an IR emitter? For windows hello, it really that thing because I see it turn red. But for howdy on arch, it only open the camer and the camera light turn white.
device: Lenovo Xiaoxin Pro13
@BackMountainDevil So if it doesn't turn red it doesn't work properly. The purpose of the infrared emitter is to highlight you. So that you can always be identified. Example: put yourself in the dark and try with Howdy to log in, it won't see you. With Windows it will work because the infrared emitter will have revealed you.
Under Linux, this does not always work, because the Kernel does not natively support all the features of your camera. However, with a little research you can get the infrared part of the camera to work in most cases.
If you're interested in making it work, check out my repo: https://github.com/EmixamPP/linux-enable-ir-emitter
@EmixamPP What impress me is that I search 'IR emitters' in arch wiki. Then I see this
When the IR camera(/dev/video2) is on, it will not automatically turn on the IR emitter. You can follow the instructions from linux-enable-ir-emitter to enable the IR emitter.
And I click it and it turns out your repo
Thanks to your reply. I make a right config of my camera. I used to use /dev/video0. Now with /dev/video2 the IR emitter does work. However, the fram it got is smaller.
I use both dev to take test face under light and dark. Form the photos, I think the /dev/video0 look better. If the video0 could take bigger frame, it will work better. But I use v4l2-ctl -d /dev/video2 --list-formats-ext
to check it could not.
Moreover, have you notice the windows hello use the IR emitter, it will blink. But I use howdy with IR emitter, it just keeps red without blink.
@BackMountainDevil on my computer the emitter blink. And the white light you're talking about, is just the camera usage indicator. I think you need a little more help with your infrared camera setup. Since the problem is not the same as this issue, I can suggest you to either open another one on this repo or one on mine (feel free to tag me).
Just in case: did you run the python script auto-config.py
I mentioned in my readme? If not, I advise you to do so, before opening an other issue.
On my dell Inspiron 5567 laptop the IR emitters not turning on (no red leds) when I try to use howdy. The image grayscale and my face is detected. This is the only webcam in my system but I have three video devices:
/dev/video0
,/dev/video1
and/dev/media0
. Only/dev/video0
working with howdy.There is only one camera I could use according to lsusb:
The output of v4l2-ctl -l -d /dev/video0
For v4l2-ctl -l -d /dev/video1 I get nothing
I tried everything including https://github.com/EmixamPP/linux-enable-ir-emitter but without success. I get this output when trying to run sudo python auto-config.py:
I am a comlete noob to cameras, treat me like that. Thanks for your help in advance!
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Arch Linux
Howdy version (
sudo howdy version
): Howdy 2.6.1