You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: