Jump to content

Hey.
My friend works at a trampoline park where they are building a safety checkpoint where the customers need to watch a safety video before they can go into the park. They want to have a button that start the safety video and also reloads it after it is finished. Anyone got any ideas what is the most simple way to do this?

Link to comment
https://linustechtips.com/topic/1150555-one-button-safety-checkpoint/
Share on other sites

Link to post
Share on other sites

  • 1 month later...

I'm trying the RPi solution from this site https://microcontrollerelectronics.com/push-a-button-and-play-a-video/
but when trying to run the script I get this errorlog

2020-03-02 18:04:43.068 T:1794110176 WARNING: CPythonInvoker(5): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
2020-03-02 18:04:44.193 T:1794110176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: No access to /dev/mem.  Try running as root!
                                            Traceback (most recent call last):
                                              File "/home/osmc/Movies/HopnPop.py", line 23, in <module>
                                                GPIO.setup(18,GPIO.OUT)
                                            RuntimeError: No access to /dev/mem.  Try running as root!
                                            -->End of Python script error report<--
 

Anyone got an idea how to fix it?

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×