13 years, 8 months ago
Highlights
13 years, 8 months ago
13 years, 8 months ago
byte* bgra = byte array of a BGRA formatted bitmap image; byte* r = new byte[Height*Width]; for (int i = 0; i < Height; i++) { for (int j = 0; j < Width; j++) { int of…
13 years, 8 months ago
Hello, I'm trying to capture each frame of the renderer in YUV420P format for encoding. I don`t really understand how to do this yet. Right now I'm getting the data in RGB forma…
13 years, 8 months ago
13 years, 8 months ago
Latest Activity
See all in DiscussionsThen what are you doing with the red channel? I'm feeding it to an video encoding algorithm. I'm not …
13 years, 8 months ago
I'm pretty surprised too that you're measuring 5ms for copying that much data. Are you on some old hardware? …
13 years, 8 months ago
Somehow this whole thing feels silly to me. Why waste time loading data thats intermingled with unneeded other data and …
13 years, 8 months ago