I´m working with OMXPlayer on Raspberry. Right now I have a loop(with Python2.7) to show videos and it works correctly. But I have two problems: 1. When one video is finished, the Desktop will be shown for one second. And I don't want it. How can I change quickly to another video without showing the Desktop? 2. Another problem is that I wanna show some pictures too.. I know that OMXPlayer does not show images... Can I use another program in my code? But the user should not notice the change.
Thanks.