hms-AREngine-demo icon indicating copy to clipboard operation
hms-AREngine-demo copied to clipboard

Huawei AREngine kit sample code demonstrates how to use Huawei AR functions, including motion tracking, plane detection, face recognition and gesture recognition, etc.

Results 10 hms-AREngine-demo issues
Sort by recently updated
recently updated
newest added

E/HiARImageImpl: [HIAR]HiARImage_getNdkImage:28: failed to get ndk image!

我想在识别的图片上放置物体,但是使用augmentedImage的时候,augmentedImage.createAnchor 返回是null,arcamera也获取不到arpose,请问这是什么问题,或者有别的方法实现吗? -------------------------------------------------------------------English---------------------------------------------------------------- I try to place an 3D object on an augmentedImage. Howerver, when I used augmentedImage.createAnchor(), the returned value is null and also I can't get ARPose of...

你好,我这边是做AR和渲染的。我们有两套框架分别是:arengine + filament 和 arcore + filament。但是现在同一套代码渲染出的材质差太远,请问有人知道是什么情况吗 华为arengine渲染的口罩 ![image](https://user-images.githubusercontent.com/13013579/186457217-583a0a1a-3050-4306-a471-e892bc121eda.png) arcore渲染的口罩 ![image](https://user-images.githubusercontent.com/13013579/186457548-268b50f3-468e-4750-9be3-a1d51c4729ff.png)

我们尝试的架构是arengine + filament,相机纹理和3d虚拟道具的物体都由filament渲染,但是跑在nova8的时候严重掉帧,这个该怎么解决。

I used the sample code and didn't change anything. When I render the object, the AR logo appears blue in colour. When I double tap it, it becomes yellow. Shouldn't...

WorldActivity中放置的AR obj model,怎么才能保持obj模型本来的颜色,而不是把它设置成蓝色或者绿色,谢谢

我想知道在ar engine中通过 arFrame.acquireCameraImage() 获得了图片,现在我知道图片上的一些坐标点,怎么转为对应的屏幕坐标呢? ARCore: 我在google的arcore中可以通过以下方法实现: /** * Transforms a list of 2D coordinates from one 2D coordinate system to another 2D coordinate * system. * * Same as {@link...