Running Augmented reality apps on Linux using emulator





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















In continuation with this question. I am asking this question.



I installed Android Studio. I installed Unity 3D. I followed tutorials of Java-Android Studio and Unity. Nothing worked well because of the reason that they need the latest version of ARCore and neither my mobile nor emulator is compatible with it. I am exhausted searching for alternatives.



I didn't find any tutorial or guidance related to developing Augmented Reality Android apps. Please suggest me a reference that works on Ubuntu system without the need of the physical mobile, but with an emulator, if possible.



Note: Please provide a reference that is relatively easy to test small app initially so that I can proceed forward. I am saying this because of the reason that I am working from almost 3 months but didn't run a small AR app either in the emulator or in my mobile (Redmi Note - 4).










share|improve this question

























  • If your target device is not compatible with ARCore than you can't use it in any App. Did you try Vuforia?

    – derHugo
    Nov 16 '18 at 12:50













  • No, Vuforia isn't supported in Ubuntu as per my knowledge and my mobile or emulator is not arcore compatible.

    – hanugm
    Nov 16 '18 at 13:13


















0















In continuation with this question. I am asking this question.



I installed Android Studio. I installed Unity 3D. I followed tutorials of Java-Android Studio and Unity. Nothing worked well because of the reason that they need the latest version of ARCore and neither my mobile nor emulator is compatible with it. I am exhausted searching for alternatives.



I didn't find any tutorial or guidance related to developing Augmented Reality Android apps. Please suggest me a reference that works on Ubuntu system without the need of the physical mobile, but with an emulator, if possible.



Note: Please provide a reference that is relatively easy to test small app initially so that I can proceed forward. I am saying this because of the reason that I am working from almost 3 months but didn't run a small AR app either in the emulator or in my mobile (Redmi Note - 4).










share|improve this question

























  • If your target device is not compatible with ARCore than you can't use it in any App. Did you try Vuforia?

    – derHugo
    Nov 16 '18 at 12:50













  • No, Vuforia isn't supported in Ubuntu as per my knowledge and my mobile or emulator is not arcore compatible.

    – hanugm
    Nov 16 '18 at 13:13














0












0








0








In continuation with this question. I am asking this question.



I installed Android Studio. I installed Unity 3D. I followed tutorials of Java-Android Studio and Unity. Nothing worked well because of the reason that they need the latest version of ARCore and neither my mobile nor emulator is compatible with it. I am exhausted searching for alternatives.



I didn't find any tutorial or guidance related to developing Augmented Reality Android apps. Please suggest me a reference that works on Ubuntu system without the need of the physical mobile, but with an emulator, if possible.



Note: Please provide a reference that is relatively easy to test small app initially so that I can proceed forward. I am saying this because of the reason that I am working from almost 3 months but didn't run a small AR app either in the emulator or in my mobile (Redmi Note - 4).










share|improve this question
















In continuation with this question. I am asking this question.



I installed Android Studio. I installed Unity 3D. I followed tutorials of Java-Android Studio and Unity. Nothing worked well because of the reason that they need the latest version of ARCore and neither my mobile nor emulator is compatible with it. I am exhausted searching for alternatives.



I didn't find any tutorial or guidance related to developing Augmented Reality Android apps. Please suggest me a reference that works on Ubuntu system without the need of the physical mobile, but with an emulator, if possible.



Note: Please provide a reference that is relatively easy to test small app initially so that I can proceed forward. I am saying this because of the reason that I am working from almost 3 months but didn't run a small AR app either in the emulator or in my mobile (Redmi Note - 4).







android android-studio unity3d reference augmented-reality






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 '18 at 11:05









Ali Kanat

1,5111818




1,5111818










asked Nov 16 '18 at 10:59









hanugmhanugm

267215




267215













  • If your target device is not compatible with ARCore than you can't use it in any App. Did you try Vuforia?

    – derHugo
    Nov 16 '18 at 12:50













  • No, Vuforia isn't supported in Ubuntu as per my knowledge and my mobile or emulator is not arcore compatible.

    – hanugm
    Nov 16 '18 at 13:13



















  • If your target device is not compatible with ARCore than you can't use it in any App. Did you try Vuforia?

    – derHugo
    Nov 16 '18 at 12:50













  • No, Vuforia isn't supported in Ubuntu as per my knowledge and my mobile or emulator is not arcore compatible.

    – hanugm
    Nov 16 '18 at 13:13

















If your target device is not compatible with ARCore than you can't use it in any App. Did you try Vuforia?

– derHugo
Nov 16 '18 at 12:50







If your target device is not compatible with ARCore than you can't use it in any App. Did you try Vuforia?

– derHugo
Nov 16 '18 at 12:50















No, Vuforia isn't supported in Ubuntu as per my knowledge and my mobile or emulator is not arcore compatible.

– hanugm
Nov 16 '18 at 13:13





No, Vuforia isn't supported in Ubuntu as per my knowledge and my mobile or emulator is not arcore compatible.

– hanugm
Nov 16 '18 at 13:13












1 Answer
1






active

oldest

votes


















1














You should check 8thWall. It runs on almost all phones and it has SLAM as well. You can not use it with emulator but it has an application called XR Remote in which you can test your code without building for Android or iOS. Minimum requirement for Android is Android Kitkat (4.4) or higher and for iOS Minimum iOS 7.0 or later is required.



enter image description here



As the owner of the question stated 8thWall can not be used with Linux. As an alternative [ARToolKit] can be used. It is an open source AR framework. For more details you can refer here and here






share|improve this answer


























  • The tutorial is saying that it is intended for Windows or MAC laptop.

    – hanugm
    Nov 16 '18 at 17:10






  • 1





    Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

    – Ali Kanat
    Nov 20 '18 at 9:20














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%2f53336516%2frunning-augmented-reality-apps-on-linux-using-emulator%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














You should check 8thWall. It runs on almost all phones and it has SLAM as well. You can not use it with emulator but it has an application called XR Remote in which you can test your code without building for Android or iOS. Minimum requirement for Android is Android Kitkat (4.4) or higher and for iOS Minimum iOS 7.0 or later is required.



enter image description here



As the owner of the question stated 8thWall can not be used with Linux. As an alternative [ARToolKit] can be used. It is an open source AR framework. For more details you can refer here and here






share|improve this answer


























  • The tutorial is saying that it is intended for Windows or MAC laptop.

    – hanugm
    Nov 16 '18 at 17:10






  • 1





    Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

    – Ali Kanat
    Nov 20 '18 at 9:20


















1














You should check 8thWall. It runs on almost all phones and it has SLAM as well. You can not use it with emulator but it has an application called XR Remote in which you can test your code without building for Android or iOS. Minimum requirement for Android is Android Kitkat (4.4) or higher and for iOS Minimum iOS 7.0 or later is required.



enter image description here



As the owner of the question stated 8thWall can not be used with Linux. As an alternative [ARToolKit] can be used. It is an open source AR framework. For more details you can refer here and here






share|improve this answer


























  • The tutorial is saying that it is intended for Windows or MAC laptop.

    – hanugm
    Nov 16 '18 at 17:10






  • 1





    Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

    – Ali Kanat
    Nov 20 '18 at 9:20
















1












1








1







You should check 8thWall. It runs on almost all phones and it has SLAM as well. You can not use it with emulator but it has an application called XR Remote in which you can test your code without building for Android or iOS. Minimum requirement for Android is Android Kitkat (4.4) or higher and for iOS Minimum iOS 7.0 or later is required.



enter image description here



As the owner of the question stated 8thWall can not be used with Linux. As an alternative [ARToolKit] can be used. It is an open source AR framework. For more details you can refer here and here






share|improve this answer















You should check 8thWall. It runs on almost all phones and it has SLAM as well. You can not use it with emulator but it has an application called XR Remote in which you can test your code without building for Android or iOS. Minimum requirement for Android is Android Kitkat (4.4) or higher and for iOS Minimum iOS 7.0 or later is required.



enter image description here



As the owner of the question stated 8thWall can not be used with Linux. As an alternative [ARToolKit] can be used. It is an open source AR framework. For more details you can refer here and here







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 20 '18 at 9:33

























answered Nov 16 '18 at 13:46









Ali KanatAli Kanat

1,5111818




1,5111818













  • The tutorial is saying that it is intended for Windows or MAC laptop.

    – hanugm
    Nov 16 '18 at 17:10






  • 1





    Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

    – Ali Kanat
    Nov 20 '18 at 9:20





















  • The tutorial is saying that it is intended for Windows or MAC laptop.

    – hanugm
    Nov 16 '18 at 17:10






  • 1





    Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

    – Ali Kanat
    Nov 20 '18 at 9:20



















The tutorial is saying that it is intended for Windows or MAC laptop.

– hanugm
Nov 16 '18 at 17:10





The tutorial is saying that it is intended for Windows or MAC laptop.

– hanugm
Nov 16 '18 at 17:10




1




1





Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

– Ali Kanat
Nov 20 '18 at 9:20







Sorry for late reply. The only solution i could find was ARToolKit which is open source and can be used on Linux. And you can use your webcam as well. Good Luck!

– Ali Kanat
Nov 20 '18 at 9:20






















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%2f53336516%2frunning-augmented-reality-apps-on-linux-using-emulator%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

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values