I want to know if it's possible to check in omxplayer that it's finished to play a video file.
I use this code to start the omxplayer:
Code: Select all
os.system("omxplayer -b /home/pi/Videos/file.mp4")Thanks a lot!
Code: Select all
os.system("omxplayer -b /home/pi/Videos/file.mp4")