This commit is contained in:
Blair MacIntyre 2018-03-20 08:45:29 -04:00
Родитель 278cf74f61
Коммит 7a8a699d6c
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -173,12 +173,6 @@ class XRExampleBase {
* set up the video processing
*/
setVideoWorker(worker){
//
// NOTE: not a worker, a callback! Couldn't get workers working!
//
// if this session is getting video frames, lets set up a callback.
// EVENTUALLY should look at properties on the session to see if user
// approved it, but the app doesn't let us know this yet
this.session.setVideoFrameHandler(worker)
}