-
Hello, I built and try to run the helloAR_java project on my oneplus 5
ONEPLUS A5000(a supported device), but it displayed a "device unsupported" message. I looked into the code and find the excepti…
ghost updated
6 years ago
-
I try to render the ArFrame into a render target using OpenGLES 3.2. The ArCore example shows the usage of GLES2 but inside GLES3 the extension is not available. Now I have found the extension GL_OES_…
-
I’m trying to run the helloAR example for AR core on my Galaxy Note 8 but every time I open the app on my phone, I see a screen with a message “This device does not support AR” and app closed.
My dev…
-
Whether virocore can identify the current scene without light.
-
I would like to use experimental ARKit location method, but it seems that it takes camera resource and I can't create custom scene with ARSCNView. Is there a way to use the same session to improve ind…
-
Hi,
I am getting the following error when I run an object detection model based on the cats and dogs example in a command-line MacOS project in Xcode:
```
validateComputeFunctionArguments:852: fa…
-
I saw in the project that SumerianConnector was updated in delegate function "func renderer(_ renderer: SCNSceneRenderer, didApplyAnimationsAtTime time: TimeInterval)". May I ask why not update Connec…
-
i tried use yolo in ARKit.
i have implanted your code.
call predict in seesion delegate
```
func session(_ session: ARSession, didUpdate frame: ARFrame) {
let seekingCM = CMTimeMakeWi…
-
Using .NET 4.6 (Experimental) in the settings, ARCore crashes when testing the `ComputerVision` example. logcat shows this last:
`12-20 13:26:52.425 12591-12591/com.google.ar.core.examples.unity.hel…
-
i use the sample code and modify as this issue https://github.com/google-ar/arcore-android-sdk/issues/110#issuecomment-384096267 .it`s worked when first installed.but when i restart my app,the camera…