-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Ready for PRextensionInterface changes that extend without breaking.Interface changes that extend without breaking.p1
Description
Currently the spec lists one format: I420. We'll want more, including some format to indicate "opaque", which will be used for GPU backed frames to avoid having to always copy to CPU memory.
Particularly for "opaque", we want an API to convert to another format where the planes can be read (performing the copy to CPU along the way). This API could also be used to convert between various non-opaque formats. Something like...
let frame = await gpu_frame.convertTo(I420);
peasantman1
Metadata
Metadata
Assignees
Labels
Ready for PRextensionInterface changes that extend without breaking.Interface changes that extend without breaking.p1