I’m trying to read a byte array into a YuvImage, but am having trouble understanding what the strides parameter means. Can anyone help (preferably with an example?) Thanks.
I’m trying to read a byte array into a YuvImage , but am having
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is an description of stride for yuv videos:
http://msdn.microsoft.com/en-us/library/aa473780(v=vs.85).aspx
Maybe that helps. If you don’t know whether the pictures you want to read has such a stride (or which size it is) it might be a problem…I have no idea how common it is or not…
good luck 🙂