-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
webcam as an alternative light sensor #10
Comments
Sounds good, we even had @cyrinux implement it in the past, when it was a C project with python extensions 😜 We both really ended up using time based ALS simulation on laptops without ALS, but there is definitely room for webcam based simulation if you or someone else wants. |
I will try to port my code to rust and open a open ;-) |
Hi @manorit2001 , We implement the new You can check the README.md if you need more details about the configuration of this one, but basically you need to enable the new ALS, and so disable the others:
Can you please try it and give us a feedback ? |
Hi, I am getting this error while running. Can you help me out
I installed the latest version from AUR package named |
I installed my vulkan drivers for intel ( assuming that the AUR package didn't have updated dependencies ). Now I am getting this error
EDIT: I installed It would be great if |
Hi @manorit2001 , I was glade to train my rust with your request 😉 I think @maximbaz will prefer we open another issue if you got the first error while using wayland. According to the For example I run sway under wayland on archlinux. Also, you don't need to use sudo but better, add you in video group. Can you give use more informations about your distro and session used and maybe ? |
Yes, you guessed it right. I am using
Oh, will do so
I am using xfce under X11. My distro is Manjaro Linux with kernel |
Ok well, yes, for the moment, until issue #5 only wayland is supported. Not needed to open another issue. With archlinux I can read you can easily make use of wayland with sway, gnome or KDE, XFCE don't support wayland also. If you are not married with XFCE, you can maybe give a try ? Good luck 😉 |
Unfortunately, the commitment with XFCE has been way too long for me ;) . Thanks for suggesting my divorce though, will think of it when I start having fights with it. |
It would be nice if this can also work with laptops that don't have a light sensor, Similar to what https://github.com/FedeDP/Clight does ( using webcam to predict the lighting )
The text was updated successfully, but these errors were encountered: