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
Okay, maybe this isn't important, at least there isn't enough reason for it yet.
There is an additional question of why the DecodedYUV -> timestamp is always equal to 0.
I see the following code; can you explain it further?
let timestamp = Timestamp::from_millis(buffer_info.uiInBsTimeStamp);// TODO: Is this the right one?
This is an open issue / known bug; also see unit test encode_at_timestamp_roundtrips that for now fails and is ignored.
I suspect the issue is on our side, but unfortunately the upstream documentation isn't very good, so it's a bit hard to tell how this is supposed to work.
A fix (including documentation) would be highly welcome!
Can you add the following retrieval method? or did I miss something...?
The text was updated successfully, but these errors were encountered: