ochornenko / Camera2GLPreview

Android camera preview application using Camera2 API and OpenGL ES/Vulkan
174 stars 53 forks source link

BW image #2

Closed MaTriXy closed 6 years ago

MaTriXy commented 6 years ago

Hi Oleg How are you ? Just saw this sample and running it on Pixel XL2 gets a B/W image

Any chance i missed something to configure ?

ochornenko commented 6 years ago

Captured image format should be YUV420 (using ImageFormat.YUV_420_888 in this sample). Possibly on Pixel XL2 image format is different. You can try to figure out if its capturing YUV420 or different format on your Pixel XL2.

MaTriXy commented 6 years ago

Thanks. Will do. How's life after ooVoo? it's been a long time since i saw you.

ochornenko commented 6 years ago

Everything is good), I check it on Pixel XL also when I get a chance. Thanks, Oleg

ochornenko commented 6 years ago

Fixed