Hi, I'm using dm368 ipnc v2.6 to design our system.For now, we have obtained rtsp stream on PC by VLC successfully.We use tvp7002 to capture image, but the image we got is not very well.There is a black rectangular stripe on top of the image, below is the image we got:
I think it is a problem about offset settings or something else, anybody can help me,thank you very much.
Hi:
try to look at the file:
drivers/media/video/davinci/vpfe_capture.c
516: vpfe_dev->crop.top = 0; 517 vpfe_dev->crop.left = 0;
Patrick
thank you very much, I will modify the crop setting and then see wheather it works or not.