Closed GoogleCodeExporter closed 8 years ago
Sorry.. didn't find edit button :)
My device have only one supported preview format, it's RGB_565. In
CameraPreviewHandler.getBestSupportedFormat you choose only between
YCbCr_420_SP and YCbCr_422_SP. Is there any way to convert between RGB_565 and
YCbCr_420_SP?
Original comment by m...@cnm.cz
on 3 May 2011 at 10:14
Well... I figured it out... probably not the best way, but it's working :D
In method CameraPreviewHandler.getBestSupportedFormat I just commented
everthing out and replaced it with "return PixelFormat.YCbCr_420_SP;"....
ta-daaaa :)
Original comment by m...@cnm.cz
on 3 May 2011 at 1:48
Original comment by raghavsood
on 8 Jul 2012 at 10:38
Original issue reported on code.google.com by
m...@cnm.cz
on 3 May 2011 at 8:38