- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have the issue to save YUV 1920x1080 data that I received from the video stream (single frame) as bitmap file. The created bitmap image has three separate gray pictures. The size of full image is correct 1920x1080
My sample code:
CIppImage src(1920,1080,3,3);
src.Attach(1920,1080,3,3, pFrameBuffer, 0);
src.Color(IC_YCBCR);
src.Sampling(IS_411);
src.ComponentOrder(0);
src.Format(IF_FIXED);
PARAMS_BITMAP params_bmp;
err = SaveImageBMP(src,params_bmp, fileout);
I tried to use SameImageBMP function from picnic and uic_transcoder_con samples - the same result.
I am able to save YUV buffer as bitmap file using standard bitmap functionality with correct size and colors but I want to use Intel process to do this.
Any suggestion what I did wrong.
Thank you in advance,
Sergey
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page