Slideshow with Loading of Photos in a Background Thread in Python
What will we cover in this tutorial? We will continue the work of this tutorial (Create a Moving Photo Slideshow with Weighted Transitions in OpenCV). The challenge is that construction is that we pre-load all the photos we need. The reason for that, is that loading the photos in each iteration would affect the performance … Read more