Managed to spare a few moments to try a quick mod to the plugin..
https://wordpress.pastebin.com/g90AhVVv
All you’d need do is open wp-content/plugins/rotating-image-widget/includes/core.php and replace the get_images() function with the one provided above..
Setup to look in the theme’s folder for a directory called images, but you can see the part i’ve modified, also supports the uploads directory (the commented out parts).
Regarding the code above, you’d still need to register the code inside a widget, and i’d guess it’ll be a little more tricky then my mod above.
Hey man this works perfectly thanks t31os_