Coder Social home page Coder Social logo

autoscan's Introduction

AutoScan

based on Hello_AR_Java 1.android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. (目前已解,用runOnUiThread)

2.autoScan因為放在on draw frame裡,會隨著frame更新被一直重複call,導致運算量過大、卡頓

-> handleTap中,因為是用HitResult來做斷點,所以他設了一連串判斷式來只抓他hit那時的frame去算,

3.我們的需求是只抓單一一個frame?(若是,則或許可藉由再修改onClick事件的開關來下手)

還是要不斷紀錄每個frame?那麼就須解決運算量過大、卡頓->開多個thread?

4.每一frame的取x y間隔要是多少?現在每100計算一次,還是很卡...

要如何儲存大量計算資料?

autoscan's People

Contributors

jasonchuang087 avatar ohblockbyjames avatar

Watchers

 avatar

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.