Is it possible to get raw IR image data from Superframe?
I am using java API with a Tango Peanut phone and I wanted to know if there is a way to get a raw IR image from an RGB-IR camera that the depth sensor is using. I know that a quarter of the pixels from an RGB IR camera are IR data. I also know that all 4MP RGB-IR images are captured in a superframe and then converted to YUV. However, it was unclear how to decode the IR channel, or if it is possible even at this stage. If it is lost inside the YUV superframe, is there any other way to get the original IR image?
+3
source to share
1 answer
To get depth data:
- http://www.pocketmagic.net/wp-content/uploads/2014/05/sbrl.zip taken from http://palcu.blogspot.ro/2014/04/google-project-tango-hackathon-in.html
You can also try
- https://github.com/googlesamples/tango-examples-c/wiki/Depth:-Point-Cloud-Viewer
- http://www.pocketmagic.net/2014/05/google-tango-hackathon-in-timisoara/#.VCQ6H1eHuiN
Please keep me informed of success / failure. Are you on a tablet or phone?
+4
source to share