WebARonARKit icon indicating copy to clipboard operation
WebARonARKit copied to clipboard

Black screen on showing camera frames

Open diegomeire opened this issue 7 years ago • 1 comments

the method CVMetalTextureCacheCreateTextureFromImage was generating the error -6661 for every frame because it was expecting the _capturedImageTextureCache variable to be CVMetalTextureCacheRef rather than CVOpenGLESTextureCacheRef.

This change provides the correction to make the camera work again.

diegomeire avatar Nov 26 '18 21:11 diegomeire

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

googlebot avatar Nov 26 '18 21:11 googlebot