I'm currently trying to work with some image processing.
I'm using a function that streams the camera captions with an infinite while loop.
I just wanted to know, if it was possible to make the captions a return value of the function. I've tried to use "return" but it immediately kills the task.
In other words, make a function constantly have a return value by being called just once. Because I need the values of this loop for another task.
Thanks for your time, any reference would be of big help!
-Fernanda