I've been searching all over the internet for tutorials of any kind on manipulating media in C++ and haven't found anything like what I'm hoping for.
I'm trying to make my own effects program for a webcam. When you buy a webcam, they usually include some sort of software that lets you add fun little effects like pictures on top, hue effects, etc...
I'm trying to figure out how to make something like that, but a very simplified version.
I just want to make a window that displays the webcam output, and allows me to modify hue settings.
Could anyone at the very least point me in the right direction?
It shouldn't be an extremely difficult thing to make.
Thank you!