Previous image is visible after video
After a video is shown, the previous image is visible again until the next image/video is loaded.
add a clear frame function in /usr/bin/photoframe.sh
example: clear_framebuffer() { printf "\033[2J" > /dev/tty1 }
and add it in the start function before omxplayer line clear_framebuffer omxplayer --no-keys "$IMAGE" &
PS: This might not be the best way, but at least the previous image won't be displayed again
@Partyarti777 That's a nice trick, will consider it. Did you tested it? Is there a blank screen or whats happening while the image is loaded?
@avanc I use it on my setup. Works for me. Black screen after video, instead of last picture.