pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries
https://pion.ly/
MIT License
1.02k stars 241 forks source link

Request to create a gocv example that returns a modified stream to user #217

Open Embiggenerd opened 1 month ago

Embiggenerd commented 1 month ago

Summary

A an example of server-side processing such as face detection / gesture recognition on a webrtc stream (i.e: send my webcam output to Pion via webrtc, do some processing server-side, send the modified stream back to the browser for display)

Motivation

Seems to be more useful than showing the result in a window.

Describe alternatives you've considered

Pretty much just considered pion for this.

Additional context

This is quite useful - imagine streams that translate to a different language and display the closed captions in real time.