UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

[REQUEST]: Camera matrices extension for video frame

Open 24THEGuNNeR07 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

No

Describe the solution you'd like

I'd like to send together with video frame data camera matrices (both view and projection) so after decoding on client side I could use some time warp (re-projection techniques). Is it possible from your API's level ?

Describe alternatives you've considered

I tried using separate data channel using DataChannelBase based class for sending and receiving camera matrices however on receiver side they were not synced with video frame.

Additional context

No response

24THEGuNNeR07 avatar Jun 10 '24 14:06 24THEGuNNeR07