Diego Meire

Results 2 issues of Diego Meire

HI all, Recently I pulled the code from the repository but the camera content was always showing as black. After some attempts, I found out that the method CVMetalTextureCacheCreateTextureFromImage was...

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...