microsoft / Cognitive-Samples-IntelligentKiosk

Welcome to the Intelligent Kiosk Sample! Here you will find several demos showcasing workflows and experiences built on top of the Microsoft Cognitive Services.
https://www.microsoft.com/cognitive-services
Other
1.05k stars 579 forks source link

How to live stream camera output #36

Closed Malith1994124 closed 6 years ago

Malith1994124 commented 6 years ago

I'm try build online learning platform using cognitive services where teacher will let know student is listening, his emotion or he /she distracted using cognitive apis. For that i need to stream student live feed. Can you provide sample solution for it using kiosk. This is same as driving thing but i need min 3 users live feed into one lecture.

lmiroslaw commented 6 years ago

Why don't you try out the Wowza or other open source streaming servers?

CarlosP-MS commented 6 years ago

If this is about creating an experience that takes as input the live stream from multiple remote cameras (one per student), then see #31.

If not, and this is about creating a dashboard that takes as input the insights from an app that is handling each student, then you just need to use the data in the process loop in a demo such as the driving demo to stream it to your dashboard of choice.