saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
3k stars 1.21k forks source link

IFrameCallback #136

Open XXUUNN opened 7 years ago

XXUUNN commented 7 years ago

Hi, I want to get data from this IFrameCallback, the data are the same as what get from Google's Api (onPreviewFrame). the IFrameCallback works , but I can't deal with the buffer. I have copied code from this Wiki pages which is translate the buffer to a bitmap,but the imageView shows unnormally . So,how to deal with the buffer. Could please help me? thank you very much

laurentquark commented 7 years ago

have u founded?