Code: Select all
def play_vid_nonblocking(num):
return subprocess.Popen(["xterm", "-fullscreen", "-e", "omxplayer", "-o", "hdmi", "-r", "/home/pi/Ligia/{:02d}.mp4".format(num)])This isn't an issue when running the script on my monitor, but when the Pi is hooked up to a projector, this 1 second interruption causes the projector's default "NO INPUT" screen to flash, which is annoying.
Any ideas here? I've already edited config.txt to include
Code: Select all
gpu_mem=192