twilio / video-quickstart-js

A quickstart and code samples for Twilio Video JavaScript SDK. https://www.twilio.com/docs/video
Other
389 stars 337 forks source link

Implementation on Twilio Opencv Python #217

Closed joviyal-arun closed 1 year ago

joviyal-arun commented 1 year ago

its is possible to stream the twilio room with participant and process the stream using python with opencv

seancoleman2 commented 1 year ago

Hi @joviyal-arun, if you want to process the media after the call ends (not in real-time), you could use our recordings API and then process the raw files afterwards.

If you want to do some computer vision things in real-time, maybe these blogs would be a good starting point: