Results 192 comments of Andreas Skomski

Same with pho 8.3.10 ![Screenshot_20240826-202946](https://github.com/user-attachments/assets/173e6e72-55b5-4834-ae74-8cdcfa196158)

Untested. Should fix #706

I wasn't able to test, but I guess the already implemented way still works. Every gpio might need to be exported like this ``` echo 21 > /sys/class/gpio/export ``` To...

The offset should be handled by https://github.com/PhotoboothProject/onoff/commit/6e316397bb7ce3781d76dd0cdde8eec29a477396 and I agree that we need an different solution or remove it entirely from the project in future. Currently I am having only...

When I looked last time the sysfs was enabled for all pi variants inside the PiOS kernel config. I am quite sure if needs the export to have the sysfs...

It's not to blame Ubuntu, it's a decision of the Pi foundation. Was answered in the forums: _For years now, fixing the base GPIO number to zero has been frowned...

@nwpray do you know if anything changed setting GPIO as PU by default? ``` gpio=5,6,7,8,16,17,20,21,22,26,27=pu ``` Inside `/firmware/boot/config.txt` does not seem to work for me.

Hey and thanks for your request. To be true: I am not sure how to manage that code wise and currently don't have the time to challenge with that. If...

Hey and thanks for your request. Sure we can think about a post processing after every taken image, but this would have an impact to the performance (especially to Raspberry...