Hello,
I am trying to run our app on a BV9500. The app tries to encode a camera output to AVC via MediaCodec. I get the following Error:
W/OMXUtils: do not know color format 0x7f000789 = 2130708361
Where 0x7f000789 is a constant COLOR_FormatSurface - which was added in API 18
The phone runs 8.1 - so the MediaCodec should know this constant.
Can you help me out ?
Claus