Performing the Interaction with ARKit and the Multipeer connectivity I cannot see the objects placed with one device on the second oneARKit vs. ARCore vs. Vuforia vs. D'Fusion Mobile vs. Layar SDKMultipeer Connectivity framework for up to 45 devicesbluetooth connection is immediately disconnecting multipeer frameworkObjective C - Send Object with Multipeer Connectivity Framework, Peer not connectedConverting CNContact to NSData and vice versaUnderstand coordinate spaces in ARKitARKit 2.0 Bug? “Error initializing VIO”ARKit 2: Virtual Objects are floating when the ARWorldMap is reloaded from backendARKit 2.0 – Cannot decode ARAnchor in a multipeer session in multiuser demoMove 3D object with anchor
Are Finite Automata Turing Complete?
What happens when your group is victim of a surprise attack but you can't be surprised?
Impossible darts scores
How many satellites can stay in a Lagrange point?
Does anycast addressing add additional latency in any way?
Intuitively, why does putting capacitors in series decrease the equivalent capacitance?
Should I hide continue button until tasks are completed?
Is this one of the engines from the 9/11 aircraft?
How to perform Login Authentication at the client-side?
Alphabet completion rate
MH370 blackbox - is it still possible to retrieve data from it?
Pull-up sequence accumulator counter
Why aren't (poly-)cotton tents more popular?
Should I tell my insurance company I'm making payments on my new car?
Why do some games show lights shine through walls?
Inverse-quotes-quine
Should I include salary information on my CV?
Why is C++ initial allocation so much larger than C's?
Using “sparkling” as a diminutive of “spark” in a poem
Is there a short way to compare many values mutually at same time without using multiple 'and's?
Counting occurrence of words in table is slow
Is adding a new player (or players) a DM decision, or a group decision?
Why is Madam Hooch not a professor?
The impact of an intelligent and (mostly) hostile flying race on weapons and armor
Performing the Interaction with ARKit and the Multipeer connectivity I cannot see the objects placed with one device on the second one
ARKit vs. ARCore vs. Vuforia vs. D'Fusion Mobile vs. Layar SDKMultipeer Connectivity framework for up to 45 devicesbluetooth connection is immediately disconnecting multipeer frameworkObjective C - Send Object with Multipeer Connectivity Framework, Peer not connectedConverting CNContact to NSData and vice versaUnderstand coordinate spaces in ARKitARKit 2.0 Bug? “Error initializing VIO”ARKit 2: Virtual Objects are floating when the ARWorldMap is reloaded from backendARKit 2.0 – Cannot decode ARAnchor in a multipeer session in multiuser demoMove 3D object with anchor
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.
When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?
ios arkit multipeer-connectivity anchorpoint
add a comment |
I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.
When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?
ios arkit multipeer-connectivity anchorpoint
add a comment |
I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.
When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?
ios arkit multipeer-connectivity anchorpoint
I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.
When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?
ios arkit multipeer-connectivity anchorpoint
ios arkit multipeer-connectivity anchorpoint
asked Mar 25 at 10:36
MPAMPA
777 bronze badges
777 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55335891%2fperforming-the-interaction-with-arkit-and-the-multipeer-connectivity-i-cannot-se%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55335891%2fperforming-the-interaction-with-arkit-and-the-multipeer-connectivity-i-cannot-se%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown