简体   繁体   中英

Record RAW video from Project Tango

Anyone can help me to record RAW video from Project Tango? I find the function called TangoImageBuffer to get Image data buffer but don't know clearly how to create an app to record the video( or set of Raw image sequence)

Tango device occupies the control of camera. When Tango is connected, the only data you will received regarding color camera would be the callback for onImageAvailable. It returns data in YUV format, and you have to do the conversion to make it into RAW format.

Here is a sample code of how to convert YUV into RGB on Tango.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM