Giter Club home page Giter Club logo

donaldmunro / aaremu Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 10.0 196.77 MB

AARemu is a software tool enabling simulation of Augmented Reality by allowing an AR developer to record either an interactive 360 degree or a non-interactive free-form view of a location using the devices camera and orientation sensors (this functionality is provided by the ARemRecorder app). The ARCamera/ARCameraDevice classes which provides a mock implementation of the Android Camera API classes can then be used to preview the recorded scene instead of the live camera preview provided by the Android Camera class. The preview callback is analogous to the standard Camera preview callback except that the preview bytes provided in the callback are extracted from a file created by the recorder application. These preview bytes are passed to the development code via the same preview callback as provided by the standard Camera classes and can thus be processed by Computer Vision algorithms before being displayed by the client application. The frames are stored as individual video frames in RGBA format and not as video so the preview can be accessed in any direction. The tool is aimed at developers of mobile AR applications as it allows the developer to record view(s) of a given location and then debug and test the AR application in the comfort of a office or home without having to make extensive changes to the programming code.

License: Apache License 2.0

Java 45.26% C 8.11% Shell 0.08% GLSL 0.04% RenderScript 0.05% HTML 0.13% CMake 0.30% C++ 45.75% Batchfile 0.01% Objective-C 0.28%

aaremu's People

Contributors

donaldmunro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aaremu's Issues

Getting error while running ARemRecorder : couldn't find "libframebuffer.so"

Hi,

On compiling "ARemRecorder" getting the error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/to.augmented.reality.android.em.recorder-1/base.apk"],nativeLibraryDirectories=[/data/app/to.augmented.reality.android.em.recorder-1/lib/arm, /data/app/to.augmented.reality.android.em.recorder-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libframebuffer.so"
at java.lang.Runtime.loadLibrary(Runtime.java:367)
at java.lang.System.loadLibrary(System.java:1076)
at to.augmented.reality.android.em.recorder.NativeFrameBuffer.(NativeFrameBuffer.java:36)
at to.augmented.reality.android.em.recorder.GLRecorderRenderer.openCamera(GLRecorderRenderer.java:395)
at to.augmented.reality.android.em.recorder.GLRecorderRenderer.startPreview(GLRecorderRenderer.java:597)
at to.augmented.reality.android.em.recorder.ARSurfaceView.startPreview(ARSurfaceView.java:149)
at to.augmented.reality.android.em.recorder.RecorderActivity$5$1.run(RecorderActivity.java:380)
at android.app.Activity.runOnUiThread(Activity.java:5573)
at to.augmented.reality.android.em.recorder.RecorderActivity$5.surfaceChanged(RecorderActivity.java:371)
at android.view.SurfaceView.updateWindow(SurfaceView.java:608)
at android.view.SurfaceView.onWindowVisibilityChanged(SurfaceView.java:243)
at android.view.View.dispatchWindowVisibilityChanged(View.java:9653)
at android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1310)
at android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1310)
at android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1310)
at android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1310)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1410)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1134)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6050)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:860)
at android.view.Choreographer.doCallbacks(Choreographer.java:672)
at android.view.Choreographer.doFrame(Choreographer.java:608)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:846)
at android.os.Handler.handleCallback(Handler.java:742)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:5523)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)
E/MQSEventManagerDelegate: failed to get MQSService.

Can somebody please take a look and help me in fixing it.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.