google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Sceneform integration with mediapipe #962

Open suraj-0387 opened 4 years ago

suraj-0387 commented 4 years ago

Is there a way to integrate mediapipe with sceneform sdk so that it can be used for hand augmentation which could be a good use case

vinayak15 commented 4 years ago

Hello, regarding your comment Even I was doing a related project, right now I am facing issue to draw 3d object on camera view at a particular position For position I a using media pipe and for 3d object, I was thinking of using arcore When using arcore with media pipe display was getting a lot slower and it was destroying the user experience So can you please tell me if you achieved this task then what was your approach I want to displayer fbx 3d file on the camera view of media pipe

And if you got any idea can you share it with me