¡@

Home 

java Programming Glossary: yuv

Getting frames from Video Image in Android

http://stackoverflow.com/questions/1893072/getting-frames-from-video-image-in-android

it returns null. The format of the frame is a headerless YUV which could be translated to bitmap but it takes too long on.. method which can be found in the android help group. decodeYUV argb8888 data camSize.width camSize.height Bitmap bitmap Bitmap.createBitmap.. Config.ARGB_8888 ... decode Y U and V values on the YUV 420 buffer described as YCbCr_422_SP by Android David Manpearl..

java error: Exception in thread “main” java.lang.NullPointerException

http://stackoverflow.com/questions/2140959/java-error-exception-in-thread-main-java-lang-nullpointerexception

RGBFormat type RGB if deviceFormat f instanceof YUVFormat type YUV if deviceFormat f instanceof JPEGFormat type.. type RGB if deviceFormat f instanceof YUVFormat type YUV if deviceFormat f instanceof JPEGFormat type JPG Dimension.. vfw Microsoft WDM Image Capture Win32 0 Video format YUV Video Format Size java.awt.Dimension width 640 height 480 MaxDataLength..

android color between two colors, based on percentage?

http://stackoverflow.com/questions/4414673/android-color-between-two-colors-based-on-percentage

can I accomplish that Thanks UPDATE I tried to convert to YUV like it was suggested in the comments. But I still have the..

Android: how to display camera preview with callback?

http://stackoverflow.com/questions/8350230/android-how-to-display-camera-preview-with-callback

need to preview grayscale image. Images from camera are in YUV format and you have to process it somehow which is the main.. preview on a GL SurfaceView using NDK to process the YUV data. I find a solution here that uses some C function and NDK... tutorial 0 androidcamera that demonstrates converting the YUV pixels to RGB and then writing them directly to a bitmap. The..

Java: How do I create a movie from an array of images?

http://stackoverflow.com/questions/8856757/java-how-do-i-create-a-movie-from-an-array-of-images

which uses YUYV YUY2 encoding format. int YV12 Android YUV format This format is exposed to software decoders and applications...