Skip to content

Example Project Tango app demonstrating offscreen frame capture in Java.

Notifications You must be signed in to change notification settings

rhashimoto/TangoFrameCapture

Repository files navigation

TangoFrameCapture

This is a simple app demonstrating how to save Project Tango frame textures in Java. Tap the screen to capture a live frame to Pictures/Tango Capture, which can be accessed in the Gallery app.

The implementation uses an OpenGL offscreen renderbuffer to draw the image at the correct size (getting RGB conversion as a bonus), then uses Bitmap.compress() to save.

About

Example Project Tango app demonstrating offscreen frame capture in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages