-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported image type error #928
Comments
I experience the same problem with Ubuntu 22.04 on an iMac 2012 |
Same problem
Output of v4l2-ctl command
|
I got the same issue in Ubuntu 22.04. |
Having the same issue with Ubuntu 22.04 LTS:
Using the Logi Brio Ultra Webcam, CUDA Tools 12.5, the camera is working fine for 'sudo howdy snapshot' - saves the image and it is a clear image. Both 'add' and 'test' generate the error message. |
Same issue for me on Ubuntu 22.04.4 |
Same issue! |
I am having the same issue in Ubuntu 22.04 |
Yes, me too. |
Same here, with Logitech BRIO 4k (Linux Mint 21.3) |
Same issue on Linux Mint 21.3 |
Same error here, Ubuntu 22.04 LTS. |
Same here, Ubuntu 22.04 LTS on 3th Gen Lenovo T14 notebook |
Same issue on Arch, and it only happened after a recent system update. |
Looks like an issue with numpy being upgraded to v2: https://stackoverflow.com/a/78638053 Workaround which worked for me to add a model was to downgrade it to 1.26.4 again: |
thank you @simonporter007 |
That workaround fixed it for me! At least for now. |
also for me, downgrading fixed |
Thanks a lot, that worked! Hopefully the devs fix this to work with numpy 2.0 soon! |
Worked for me as well, thank you so much for figuring that out! |
@cass3451 I don't think this should be closed since there is no current solution for numpy 2 |
Downgrading numpy to 1.26.4 also worked for me. Thank you for posting! |
Even downgrading doesnt work for me! |
@cass3451 A workaround is not the same as fixing an issue. Please reopen this. |
dlib added support to numpy 2, so we're waiting on a new release of dlib davisking/dlib#2970 |
understood, thank you! |
For anyone who can't wait, compile from the git repo itself to get latest changes. Currently using latest python-dlib-git on aur to use the latest commit version. |
its worked for me in ubuntu 24.04 and linuxmint 21.3 very well. |
Thanks, the workaround works.
Linux Mint 21.3 on HP ProBook |
Downgrading numpy to 1.26.4 also worked for me on Linux Mint 21.3 |
It works for me in Zorin 17.1 Thank you. |
Downgrading numpy to 1.26.4 worked for me on Pop!_OS 22.04 LTS. |
Same here on the same OS! Thank you for the fix |
Did you break another program that required a more recent version, or is there no risk? |
I don't want to break something while downgrading numpy. Does someone succeed to run howdy in a python virtual environment ? |
This worked |
A version of dlib has been released that supports numpy 2, users on rolling-release distros like Arch should be able to update, unsure about Debian, Ubuntu and their derivatives. |
Still an issue (PopOS/Ubuntu). Numpy downgrade solves the issue. |
still not closed? please fix it xD |
Downgrading worked for me as well. Thank you! |
Running Howdy 2.6.1, on elementary OS 7.1 (based on Ubuntu 22.04.3), IR camera is built-in on XPS 15 9500 (ID 0bda:5510 Realtek Semiconductor Corp. Integrated_Webcam_HD).
Howdy worked very well on this exact setup less than a week ago, which is part of the reason I'm so stumped here. The error I keep getting is as follows:
The exact same message when testing or adding a new face. Running the snapshot test, the jpg that I get is clearly taken in IR, and is in 8bit greyscale as it should be. Snapshot test is attached if that helps. The device path is configured properly and the IR emitters light up when I test or add a new face, it just is giving a weird file to the program for some reason.
I've uninstalled and reinstalled howdy probably 10 times now, tried every camera device path I have, changed the
/lib/security/howdy/compare.py
file as this solution suggested, all of them give me the exact same error every time.Like I said, this version of howdy ran beautifully out of the box on this exact OS, with this exact camera, I can't think for the life of me what I might be doing different this time around.
Any help or suggestions would be appreciated! I really liked this project when I got it running last time, I wouldn't be trying this hard otherwise :)
The text was updated successfully, but these errors were encountered: