some refs:
- A demo scene locally detecting objects using camera feed (base on FaceDetection)
- support video/webcamera feed
- save video feed to disk
- beautify the UI (bounding box, fps, etc)
- webRTC streaming to server
- unity streaming client (broadcast)
- edge server receive stream and processing
- streaming result back to client
- WebCamera/Video face/object detection
- speech to text scene demo
- add docs for each scene
- Unity Packages
com.unity.renderstreaming com.unity.sentis
Unity=2023.2.0b17
| Scene | Function | Preview |
|---|---|---|
| CameraBackground | Realtime camera feed on the screen | |
| PhoneDemo | Realtime depth estimation for camera ref | ![]() |
| ObjectDetection | Detection of video feed.ref | ![]() |
| FaceDetection | Detection of faces in video/WebCamera feed. ref | ![]() |
| WebRTC-Streaming | Streaming videos to other client/browser | ![]() |



