Open
Description
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues.
- This issue is not a question, bug report, or anything other than a feature request directly related to this project.
Proposal
I would like the option to only read RGB values from the cameras. I have no use for the alpha value, and getting rid of it via img[:,:,3] takes a nontrivial amount of milliseconds (since Zed images are so large) that is slowing down my pipeline.
Adding support for this would be greatly appreciated :)
Use-Case
No response
Anything else?
No response