Closed GoogleCodeExporter closed 8 years ago
hi,Samuel,
I forgot to tell you that I successfully wrote the yuv datas into a file,but after I converted them to RGB and tried to write them into a file ,what I got was just an empty file.
Original comment by fujiaoji...@gmail.com
on 7 Mar 2012 at 9:39
I explain bit what needs to be done in issue #160. Let me know if you have
problem with that, thanks
Original comment by samuel.a...@gmail.com
on 7 Mar 2012 at 5:55
hi,samuel,
First thanks for your answer.I saw the issue #160 and write the code as what you said.But I still cant get the right package.Can you tell me if through the following code
decodeYUV420SP(_temp, data, width, height);//convert yuv to rgb
frame.getIntBuffer().put(_temp);
recorder.record(frame);
I can get the continually data and compress them into the wanted format?
Original comment by fujiaoji...@gmail.com
on 8 Mar 2012 at 2:51
That looks alright, assuming there are no other problems in the rest of your
code, such as using an incorrect type of IplImage frame object.
Please post your questions on the mailing list if possible, thank you!
Original comment by samuel.a...@gmail.com
on 8 Mar 2012 at 3:02
Original issue reported on code.google.com by
fujiaoji...@gmail.com
on 7 Mar 2012 at 9:31