GavWood / DOGE-Game-Engine

DOGE Game Engine written in C++ with OpenAL and Open GLES.
BSD 2-Clause "Simplified" License
36 stars 5 forks source link

ask a question #1

Closed hzhou81 closed 7 years ago

hzhou81 commented 7 years ago

In GameViewController.mm , is your arsession.run() successfully return available while AVCaptureSession is working?

GavWood commented 7 years ago

Good question - it didn't. In doing the calculations in ARKit with YUV the callback of the RGB capture feed is disabled.

I've added code to didUpdateFrame to process the image.