Added Assigned Image Database to DefaultSessionConfig in HelloAR ExampleARCore custom object not touching the tracked plane with bottomRun ARCore application on Android emulatorDestroy Anchors in Unity ARCoreUnity ARCore touch ObjectHow to get a Trackable Hit with Raycast from CameraCombining ground plane and augmented imagesARcore Augmented images with 3D object interactionDoes plane detection increase accuracy of Augmented Image TrackingARCore Unity AugmentedImage: Videos do not scale to Image targets

How can I perform a deterministic physics simulation?

The Game of the Century - why didn't Byrne take the rook after he forked Fischer?

Getting Lost in the Caves of Chaos

Based on what criteria do you add/not add icons to labels within a toolbar?

Why do rocket engines use nitrogen actuators to operate the fuel/oxidiser valves instead of electric servos?

Is the first page of a novel really that important?

Properties: Left of the colon

Conditional probability of dependent random variables

GFCI tripping on overload?

Does the length of a password for Wi-Fi affect speed?

Are the related objects in an SOQL query shared?

Why is the Vasa Museum in Stockholm so Popular?

A verb for when some rights are not violated?

Awk to get all my regular users in shadow

Why are there yellow dot stickers on the front doors of businesses in Russia?

Can I use my US callsign to transmit while in El Salvador?

Did Logical Positivism fail because it simply denied human emotion?

How to win against ants

How do I know when and if a character requires a backstory?

How do the surviving Asgardians get to Earth?

C# TCP server/client class

Can a Hogwarts student refuse the Sorting Hat's decision?

Variable doesn't parse as string

Write The Shortest Program to Calculate Height of a Binary Tree



Added Assigned Image Database to DefaultSessionConfig in HelloAR Example


ARCore custom object not touching the tracked plane with bottomRun ARCore application on Android emulatorDestroy Anchors in Unity ARCoreUnity ARCore touch ObjectHow to get a Trackable Hit with Raycast from CameraCombining ground plane and augmented imagesARcore Augmented images with 3D object interactionDoes plane detection increase accuracy of Augmented Image TrackingARCore Unity AugmentedImage: Videos do not scale to Image targets






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















In the existing HelloAR Example, the touch is used to create an object.
I am testing because I want to change to creating objects through Image Tracking without using Touch.



enter image description here
However, building by adding an Example Database to the Managed Image Database causes the generated DetectedPlaneVisualizer to blink.
Do you have any reason?










share|improve this question
























  • Why do you need a database if you are just using plane detection and not augmented images?

    – Ali Kanat
    Mar 27 at 7:38











  • Instead of entering touch input, I want to create object through image recognition.

    – dongwon lee
    Mar 28 at 6:06











  • Then you do not need to use HelleAR go use AugmentedImages example just change the AugmentedImageVisualizer script and prefab.

    – Ali Kanat
    Mar 28 at 7:34











  • The reason I'm going to do this is because with Image Recognition, the object trembles after it is created. So instead of using HelloAR's touch, the thought method is to use Image Recognition to locate and create an Object.

    – dongwon lee
    Mar 29 at 8:37











  • Okay i understand. If you only want to place objects on top of Augmented Images just disable plane detection it has nothing to do with it. Then track the image instantiate your model at the center of image and anchor it just like you do in HelloAR example. Then it wont tremble

    – Ali Kanat
    Mar 29 at 8:57

















0















In the existing HelloAR Example, the touch is used to create an object.
I am testing because I want to change to creating objects through Image Tracking without using Touch.



enter image description here
However, building by adding an Example Database to the Managed Image Database causes the generated DetectedPlaneVisualizer to blink.
Do you have any reason?










share|improve this question
























  • Why do you need a database if you are just using plane detection and not augmented images?

    – Ali Kanat
    Mar 27 at 7:38











  • Instead of entering touch input, I want to create object through image recognition.

    – dongwon lee
    Mar 28 at 6:06











  • Then you do not need to use HelleAR go use AugmentedImages example just change the AugmentedImageVisualizer script and prefab.

    – Ali Kanat
    Mar 28 at 7:34











  • The reason I'm going to do this is because with Image Recognition, the object trembles after it is created. So instead of using HelloAR's touch, the thought method is to use Image Recognition to locate and create an Object.

    – dongwon lee
    Mar 29 at 8:37











  • Okay i understand. If you only want to place objects on top of Augmented Images just disable plane detection it has nothing to do with it. Then track the image instantiate your model at the center of image and anchor it just like you do in HelloAR example. Then it wont tremble

    – Ali Kanat
    Mar 29 at 8:57













