Top "Yuv" questions

YUV is a color space typically used as part of a color image pipeline.

Convert android.media.Image (YUV_420_888) to Bitmap

I'm trying to implement camera preview image data processing using camera2 api as proposed here: Camera preview image data processing …

android bitmap android-camera yuv
PIL's colour space conversion YCbCr -> RGB

The algorithm used by PIL v1.1.7 gives 'washed out' looking results. When converting the same source data using ffmpeg it …

python c python-imaging-library rgb yuv
Converting from YUV colour space to RGB using OpenCV

I am trying to convert a YUV image to RGB using OpenCV. I am a complete novice at this. I …

opencv image-processing rgb yuv
FFMPEG: Dumping YUV data into AVFrame structure

I'm trying to dump a YUV420 data into the AVFrame structure of FFMPEG. From the below link: http://ffmpeg.org/…

ffmpeg yuv
How to give YUV data input to Opencv?

I am a beginner to Opencv. In my new opencv project I have to capture video frames from a camera …

opencv yuv mat
How to convert y4m file to yuv?

I searched the internet and Stack Overflow, but I could not find an answer: Does anyone know how to convert …

ffmpeg gstreamer yuv
Creating a Mat object from a YV12 image buffer

I have a buffer which contains an image in YV12 format. Now I want to either convert this buffer to …

opencv yuv
rgb to yuv420 algorithm efficiency

I wrote an algorithm to convert a RGB image to a YUV420. I spend a long time trying to make …

c++ performance algorithm rgb yuv
Camera.PreviewCallback equivalent in Camera2 API

Is there any equivalent for Camera.PreviewCallback in Camera2 from API 21,better than mapping to a SurfaceTexture and pulling a …

android android-camera android-5.0-lollipop yuv android-hardware
Android YUV Image format

In our application, we need to transfer video, we are using Camera class to capture the buffer and send to …

android android-camera yuv image-formats