My video frame size is 320*320, it is grayscale.
code:
------------------------------------------------------
VLIB_packMask32(frame,frame32,320*320);
VLIB_unpackMask32(frame32,frame,320*320); //VLIB_unpackMask32(frame32,frame,0); I make some change. But I get the 8-bit Y data display.
display(frame);
------------------------------------------------------
refer to the examples of VLIB, but I cannnot get the 8-bit Y data display.
where the question?