0












0








0








In the existing HelloAR Example, the touch is used to create an object.
I am testing because I want to change to creating objects through Image Tracking without using Touch.



enter image description here
However, building by adding an Example Database to the Managed Image Database causes the generated DetectedPlaneVisualizer to blink.
Do you have any reason?










share|improve this question














In the existing HelloAR Example, the touch is used to create an object.
I am testing because I want to change to creating objects through Image Tracking without using Touch.



enter image description here
However, building by adding an Example Database to the Managed Image Database causes the generated DetectedPlaneVisualizer to blink.
Do you have any reason?







unity3d arcore






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 27 at 2:42









dongwon leedongwon lee

365 bronze badges




365 bronze badges















  • Why do you need a database if you are just using plane detection and not augmented images?

    – Ali Kanat
    Mar 27 at 7:38











  • Instead of entering touch input, I want to create object through image recognition.

    – dongwon lee
    Mar 28 at 6:06











  • Then you do not need to use HelleAR go use AugmentedImages example just change the AugmentedImageVisualizer script and prefab.

    – Ali Kanat
    Mar 28 at 7:34











  • The reason I'm going to do this is because with Image Recognition, the object trembles after it is created. So instead of using HelloAR's touch, the thought method is to use Image Recognition to locate and create an Object.

    – dongwon lee
    Mar 29 at 8:37











  • Okay i understand. If you only want to place objects on top of Augmented Images just disable plane detection it has nothing to do with it. Then track the image instantiate your model at the center of image and anchor it just like you do in HelloAR example. Then it wont tremble

    – Ali Kanat
    Mar 29 at 8:57

















  • Why do you need a database if you are just using plane detection and not augmented images?

    – Ali Kanat
    Mar 27 at 7:38











  • Instead of entering touch input, I want to create object through image recognition.

    – dongwon lee
    Mar 28 at 6:06











  • Then you do not need to use HelleAR go use AugmentedImages example just change the AugmentedImageVisualizer script and prefab.

    – Ali Kanat
    Mar 28 at 7:34











  • The reason I'm going to do this is because with Image Recognition, the object trembles after it is created. So instead of using HelloAR's touch, the thought method is to use Image Recognition to locate and create an Object.

    – dongwon lee
    Mar 29 at 8:37











  • Okay i understand. If you only want to place objects on top of Augmented Images just disable plane detection it has nothing to do with it. Then track the image instantiate your model at the center of image and anchor it just like you do in HelloAR example. Then it wont tremble

    – Ali Kanat
    Mar 29 at 8:57
















Why do you need a database if you are just using plane detection and not augmented images?

– Ali Kanat
Mar 27 at 7:38





Why do you need a database if you are just using plane detection and not augmented images?

– Ali Kanat
Mar 27 at 7:38













Instead of entering touch input, I want to create object through image recognition.

– dongwon lee
Mar 28 at 6:06





Instead of entering touch input, I want to create object through image recognition.

– dongwon lee
Mar 28 at 6:06













Then you do not need to use HelleAR go use AugmentedImages example just change the AugmentedImageVisualizer script and prefab.

– Ali Kanat
Mar 28 at 7:34





Then you do not need to use HelleAR go use AugmentedImages example just change the AugmentedImageVisualizer script and prefab.

– Ali Kanat
Mar 28 at 7:34













The reason I'm going to do this is because with Image Recognition, the object trembles after it is created. So instead of using HelloAR's touch, the thought method is to use Image Recognition to locate and create an Object.

– dongwon lee
Mar 29 at 8:37





The reason I'm going to do this is because with Image Recognition, the object trembles after it is created. So instead of using HelloAR's touch, the thought method is to use Image Recognition to locate and create an Object.

– dongwon lee
Mar 29 at 8:37













Okay i understand. If you only want to place objects on top of Augmented Images just disable plane detection it has nothing to do with it. Then track the image instantiate your model at the center of image and anchor it just like you do in HelloAR example. Then it wont tremble

– Ali Kanat
Mar 29 at 8:57





Okay i understand. If you only want to place objects on top of Augmented Images just disable plane detection it has nothing to do with it. Then track the image instantiate your model at the center of image and anchor it just like you do in HelloAR example. Then it wont tremble

– Ali Kanat
Mar 29 at 8:57












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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55369001%2fadded-assigned-image-database-to-defaultsessionconfig-in-helloar-example%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




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55369001%2fadded-assigned-image-database-to-defaultsessionconfig-in-helloar-example%23new-answer', 'question_page');

);

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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript