Harry Lee

Results 11 issues of Harry Lee

Thanks for your work, I'm learning AR now and the project may help me a lot. But the codes is hard for me to understand. I've run it, but I...

In your C++ sample, called `[myGLView startAnimation];`, which I think is no need. Render will be called in camera caputre loop. And CADisplayLink only will call selector when the display...

> Considered portability, this framework is written only C or C++. The pixel array of an image is passed to CoreAR.framework and then visual code's identification number, rotation and translation...

There's a mistake in CRCode.cpp. Line 382~385 should be ``` optimizedMatrixGL[ 0] = optimizedMatrix[0][0]; optimizedMatrixGL[ 4] = optimizedMatrix[0][1]; optimizedMatrixGL[ 8] = optimizedMatrix[0][2]; optimizedMatrixGL[12] = optimizedMatrix[0][3]; optimizedMatrixGL[ 1] = optimizedMatrix[1][0]; optimizedMatrixGL[...

I want see the upload progress.

It will display "The execution is yet to produce any live output" even the action is already running but not not support live output as the action is running on...

enhancement

We should support the `userSecretNamespace` parameter in ceph storageclass. To archive that, I think we can change the template and use the latest `external_storage/rbd-provisioner` image.