Skip to content

[FEATURE ⭐] Do not create a Python object for every frame in DDA #182

@winstxnhdw

Description

@winstxnhdw

Is your feature request related to a problem? Please describe. 📝

For lower-latency, I would prefer if the API was streaming pure bytes instead of creating a DxgiDuplicationFrame object every time. It would be better if it avoids the copy step to NumPy as well.

Describe the solution you'd like 🔑

Stream bytes back from PyO3 instead of the additional indirection via the Python function call, and then an object creation step.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions