arkit_flutter_plugin icon indicating copy to clipboard operation
arkit_flutter_plugin copied to clipboard

ARKit Flutter Plugin

Results 97 arkit_flutter_plugin issues
Sort by recently updated
recently updated
newest added

Does anyone know how to get the camera intrinsic parameters in a Flutter app? (e.g. iPhone).

I hope to join the support of RealityKit and experience the technology of human body tracking, thank!

In the object manipulation example, the various actions do not reflect the demonstration video, is the code up to date?

Hi, how do I load files using flutter assets? And is it possible for me to download an asset and open that?

Can I use the original focus box of arkit to place objects on the planes?

The initial example on https://pub.dev/packages/arkit_plugin does not compile with null-safe Flutter, two issues: * while the library is null safe, the example is not. It therefore does not compile in...

I'm working with the face detection example, and the onAddNodeForAnchor and onUpdateNodeForAnchor both throw casting errors. The data coming from ARKit is ``` {nodeName: AE542996-8220-455C-8BFB-BFB35A80E58D, rightEyeTransform: [0.9995921850204468, 0.0008244996424764395, 0.028543813154101372, 0.0,...

I'm working on a project using flutter and try to achieve a function similar animoji. I have achieved this using native swift with a .dae 3d Model but find it...

enhancement

Is it possible to use the Light Estimation only? I checked [this example](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/light_estimate_page.dart) Basically what I'm trying to achieve is the following: - Open the regular camera (camera package) -...

When I try to pan or scale on a custom object, the gesture recognizer handlers are not triggered nothing happens. I followed the box sample and instead of box sample...