Git Product home page Git Product logo

ar-sdk's Issues

识别扫描图片

请问我如何识别每一张扫描的图片呢?还有screenImageBlock和screenVideoBlock这两个block是什么时候用的呢?

怎么做到云端识别

你好,iOS版本,怎么做到云端识别。不硬编码,直接识图然后显示效果视频。?

AR shader /plane/ shader problem?

In vertex shader., Is the normal should be transformed by multiplye transpose(inverse(mat)) ?
and In the corresponding fragment shader, no params passed from vertex shader Is used

AR_视频播放问题

1.使用AR/AR_Sample/ar-tracking-video/ar/ 下的透明视频demo 透明视频无法显示出来
2.使用AR/AR_Sample/ar-video/ar/ 下的视频demo 视频可以显示出来 但是却是一进入ARActivity页面就显示视频而没有进行图片的跟踪扫描之后才显示
3.这边用的是调试工具里面的android_16 的demo来进行的测试 但是看了源码后发现ARProjectManager这个类的函数跳转其中
private static void launchARActivity(Context context, int arType, String arContentPath) { JSONObject jsonObject = new JSONObject(); try { jsonObject.put("type", arType); jsonObject.put("path", arContentPath); } catch (JSONException e) { e.printStackTrace(); } Intent intent = new Intent(context, ARActivity.class); intent.putExtra(Constants.AR_KEY, "7efdfd245e20796a58dbf49da346deef"); intent.putExtra(Constants.AR_TYPE, arType); intent.putExtra("ar_sample_info", jsonObject.toString()); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(intent); }
跳转到ARActivity后并没有使用intent中的intent.putExtra("ar_sample_info", jsonObject.toString());这个参数
请问你们的ARFragment是怎么识别我所打开的是哪个模型呢?我这边可能源码看的不仔细 希望能解答下我的困惑

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.