AgoraIO-Community / AR-Remote-Support

This is a POC of how to build a Remote support app (similar to Vuforia Chalk) using ARKit and Agora.io's Video SDK.
MIT License
23 stars 11 forks source link

Draw From the AR Cast Scene #15

Closed Hisaack closed 2 years ago

Hisaack commented 4 years ago

Hello, how can I draw from the broadcaster scene too. Currently, the code supports only the client to draw remotely. How can I add that functionality to the Broadcaster too?

digitallysavvy commented 4 years ago

@Hisaack

This is something that is in my plans for the next update along with a few other features and bug fixes, but that updated will happen in a couple months.

If you need this functionality before the next release, you have everything you need to draw into the Broadcaster view is already provide in the remote client. The touch logic is almost identical just keep in mind the main difference is the touch data doesn't have to be sent or received.

Hisaack commented 4 years ago

Am eager to wait for your new release. If so, can you improve precision markers in such away that instead of those small sphere, someone can draw a smooth 3D Line and also prompt someone to place some shapes like arrows on the scene?

What do you think? Around which upcoming Month are you planning to release the next update?

digitallysavvy commented 4 years ago

@Hisaack to set proper expectations this is a proof of concept project, I have not set any timeline but it's open source so anyone can create these functionalities themselves.

I would suggest for you fork the repo and to attempt to add these functionalities and make a PR. I will happily work with you in an effort to build this into a community project.

maxxfrazer commented 2 years ago

Going to close this old issue. For a smooth line, implemented in #22