i use ipnc rdk3.5.0, 8147, get frame from vin0 porta,
why the frame have 4---7 green lines one the image top?
i got the frame , my image is
Look forward your reply. Thanks
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.
i use ipnc rdk3.5.0, 8147, get frame from vin0 porta,
why the frame have 4---7 green lines one the image top?
i got the frame , my image is
Look forward your reply. Thanks
Hi Yue,
I will notify the IPNC RDK team for help.
Regards,
Pavel
Hi,
Can you allocate bigger output buffer as shown below?
format.height = (pObj->maxHeight + 32);
.
.
status = Utils_memFrameAlloc(&format, frames,
numBufsPerCh);
regards,
Anand
Hi,
The sensor may be writing some blanking data.
You can dump a frame and see how much blanking data is written.
Alternatively reduce the hike in the height and check at what point you get the proper image.
regards,
Anand
thanks again.
I set "vipInstConfig->vipConfig.clipBlank = TRUE;" in vpsdrv_captureVip.c , but It is no useful.
why?