Skip to content

[windows] Consider using the flutter TextureRegistrar API #54

Closed
@jnschulze

Description

@jnschulze

First of all, I‘d like to thank you for your efforts.

Still, there‘s room for improvement here and there ;)

Looking at your Windows implementation, for example, I realized that video pixel buffers are currently being passed through the method channel as opposed to using the texture registrar API.

I assume that using flutter::PixelBufferTexture should improve efficiency. This might require swizzling the pixel format from BGRA to RGBA and requires the stride size to be equal to the width, though.

Feel free to contact me for assistance.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestimprovementImprovement over already existing feature or code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions