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
Currently inability to decode a GPS timestamp is a panic.
On one hand this is sensible given that there is nothing at all that can be done with this data, the issue is that this makes a best effort recovery from this issue difficult.
In general the ability of the pipeline to cope with bad data in the frame metadata should be improved, but specifically the timestmaps given they are a key piece of data that must be formatted correctly.
The text was updated successfully, but these errors were encountered:
Currently inability to decode a GPS timestamp is a panic.
On one hand this is sensible given that there is nothing at all that can be done with this data, the issue is that this makes a best effort recovery from this issue difficult.
In general the ability of the pipeline to cope with bad data in the frame metadata should be improved, but specifically the timestmaps given they are a key piece of data that must be formatted correctly.
The text was updated successfully, but these errors were encountered: