Welthungerhilfe / ChildGrowthMonitor

Quick, accurate data on malnutrition
GNU General Public License v3.0
78 stars 16 forks source link

multi layered texture #21

Closed mmatiaschek closed 6 years ago

mmatiaschek commented 6 years ago

the video that is recorded should be plain video from the camera

but the video on the display should be enhanced by multi layered augmented reality

the content of layer 2 and 3 will be specified in sperarate issues.

goal for this issue is to

mmatiaschek commented 6 years ago

see https://github.com/google/grafika/blob/master/app/src/main/java/com/android/grafika/MultiSurfaceActivity.java

mmatiaschek commented 6 years ago

Solution for dark video? https://github.com/stevehenderson/GoogleTango_AR_VideoCapture/commit/044f8dc109c5fc0881f4c7b131ad7f0af9644f26 first setContentView(mGlView) then addContentView(SurfaceView, new LayoutParams(...)) https://github.com/stevehenderson/GoogleTango_AR_VideoCapture/blob/master/src/com/digitalblacksmith/tango_ar_videocapture/TangoActivity.java http://stackoverflow.com/questions/28402718/dark-google-tango-camera-surface-when-using-depth-information/28415697#28415697