Other Parts Discussed in Thread: TVP5146
Hello,
Iam trying to read the frame in to a file.
int framesize = vpfeCcdcConfigParams.height * vpfeCcdcConfigParams.width * 2;
filename= "..\\Output\\out.yuv" ;
framepointer= framepointer1 =(int *)frameBuffPtr->frame.frameBufferPtr;
fwrite(framepointer,framesize,1,out);
If i tried to open this file using SeqView , it not displaying proper frame.
Can some check whether i can read like this ? If so why the frame is not getting displayed propely ?
Please find the output frame below that iam getting when i opened the file using the tool SeqView.
