When I use dvrrdk_04.00.00.03 to get yuv420(2448*2048), I failed.
Result of catupure (yuv422_2448*2048)is right, but Result of NSF is wrong。
My question is : how can I get right yuv420(2448*2048)?
Thank you!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I use dvrrdk_04.00.00.03 to get yuv420(2448*2048), I failed.
Result of catupure (yuv422_2448*2048)is right, but Result of NSF is wrong。
My question is : how can I get right yuv420(2448*2048)?
Thank you!
Thanks for you reply!
In links_m3vpss/nsf/nsfLink_drv.c I change (VPS_BUFFER_ALIGNMENT * 2) to (VPS_BUFFER_ALIGNMENT) , and out print is pitch=2448.
yuv420(2448) is yet wrong, why?
Thanks.
AS I mentioned 2448 is wrong because it is not divisible by 32. It should be 2464.Also the change you are doing is wrong. Why are you changing from (VPS_BUFFER_ALIGNMENT * 2) to (VPS_BUFFER_ALIGNMENT) ?