pythonuser-interfaceraspberry-pi2

search for python libary to build display with images and videos


I am trying to write a program for a Raspberry 2B. The Job of the program is to show some images and a video based on a variable. I can't really find a good library to build my visual output. It should show a Fullscreen window with sections. Each section should display images and videos. These may be changed based on the variable I mentioned. Furthermore, I may need to reposition, scale, crop the images at run time.

So basically, I need a UI, but I don't need necessarily user input options. I am pretty new to Python, so sorry if I don't see an obvious choice.

Thanks for every advice.


Solution

  • The only library I'm aware that might suit is Napari. This library was really built with image analysis in mind, but I expect the API can do all the things you want.