Thank you for your reply.
I tried to follow your instructions and was successfully able to generate .so file.
But, When I try to run the code on device the program exists when camera previews the marker with the following logs
Logs :
08-06 10:58:25.836: D/QCAR(27834): Configure Video Background : Video (640,480), Screen (800,480), mSize (800,600)
08-06 10:58:25.863: D/dalvikvm(27834): WAIT_FOR_CONCURRENT_GC blocked 0ms
08-06 10:58:25.886: D/dalvikvm(27834): GC_EXPLICIT freed 82K, 10% free 13357K/14791K, paused 2ms+3ms, total 25ms
08-06 10:58:26.797: D/QCAR(27834): Java_com_qualcomm_QCARSamples_FrameMarkers_FrameMarkers_setProjectionMatrix
08-06 10:58:26.800: I/Choreographer(27834): Skipped 61 frames! The application may be doing too much work on its main thread.
08-06 10:58:26.820: D/libEGL(27834): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
08-06 10:58:26.840: D/libEGL(27834): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
08-06 10:58:26.847: D/libEGL(27834): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
08-06 10:58:26.879: I/QCAR(27834): Creating OpenGL ES 2.0 context
08-06 10:58:26.898: D/QCAR(27834): GLRenderer::onSurfaceCreated
08-06 10:58:26.898: D/QCAR(27834): Java_com_qualcomm_QCARSamples_FrameMarkers_FrameMarkersRenderer_initRendering
08-06 10:58:26.906: D/QCAR(27834): GLRenderer::onSurfaceChanged
08-06 10:58:26.906: D/QCAR(27834): Java_com_qualcomm_QCARSamples_FrameMarkers_FrameMarkersRenderer_updateRendering
08-06 10:58:26.906: D/QCAR(27834): Configure Video Background : Video (640,480), Screen (800,480), mSize (800,600)
08-06 10:59:29.496: E/AR(27834): Failed to set focus mode
08-06 10:59:29.496: I/QCAR(27834): Requested Focus mode Continuous Autofocus. Not supported on this device.
08-06 10:59:43.570: A/libc(27834): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 27850 (Thread-4668)
Can someone please help with this.
Thanks for your reply
but these threads are not really what I need right now ^^;
I already worked through them a week ago and I already have my own trackables and my own 3d modell (all working fine)
But I want to change the 3d modell dynamically at runtime just like chriseco :)
so I would be very grateful to see his solution
-best regards