I'm writing a multimedia app. But I found it so confusing that Android APIs 
seem not providing methods to check if the output images (NV21 or YV12) are:
1. fullrange(0-255) or videorange(16-235)
2. ITU R bt. 601 or bt. 709 matrix based

These info are essential to convert images between yuv and rgb.

For comparison, in iOS image capturing, range preference can be specified 
during camera initialization and the color matrix info (bt. 601/bt. 709) is 
attached to imagebuffer.


Any info would help, thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/59ea9b5a-ffd4-47f0-98bc-4adb5e914bde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to