adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
443 stars 240 forks source link

GPIO not working #217

Open Funkelfetisch opened 4 months ago

Funkelfetisch commented 4 months ago

my line:

gpio_pin_map = "3" : "gpio.mp4"

is apparently read, because the internal pull-resistor switches from pull-down to pull-up, which I can see with raspi-gpio.

I can also read the gpio fine with raspi-gpio get -- yet nothing happens in the video looper.

so I assume there's a bug in the code, right?

tofuSCHNITZEL commented 4 months ago

Could you enable console output in the ini and check what is written to the logs? (see bottom of readme on how) There we should see if the gpio is actually triggered. Are you sure that the file is actually in the correct location? (drive or directory?)