YUV와 RGB의 관계?
2010-10-12 08:54:32
멤버십
onPreviewFrame(byte[] data, Camera camera)
data the contents of the preview frame in the format defined by ImageFormat, which can be queried with getPreviewFormat(). If setPreviewFormat(int) is never called, the default will be the YCbCr_420_SP (NV21) format.
camera the Camera service object.
onPictureTaken
data a byte array of the picture data
camera the Camera service object
▼ more