I want to get an answer that integrates the following two applications together (they are doable separately)
Applications:
- stream video in Zoom using zoom api
 - capturing frames from the streaming video for classification using a trained cnn model [facial microexpression detection and classification]
 
Doing the video streaming and classification separately is doable, but I don’t understand how to run them simultaneously, in real time.