Issue
I want to build something like a digital photoframe with my Raspberry Pi.
On the Raspberry is RaspianOS and the imageviewer feh (version 3.6.3) installed.
As I read from the documentation, I expect this command
feh -qrYzFD10 ~/Pictures
to display images in an endless loop, so after the last image the slideshow restarts with the first image.
But if i run this command, the slideshow stops after the last image. In the documentation I could only find the parameter --cycle-once
which stops the slideshow after the last image, but i want it to be endless.
Did I miss something here?
Solution
like David guessed it above, there was some issue with an image. I deleted the first non shown image and it worked. There was no error shown, only hint was the image was really big.
Answered By - Flip Answer Checked By - Terry (WPSolving Volunteer)