-
-
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
Blinks one time after linux-enable-ir-emitter run
then stop
#182
Comments
Execute
With |
it worked, the IR emitter started blinking, how do I save and generate the driver with this specific config? |
Nothing special, once you made the change, you can exit the command and it is already saved |
This way it works only once. After reboot it will start the IR emitter and will work only one time, if I try to initiate it again, it starts the camera without the IR emitter. |
Also found that it will works for 1 more time after running the |
Could you show me the output of |
|
Could you develop? Because everything looks good to me. |
It starts the IR emitter only for 1 session, after which it starts just the camera without the IR emitter. So if I run Also, running the |
Hum strange. And is it the same behaviour if you set the value to |
When setting to |
No one has ever opened an issue with that problem, so I couldn't really guess the solution, and if there exists one (using my tool). So for the moment, I could only advise you to play with the Personally, I would try to modify the instructions: 1, 4, 5, 7, 12, 14, 17, 20, since they seem to be true 1/ false 0 condition (you can check this by selecting any of these instructions and see the minimum/maximum value). Maybe there is one instruction that enable / disable the reset of the camera instructions after each usage... |
Thanks, I will play with it and report back if I manage to find the right config. |
In case you want to reset everything to the default value, there a |
Tried the |
I have similar issue. I have same laptop, with Fedora 40 and gnome. After setting the instruction to 1 3 2 0 0 0 0 0 0, it starts blinking, but after leaving the tweak and running test, then it blinks only one time and stops. Even after reboot it behaves the same. |
linux-enable-ir-emitter run
then stop
I have this problem as well on my Lenovo Yoga Pro 7, running Fedora 41. I used |
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
Output of
find path/to/your/folder -type f -exec sh -c 'echo "File: {}"; cat {}; echo ""' \;
Click to expand
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
Additional info
The text was updated successfully, but these errors were encountered: