Open
Description
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