Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify support status of CPU image access #1651

Open
tangobravo opened this issue May 15, 2024 · 0 comments
Open

Clarify support status of CPU image access #1651

tangobravo opened this issue May 15, 2024 · 0 comments
Labels

Comments

@tangobravo
Copy link

I think there were some issues with CPU image access early on in ARCore on some very specific devices that have now been resolved.

The native reference docs still have a mention of this though:
https://developers.google.com/ar/reference/c/group/ar-frame#arframe_acquirecameraimage

Returns the CPU image for the current frame.

Caller is responsible for later releasing the image with ArImage_release. Not supported on all devices (see https://developers.google.com/ar/devices).

The supported device page has no mention of "CPU", so is it OK to assume this is now supported everywhere and I don't have to worry about a GPU read back fallback path?

I note the Java docs don't mention anything about unsupported devices any more.

@tangobravo tangobravo added the bug label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant