Hi Bubble community!
Any ideas about the possible means to implement a video stream analysis logic?
The concept is that user is streaming the video via the Bubble application, and based on some events captured and analyzed in that video feed, do certain actions.
For example - user smiled, and we react to that with an event.
I did see a few APIs and even a working plugin that provides face detection\recognition, but it only works with uploaded (still) images.
So I was thinking of either a full end-to-end video stream analyzer, or a way to capture the screenshots of a video, e.g. every 0.5 seconds and upload them to the images recognition API for the analysis.
But I could not think of anything on top of my head to implement that 
Any ideas from community gurus?