-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
IR camera flashes a couple times and stops #195
Comments
Execute
|
Seems that I can't change the configuration, am I doing something wrong? |
Could you retry with the new v6.0.4? I think it should work now; I fixed a bug that you reported here! |
I tried to uninstall the old version and installed the new one and the camera was working correctly without changing any setting for some reason? Then I installed Howdy and it did the same thing that I described the other day with a few flashes and then the black preview. |
First using the tweak command assign the value
We will determine if the applying of the instruction is permanent or not |
Sorry for the late answer, followed your instructions and it's the same thing as always, some flashes and then black screen |
I just want to let you know that I am working on a kernel space solution (instead of user space as currently), this should solve this kind of issue (I think). |
Ouput of
cat /var/local/log/linux-enable-ir-emitter/linux-enable-ir-emitter.log
Output of
sudo linux-enable-ir-emitter tweak
Output of
v4l2-ctl --list-devices
Ouput of
for dev in /dev/video*; do echo $dev && v4l2-ctl -d $dev --list-formats-ext; done
Output of
ls -l /dev/v4l/by-path
Give more information if you have
IR camera (/dev/video2) flashes briefly for about half a second and then stops working showing only a black screen in the preview. This happens everytime it is llaunched.
One time I forgot to close a camera app that was using the normal webcam, on that occasion the ir camera was warking fine and can consistently reproduce this.
I'm new-ish to Linux so my apologies if something is missing, let me know if you need anything else :)
Additional info
The text was updated successfully, but these errors were encountered: